-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump h2h, lassen, and metamapper for running matrix_multiplication_fp
- Loading branch information
1 parent
689e19a
commit 3d853a7
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule Halide-to-Hardware
updated
59 files
Submodule MetaMapper
updated
9 files
+0 −22 | .travis.yml | |
+45 −0 | metamapper/common_passes.py | |
+15 −18 | metamapper/coreir_mapper.py | |
+0 −1 | metamapper/coreir_util.py | |
+15 −8 | metamapper/delay_matching.py | |
+9 −125 | metamapper/irs/coreir/__init__.py | |
+339 −133 | metamapper/irs/coreir/custom_ops_ir.py | |
+15 −20 | metamapper/map_design_top.py | |
+26 −24 | scripts/map_app.py |