[MODULE/DSO] Support pack everything into one shared library. (#133)
* [MODULE/DSO] Support pack everything into one shared library. * fix osx load
Showing
- dmlc-core 1 addition, 1 deletiondmlc-core
- include/tvm/codegen.h 10 additions, 0 deletionsinclude/tvm/codegen.h
- include/tvm/runtime/module.h 22 additions, 2 deletionsinclude/tvm/runtime/module.h
- python/tvm/module.py 32 additions, 1 deletionpython/tvm/module.py
- src/api/api_codegen.cc 5 additions, 0 deletionssrc/api/api_codegen.cc
- src/codegen/codegen.cc 48 additions, 0 deletionssrc/codegen/codegen.cc
- src/codegen/llvm/llvm_module.cc 5 additions, 1 deletionsrc/codegen/llvm/llvm_module.cc
- src/codegen/source_module.cc 8 additions, 2 deletionssrc/codegen/source_module.cc
- src/codegen/stack_vm/stack_vm_module.cc 5 additions, 1 deletionsrc/codegen/stack_vm/stack_vm_module.cc
- src/codegen/verilog/verilog_module.cc 5 additions, 1 deletionsrc/codegen/verilog/verilog_module.cc
- src/runtime/cuda/cuda_module.cc 26 additions, 4 deletionssrc/runtime/cuda/cuda_module.cc
- src/runtime/dso_module.cc 34 additions, 2 deletionssrc/runtime/dso_module.cc
- src/runtime/file_util.cc 13 additions, 0 deletionssrc/runtime/file_util.cc
- src/runtime/meta_data.h 6 additions, 0 deletionssrc/runtime/meta_data.h
- src/runtime/metal/metal_module.mm 25 additions, 3 deletionssrc/runtime/metal/metal_module.mm
- src/runtime/opencl/opencl_module.cc 27 additions, 4 deletionssrc/runtime/opencl/opencl_module.cc
- tests/python/integration/test_ewise.py 0 additions, 1 deletiontests/python/integration/test_ewise.py
- tests/python/unittest/test_module_load.py 34 additions, 0 deletionstests/python/unittest/test_module_load.py
- tutorials/python/get_started.py 15 additions, 2 deletionstutorials/python/get_started.py
Loading
Please register or sign in to comment