-
- Downloads
[RUNTIME] Add workspace pool (#229)
* [RUNTIME] Add workspace pool * fix doc * fix the free list * avoid zero size
Showing
- include/tvm/ir.h 8 additions, 1 deletioninclude/tvm/ir.h
- include/tvm/ir_pass.h 8 additions, 0 deletionsinclude/tvm/ir_pass.h
- include/tvm/runtime/c_backend_api.h 88 additions, 0 deletionsinclude/tvm/runtime/c_backend_api.h
- include/tvm/runtime/c_runtime_api.h 1 addition, 49 deletionsinclude/tvm/runtime/c_runtime_api.h
- include/tvm/runtime/device_api.h 25 additions, 0 deletionsinclude/tvm/runtime/device_api.h
- python/tvm/build.py 7 additions, 1 deletionpython/tvm/build.py
- src/api/api_pass.cc 1 addition, 0 deletionssrc/api/api_pass.cc
- src/codegen/llvm/codegen_llvm.cc 12 additions, 4 deletionssrc/codegen/llvm/codegen_llvm.cc
- src/codegen/stack_vm/codegen_stack_vm.cc 14 additions, 0 deletionssrc/codegen/stack_vm/codegen_stack_vm.cc
- src/codegen/stack_vm/stack_vm.cc 28 additions, 0 deletionssrc/codegen/stack_vm/stack_vm.cc
- src/codegen/stack_vm/stack_vm.h 28 additions, 0 deletionssrc/codegen/stack_vm/stack_vm.h
- src/pass/lower_packed_call.cc 52 additions, 0 deletionssrc/pass/lower_packed_call.cc
- src/pass/make_api.cc 33 additions, 0 deletionssrc/pass/make_api.cc
- src/runtime/c_runtime_api.cc 28 additions, 0 deletionssrc/runtime/c_runtime_api.cc
- src/runtime/cpu_device_api.cc 26 additions, 3 deletionssrc/runtime/cpu_device_api.cc
- src/runtime/cuda/cuda_common.h 5 additions, 0 deletionssrc/runtime/cuda/cuda_common.h
- src/runtime/cuda/cuda_device_api.cc 19 additions, 2 deletionssrc/runtime/cuda/cuda_device_api.cc
- src/runtime/metal/metal_common.h 8 additions, 3 deletionssrc/runtime/metal/metal_common.h
- src/runtime/metal/metal_device_api.mm 8 additions, 0 deletionssrc/runtime/metal/metal_device_api.mm
- src/runtime/opencl/opencl_common.h 8 additions, 2 deletionssrc/runtime/opencl/opencl_common.h
Loading
Please register or sign in to comment