-
- Downloads
List scheduler now refactored to sort continously given indecies by subclass.
Showing
- b_asic/__init__.py 1 addition, 1 deletionb_asic/__init__.py
- b_asic/core_schedulers.py 0 additions, 206 deletionsb_asic/core_schedulers.py
- b_asic/list_schedulers.py 33 additions, 0 deletionsb_asic/list_schedulers.py
- b_asic/scheduler.py 273 additions, 66 deletionsb_asic/scheduler.py
- b_asic/signal_flow_graph.py 1 addition, 1 deletionb_asic/signal_flow_graph.py
- examples/auto_scheduling_with_custom_io_times.py 2 additions, 1 deletionexamples/auto_scheduling_with_custom_io_times.py
- examples/fivepointwinograddft.py 1 addition, 1 deletionexamples/fivepointwinograddft.py
- examples/folding_example_with_architecture.py 1 addition, 1 deletionexamples/folding_example_with_architecture.py
- examples/ldlt_matrix_inverse.py 2 additions, 3 deletionsexamples/ldlt_matrix_inverse.py
- examples/lwdfallpass.py 1 addition, 1 deletionexamples/lwdfallpass.py
- examples/memory_constrained_scheduling.py 2 additions, 1 deletionexamples/memory_constrained_scheduling.py
- examples/secondorderdirectformiir.py 1 addition, 1 deletionexamples/secondorderdirectformiir.py
- examples/secondorderdirectformiir_architecture.py 1 addition, 1 deletionexamples/secondorderdirectformiir_architecture.py
- examples/thirdorderblwdf.py 1 addition, 1 deletionexamples/thirdorderblwdf.py
- examples/threepointwinograddft.py 1 addition, 1 deletionexamples/threepointwinograddft.py
- test/fixtures/schedule.py 1 addition, 1 deletiontest/fixtures/schedule.py
- test/integration/test_sfg_to_architecture.py 2 additions, 1 deletiontest/integration/test_sfg_to_architecture.py
- test/unit/test_architecture.py 1 addition, 1 deletiontest/unit/test_architecture.py
- test/unit/test_list_schedulers.py 80 additions, 291 deletionstest/unit/test_list_schedulers.py
- test/unit/test_schedule.py 1 addition, 1 deletiontest/unit/test_schedule.py
Loading
Please register or sign in to comment