-
- Downloads
[PASS] Refactor build config, allow implicit unroll pragma (#167)
Showing
- docs/api/python/build.rst 2 additions, 0 deletionsdocs/api/python/build.rst
- examples/operator/gemm/cuda_gemm_square.py 5 additions, 5 deletionsexamples/operator/gemm/cuda_gemm_square.py
- examples/operator/rnn/lstm.py 7 additions, 3 deletionsexamples/operator/rnn/lstm.py
- examples/operator/rnn/matexp.py 7 additions, 6 deletionsexamples/operator/rnn/matexp.py
- include/tvm/ir_pass.h 7 additions, 3 deletionsinclude/tvm/ir_pass.h
- include/tvm/schedule.h 1 addition, 1 deletioninclude/tvm/schedule.h
- python/tvm/__init__.py 1 addition, 1 deletionpython/tvm/__init__.py
- python/tvm/build.py 82 additions, 19 deletionspython/tvm/build.py
- src/api/api_pass.cc 7 additions, 1 deletionsrc/api/api_pass.cc
- src/codegen/codegen_cuda.cc 1 addition, 3 deletionssrc/codegen/codegen_cuda.cc
- src/codegen/codegen_cuda.h 0 additions, 3 deletionssrc/codegen/codegen_cuda.h
- src/pass/unroll_loop.cc 45 additions, 12 deletionssrc/pass/unroll_loop.cc
- tests/python/integration/test_gemm.py 1 addition, 3 deletionstests/python/integration/test_gemm.py
- tests/python/unittest/test_pass_unroll.py 5 additions, 3 deletionstests/python/unittest/test_pass_unroll.py
Loading
Please register or sign in to comment