[CODEGEN] Allow link additional module (#559)
* [CODEGEN] Allow link additional module * fix py3 * add register back
Showing
- python/tvm/__init__.py 3 additions, 1 deletionpython/tvm/__init__.py
- python/tvm/contrib/nvcc.py 61 additions, 0 deletionspython/tvm/contrib/nvcc.py
- python/tvm/contrib/rocm.py 1 addition, 0 deletionspython/tvm/contrib/rocm.py
- src/codegen/llvm/codegen_llvm.cc 11 additions, 0 deletionssrc/codegen/llvm/codegen_llvm.cc
- src/codegen/llvm/codegen_llvm.h 7 additions, 1 deletionsrc/codegen/llvm/codegen_llvm.h
- src/codegen/llvm/codegen_nvptx.cc 21 additions, 1 deletionsrc/codegen/llvm/codegen_nvptx.cc
- src/codegen/llvm/intrin_rule_llvm.cc 1 addition, 41 deletionssrc/codegen/llvm/intrin_rule_llvm.cc
- src/codegen/llvm/intrin_rule_llvm.h 56 additions, 0 deletionssrc/codegen/llvm/intrin_rule_llvm.h
- src/codegen/llvm/llvm_common.h 2 additions, 0 deletionssrc/codegen/llvm/llvm_common.h
src/codegen/llvm/intrin_rule_llvm.h
0 → 100644
Please register or sign in to comment