-
- Downloads
[RUNTIME] Add System Lib (#227)
* [RUNTIME] Add System Lib * lint * lint * fix compile
Showing
- include/tvm/codegen.h 2 additions, 1 deletioninclude/tvm/codegen.h
- include/tvm/runtime/c_runtime_api.h 11 additions, 0 deletionsinclude/tvm/runtime/c_runtime_api.h
- include/tvm/runtime/registry.h 1 addition, 1 deletioninclude/tvm/runtime/registry.h
- python/tvm/build.py 11 additions, 3 deletionspython/tvm/build.py
- python/tvm/contrib/cc_compiler.py 1 addition, 1 deletionpython/tvm/contrib/cc_compiler.py
- python/tvm/module.py 32 additions, 1 deletionpython/tvm/module.py
- src/api/api_codegen.cc 1 addition, 1 deletionsrc/api/api_codegen.cc
- src/codegen/codegen.cc 23 additions, 13 deletionssrc/codegen/codegen.cc
- src/codegen/llvm/codegen_llvm.cc 44 additions, 2 deletionssrc/codegen/llvm/codegen_llvm.cc
- src/codegen/llvm/codegen_llvm.h 10 additions, 2 deletionssrc/codegen/llvm/codegen_llvm.h
- src/codegen/llvm/llvm_common.cc 3 additions, 0 deletionssrc/codegen/llvm/llvm_common.cc
- src/codegen/llvm/llvm_common.h 2 additions, 0 deletionssrc/codegen/llvm/llvm_common.h
- src/codegen/llvm/llvm_module.cc 3 additions, 2 deletionssrc/codegen/llvm/llvm_module.cc
- src/pass/loop_partition.cc 1 addition, 1 deletionsrc/pass/loop_partition.cc
- src/runtime/dso_module.cc 24 additions, 59 deletionssrc/runtime/dso_module.cc
- src/runtime/file_util.cc 1 addition, 1 deletionsrc/runtime/file_util.cc
- src/runtime/meta_data.h 2 additions, 7 deletionssrc/runtime/meta_data.h
- src/runtime/module.cc 1 addition, 2 deletionssrc/runtime/module.cc
- src/runtime/module_util.cc 51 additions, 0 deletionssrc/runtime/module_util.cc
- src/runtime/module_util.h 35 additions, 0 deletionssrc/runtime/module_util.h
Loading
Please register or sign in to comment