-
- Downloads
[RUNTIME] Refactor to enable stackvm in runtime. (#1588)
Showing
- CMakeLists.txt 11 additions, 1 deletionCMakeLists.txt
- Jenkinsfile 1 addition, 0 deletionsJenkinsfile
- cmake/config.cmake 3 additions, 0 deletionscmake/config.cmake
- include/tvm/ir.h 1 addition, 19 deletionsinclude/tvm/ir.h
- include/tvm/runtime/util.h 27 additions, 1 deletioninclude/tvm/runtime/util.h
- python/tvm/module.py 6 additions, 3 deletionspython/tvm/module.py
- src/codegen/codegen.cc 0 additions, 1 deletionsrc/codegen/codegen.cc
- src/codegen/stackvm/codegen_stackvm.cc 21 additions, 2 deletionssrc/codegen/stackvm/codegen_stackvm.cc
- src/codegen/stackvm/codegen_stackvm.h 6 additions, 4 deletionssrc/codegen/stackvm/codegen_stackvm.h
- src/runtime/stackvm/stackvm.cc 55 additions, 16 deletionssrc/runtime/stackvm/stackvm.cc
- src/runtime/stackvm/stackvm.h 33 additions, 22 deletionssrc/runtime/stackvm/stackvm.h
- src/runtime/stackvm/stackvm_module.cc 128 additions, 0 deletionssrc/runtime/stackvm/stackvm_module.cc
- src/runtime/stackvm/stackvm_module.h 27 additions, 0 deletionssrc/runtime/stackvm/stackvm_module.h
- tests/python/unittest/test_module_load.py 18 additions, 4 deletionstests/python/unittest/test_module_load.py
Loading
Please register or sign in to comment