Commit 7e8b0e3
File tree
5 files changed
+5
-5
lines changed- src
5 files changed
+5
-5
lines changed- README.md+4-2
- include/compound-config/compound-config.hpp+24-4
- src/SConscript+7-1
- src/compound-config/compound-config.cpp+141-7
- src/loop-analysis/nest-analysis.cpp+5-1
- src/model/arithmetic.cpp+6-4
- src/unit-tests/compound-config/.gitignore+1
- src/unit-tests/compound-config/README.md+9
- src/unit-tests/compound-config/test-compound-config.cpp+659
Submodule timeloop-python updated 48 files
- CMakeLists.txt+18-11
- README.md+5
- benchmark/CMakeLists.txt-1
- bin/timeloop-mapper.py-6
- bin/timeloop-model.py-6
- bindings/config.cpp+44-55
- bindings/mapper.cpp+9-9
- bindings/model.cpp+29-1
- cpp_tests/CMakeLists.txt+28
- cpp_tests/fixture-configs.h+103
- cpp_tests/test-accelerator.h+64
- cpp_tests/test-concurrent-queue.h+40
- cpp_tests/test-main.cpp+10
- cpp_tests/test-mapper.h+121
- cpp_tests/test-worker-pool.h+35
- examples/model.py-37
- examples/native_model.py-167
- include/pytimeloop/configurator/configurator.h+38
- include/pytimeloop/mapper/coupled-mapper.h+87
- include/pytimeloop/mapper/decoupled-mapper.h-88
- include/pytimeloop/mapper/mapper-base.h+3-3
- include/pytimeloop/model/accelerator-pool.h+3-46
- include/pytimeloop/model/eval-result.h-1
- include/pytimeloop/model/util.h+15
- include/pytimeloop/utils/concurrent-queue.h+49
- include/pytimeloop/utils/worker-pool.h+87
- pytimeloop/accelergy_interface.py+73-21
- pytimeloop/app/mapper.py+179-153
- pytimeloop/app/model.py+73-42
- pytimeloop/config.py+1-243
- pytimeloop/engine.py+4-5
- pytimeloop/mapper.py-267
- pytimeloop/mapping.py+7-10
- pytimeloop/mapspace.py+4-7
- pytimeloop/model.py+16-27
- pytimeloop/problem.py+3-5
- pytimeloop/search.py+4-5
- setup.py+1-10
- src/configurator/configurator.cpp+125
- src/mapper/coupled-mapper.cpp+184
- src/mapper/decoupled-mapper.cpp-168
- src/model/util.cpp+15-12
- tests/test_accelerator.py+33-50
- tests/test_config.py+23
- tests/test_mapper.py+5-6
- tests/test_model.py+23-6
- tests/timeloop-accelergy-exercises+1-1
- tests/util.py+4-7
0 commit comments