[CODEGEN/EXEC] CUDA, NVRTC pipeline complete (#27)
* [CODEGEN] CUDA/OPENCL pipeline complete * Hide TVMType by str in frontend
Showing
include/tvm/runtime/config.h
0 → 100644
src/base/common.h
deleted
100644 → 0
src/codegen/codegen_cuda.cc
0 → 100644
src/codegen/codegen_cuda.h
0 → 100644
src/codegen/codegen_opencl.cc
0 → 100644
src/codegen/codegen_opencl.h
0 → 100644
src/runtime/cuda/cuda_common.h
0 → 100644
src/runtime/cuda/cuda_module.cc
0 → 100644
src/runtime/cuda/cuda_module.h
0 → 100644
src/runtime/cuda/nvrtc.cc
0 → 100644
src/runtime/opencl/device_api_opencl.h
0 → 100644
src/runtime/opencl/opencl_module.cc
0 → 100644
src/runtime/opencl/opencl_module.h
0 → 100644
src/runtime/opencl/opencl_workspace.cc
0 → 100644
src/runtime/thread_axis_args.h
0 → 100644
src/runtime/void_addr_args.h
0 → 100644
tests/python/test_codegen_cuda.py
deleted
100644 → 0
tests/python/test_codegen_device.py
0 → 100644
Please
register
or
sign in
to comment