-
- Downloads
[TOPI] Automated schedule in conv2d TOPI lib, moving to GEMM intrinsic (#35)
* removing programming out of end to end example for now * updating TOPI library to use gemm tensor intrinsic * bug fix, autoschedule in TOPI conv lib * removing the deprecated GEVM intrinsic * refactoring, fixed lint test * fix for integer division bug * python3 bug fix for non matching types due to float division * comment
Showing
- vta/examples/resnet18/pynq/imagenet_predict.py 2 additions, 5 deletionsvta/examples/resnet18/pynq/imagenet_predict.py
- vta/python/vta/environment.py 0 additions, 6 deletionsvta/python/vta/environment.py
- vta/python/vta/intrin.py 0 additions, 82 deletionsvta/python/vta/intrin.py
- vta/python/vta/top/vta_conv2d.py 194 additions, 78 deletionsvta/python/vta/top/vta_conv2d.py
- vta/tests/hardware/common/test_lib.cc 3 additions, 3 deletionsvta/tests/hardware/common/test_lib.cc
- vta/tests/python/integration/test_benchmark_gemm.py 2 additions, 2 deletionsvta/tests/python/integration/test_benchmark_gemm.py
- vta/tests/python/integration/test_benchmark_topi_conv2d.py 28 additions, 28 deletionsvta/tests/python/integration/test_benchmark_topi_conv2d.py
Loading
Please register or sign in to comment