With code below
module = CUmodule()
checkCUStatus(cuda.cuModuleLoadData(ctypes.byref(module), data))
get error message
CUDA Error: no kernel image is available for execution on the device
My system installed CUDA 11.4 and torch 2.0.1, torch can use CUDA normally.
Any suggestion for solving this problam?
Thanks.