Hi everyone.
I got such error reproducing toy example from nnvm but with my own model. Calling
I get the error similar to #315 (comment):
TVMError: [09:11:33] src/runtime/cuda/cuda_module.cc:93: CUDAError: cuModuleLoadData(&(module_[device_id]), data_.c_str()) failed with error: CUDA_ERROR_INVALID_PTX
Can you clarify me what can be wrong now?
Thanks in advance!
BTW, I'm a bit confused by tvm.gpu() docstring 😃:
Construct a CPU device