-
- Downloads
[CUDA] auto detect compatibility when arch is not passed (#490)
Showing
- include/tvm/runtime/device_api.h 2 additions, 1 deletioninclude/tvm/runtime/device_api.h
- python/tvm/_ffi/runtime_ctypes.py 14 additions, 0 deletionspython/tvm/_ffi/runtime_ctypes.py
- python/tvm/contrib/cc.py 1 addition, 4 deletionspython/tvm/contrib/cc.py
- python/tvm/contrib/nvcc.py 22 additions, 18 deletionspython/tvm/contrib/nvcc.py
- src/runtime/cuda/cuda_device_api.cc 11 additions, 0 deletionssrc/runtime/cuda/cuda_device_api.cc
- src/runtime/metal/metal_device_api.mm 1 addition, 0 deletionssrc/runtime/metal/metal_device_api.mm
- src/runtime/opencl/opencl_device_api.cc 1 addition, 0 deletionssrc/runtime/opencl/opencl_device_api.cc
- src/runtime/rocm/rocm_device_api.cc 1 addition, 0 deletionssrc/runtime/rocm/rocm_device_api.cc
- topi/python/topi/transform.py 1 addition, 1 deletiontopi/python/topi/transform.py
- topi/recipe/broadcast/test_broadcast_map.py 1 addition, 1 deletiontopi/recipe/broadcast/test_broadcast_map.py
- topi/recipe/conv/depthwise_conv2d_test.py 1 addition, 1 deletiontopi/recipe/conv/depthwise_conv2d_test.py
- topi/recipe/conv/test_conv2d_hwcn_map.py 1 addition, 1 deletiontopi/recipe/conv/test_conv2d_hwcn_map.py
- topi/recipe/gemm/cuda_gemm_square.py 1 addition, 1 deletiontopi/recipe/gemm/cuda_gemm_square.py
- topi/recipe/reduce/test_reduce_map.py 1 addition, 1 deletiontopi/recipe/reduce/test_reduce_map.py
- topi/recipe/rnn/lstm.py 1 addition, 1 deletiontopi/recipe/rnn/lstm.py
- topi/recipe/rnn/matexp.py 1 addition, 1 deletiontopi/recipe/rnn/matexp.py
Please register or sign in to comment