-
- Downloads
[SCHEDULER, HW] Auto scheduler for conv2d, hardware generation (#20)
* Hardware generation fixes/sweep, auto scheduling for VTA conv2d * Hardware generation fixes/sweep, auto scheduling for VTA conv2d * derive hw spec from config file * up to date hardware spec
Showing
- vta/hardware/xilinx/.gitignore 3 additions, 0 deletionsvta/hardware/xilinx/.gitignore
- vta/hardware/xilinx/Makefile 34 additions, 7 deletionsvta/hardware/xilinx/Makefile
- vta/hardware/xilinx/scripts/compile_designs.py 209 additions, 0 deletionsvta/hardware/xilinx/scripts/compile_designs.py
- vta/hardware/xilinx/scripts/hls.tcl 87 additions, 54 deletionsvta/hardware/xilinx/scripts/hls.tcl
- vta/hardware/xilinx/scripts/vivado.tcl 10 additions, 21 deletionsvta/hardware/xilinx/scripts/vivado.tcl
- vta/hardware/xilinx/sim/vta_test.cc 20 additions, 24 deletionsvta/hardware/xilinx/sim/vta_test.cc
- vta/hardware/xilinx/src/vta.cc 60 additions, 73 deletionsvta/hardware/xilinx/src/vta.cc
- vta/hardware/xilinx/src/vta.h 1 addition, 1 deletionvta/hardware/xilinx/src/vta.h
- vta/include/vta/hw_spec.h 77 additions, 96 deletionsvta/include/vta/hw_spec.h
- vta/python/vta/hw_spec.py 44 additions, 34 deletionsvta/python/vta/hw_spec.py
- vta/python/vta/ir_pass.py 4 additions, 4 deletionsvta/python/vta/ir_pass.py
- vta/src/runtime.cc 13 additions, 18 deletionsvta/src/runtime.cc
- vta/tests/hardware/common/test_lib.cc 21 additions, 96 deletionsvta/tests/hardware/common/test_lib.cc
- vta/tests/python/pynq/test_benchmark_conv2d.py 215 additions, 89 deletionsvta/tests/python/pynq/test_benchmark_conv2d.py
- vta/tests/python/pynq/test_program_rpc.py 6 additions, 2 deletionsvta/tests/python/pynq/test_program_rpc.py
- vta/tests/python/pynq/test_vta_insn.py 4 additions, 2 deletionsvta/tests/python/pynq/test_vta_insn.py
Loading
Please register or sign in to comment