Skip to content

Commit

Permalink
bump h2h, lassen, and metamapper for running matrix_multiplication_fp
Browse files Browse the repository at this point in the history
  • Loading branch information
bobcheng15 committed Sep 4, 2024
1 parent 689e19a commit 3d853a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Halide-to-Hardware
Submodule Halide-to-Hardware updated 59 files
+76 −0 apps/hardware_benchmarks/apps/conv2D_fp/Makefile
+29 −0 apps/hardware_benchmarks/apps/conv2D_fp/cgra_config.json
+457 −0 apps/hardware_benchmarks/apps/conv2D_fp/conv2D_fp_generator.cpp
+225 −0 apps/hardware_benchmarks/apps/conv2D_fp/process.cpp
+0 −8 apps/hardware_benchmarks/apps/depthwise_conv/bin_hardcoded/aws_compare_regressions.sh
+0 −2 apps/hardware_benchmarks/apps/depthwise_conv/bin_hardcoded/aws_run_tb_unoptimized_depthwise_conv.sh
+0 −1 apps/hardware_benchmarks/apps/depthwise_conv/bin_hardcoded/build_kernel.sh
+0 −68 apps/hardware_benchmarks/apps/depthwise_conv/bin_hardcoded/clockwork_codegen.cpp
+0 −616 apps/hardware_benchmarks/apps/depthwise_conv/bin_hardcoded/clockwork_compute_debug.cpp
+0 −59 apps/hardware_benchmarks/apps/depthwise_conv/bin_hardcoded/clockwork_testscript.cpp
+0 −305 apps/hardware_benchmarks/apps/depthwise_conv/bin_hardcoded/clockwork_testscript.h
+0 −9 apps/hardware_benchmarks/apps/depthwise_conv/bin_hardcoded/compare_regressions.sh
+0 −1,972 apps/hardware_benchmarks/apps/depthwise_conv/bin_hardcoded/depthwise_conv.h
+0 −36 apps/hardware_benchmarks/apps/depthwise_conv/bin_hardcoded/depthwise_conv.registration.cpp
+0 −3,237 apps/hardware_benchmarks/apps/depthwise_conv/bin_hardcoded/depthwise_conv_clockwork.cpp
+0 −1,962 apps/hardware_benchmarks/apps/depthwise_conv/bin_hardcoded/depthwise_conv_clockwork.h
+0 −509 apps/hardware_benchmarks/apps/depthwise_conv/bin_hardcoded/depthwise_conv_compute.h
+0 −387 apps/hardware_benchmarks/apps/depthwise_conv/bin_hardcoded/depthwise_conv_debug.cpp
+0 −2,707 apps/hardware_benchmarks/apps/depthwise_conv/bin_hardcoded/depthwise_conv_glb.bs
+0 −359 apps/hardware_benchmarks/apps/depthwise_conv/bin_hardcoded/depthwise_conv_memory.cpp
+0 −1 apps/hardware_benchmarks/apps/depthwise_conv/bin_hardcoded/depthwise_conv_memory.h
+0 −3 apps/hardware_benchmarks/apps/depthwise_conv/bin_hardcoded/hw_output_header.txt
+ apps/hardware_benchmarks/apps/depthwise_conv/bin_hardcoded/input.mat
+ apps/hardware_benchmarks/apps/depthwise_conv/bin_hardcoded/input.pgm
+ apps/hardware_benchmarks/apps/depthwise_conv/bin_hardcoded/kernel.mat
+0 −1,355 apps/hardware_benchmarks/apps/depthwise_conv/bin_hardcoded/netlist
+ apps/hardware_benchmarks/apps/depthwise_conv/bin_hardcoded/netlist.pdf
+0 −2,753 apps/hardware_benchmarks/apps/depthwise_conv/bin_hardcoded/netlist_info.txt
+ apps/hardware_benchmarks/apps/depthwise_conv/bin_hardcoded/output.mat
+ apps/hardware_benchmarks/apps/depthwise_conv/bin_hardcoded/output_clockwork.mat
+ apps/hardware_benchmarks/apps/depthwise_conv/bin_hardcoded/output_cpu.mat
+ apps/hardware_benchmarks/apps/depthwise_conv/bin_hardcoded/output_gold.mat
+0 −31 apps/hardware_benchmarks/apps/depthwise_conv/bin_hardcoded/rdai_clockwork_platform.h
+0 −223 apps/hardware_benchmarks/apps/depthwise_conv/bin_hardcoded/reg_write.h
+0 −153 apps/hardware_benchmarks/apps/depthwise_conv/bin_hardcoded/regression_tb_unoptimized_depthwise_conv.cpp
+0 −3 apps/hardware_benchmarks/apps/depthwise_conv/bin_hardcoded/run_tb.sh
+0 −2 apps/hardware_benchmarks/apps/depthwise_conv/bin_hardcoded/run_tb_unoptimized_depthwise_conv.sh
+0 −2 apps/hardware_benchmarks/apps/depthwise_conv/bin_hardcoded/set_app.sh
+0 −505 apps/hardware_benchmarks/apps/depthwise_conv/bin_hardcoded/soda_unoptimized_depthwise_conv_host.cpp
+0 −70 apps/hardware_benchmarks/apps/depthwise_conv/bin_hardcoded/tb_soda_unoptimized_depthwise_conv.cpp
+42 −0 apps/hardware_benchmarks/apps/matrix_multiplication_fp/Makefile
+29 −0 apps/hardware_benchmarks/apps/matrix_multiplication_fp/cgra_config.json
+186 −0 apps/hardware_benchmarks/apps/matrix_multiplication_fp/matrix_multiplication_fp_generator.cpp
+187 −0 apps/hardware_benchmarks/apps/matrix_multiplication_fp/process.cpp
+76 −0 apps/hardware_benchmarks/apps/maxpooling_fp/Makefile
+20 −0 apps/hardware_benchmarks/apps/maxpooling_fp/cgra_config.json
+118 −0 apps/hardware_benchmarks/apps/maxpooling_fp/maxpooling_generator.cpp
+194 −0 apps/hardware_benchmarks/apps/maxpooling_fp/process.cpp
+76 −0 apps/hardware_benchmarks/apps/resnet_residual/Makefile
+36 −0 apps/hardware_benchmarks/apps/resnet_residual/cgra_config.json
+279 −0 apps/hardware_benchmarks/apps/resnet_residual/process.cpp
+535 −0 apps/hardware_benchmarks/apps/resnet_residual/resnet_residual_generator.cpp
+1 −1 apps/hardware_benchmarks/hw_support/hardware_targets.mk
+13 −8 apps/hardware_benchmarks/hw_support/mat2raw.py
+8 −19 apps/hardware_benchmarks/tests/fp_arith/fp_arith_generator.cpp
+1 −1 apps/hardware_benchmarks/tests/fp_comp/Makefile
+8 −16 apps/hardware_benchmarks/tests/fp_comp/fp_comp_generator.cpp
+7 −4 src/AssociativeOpsTable.cpp
+4 −0 src/CoreIRCompute.cpp
2 changes: 1 addition & 1 deletion lassen
Submodule lassen updated 154 files

0 comments on commit 3d853a7

Please sign in to comment.