-
- Downloads
[CODEGEN] NVPTX backend. (#392)
* [CODEGEN] NVPTX backend. * Fix pylint * use fix
Showing
- python/tvm/_ffi/ndarray.py 4 additions, 1 deletionpython/tvm/_ffi/ndarray.py
- src/codegen/llvm/codegen_llvm.cc 70 additions, 17 deletionssrc/codegen/llvm/codegen_llvm.cc
- src/codegen/llvm/codegen_llvm.h 25 additions, 10 deletionssrc/codegen/llvm/codegen_llvm.h
- src/codegen/llvm/codegen_nvptx.cc 167 additions, 0 deletionssrc/codegen/llvm/codegen_nvptx.cc
- src/codegen/llvm/llvm_common.cc 41 additions, 39 deletionssrc/codegen/llvm/llvm_common.cc
- src/runtime/module.cc 2 additions, 0 deletionssrc/runtime/module.cc
- tests/python/integration/test_gemm.py 1 addition, 0 deletionstests/python/integration/test_gemm.py
- tests/python/unittest/test_codegen_device.py 1 addition, 1 deletiontests/python/unittest/test_codegen_device.py
Loading
Please register or sign in to comment