-
- Downloads
[TOPI] CUDNN integration (#730)
* add target.libs to target str representation * integrate cudnn into topi cuda * append target.libs to target.options
Showing
- python/tvm/target.py 2 additions, 4 deletionspython/tvm/target.py
- src/codegen/llvm/llvm_common.cc 1 addition, 1 deletionsrc/codegen/llvm/llvm_common.cc
- tests/python/contrib/test_cudnn.py 2 additions, 1 deletiontests/python/contrib/test_cudnn.py
- topi/python/topi/cuda/__init__.py 1 addition, 0 deletionstopi/python/topi/cuda/__init__.py
- topi/python/topi/cuda/conv2d.py 65 additions, 0 deletionstopi/python/topi/cuda/conv2d.py
- topi/python/topi/cuda/conv2d_nchw.py 5 additions, 0 deletionstopi/python/topi/cuda/conv2d_nchw.py
- topi/python/topi/rocm/conv2d.py 1 addition, 1 deletiontopi/python/topi/rocm/conv2d.py
topi/python/topi/cuda/conv2d.py
0 → 100644
Please register or sign in to comment