Open Yangrlan opened 7 months ago
Did you export TORCH_CUDA_ARCH_LIST while compiling?
Thank you for your comments and it really works. I have ignored exporting the parameter TORCH_CUDA_ARCH_LIST when I compiled ME. And after entering the two commands in the terminal:
export TORCH_CUDA_ARCH_LIST="8.0"
export CXX=c++; export CUDA_HOME=/usr/local/cuda-11.1; python setup.py install --blas=openblas --force_cuda
the error disappeared when I tested the codes. Thank you again for your reply!
Hi, I have installed the Minkowski Engine (ME) and successfully imported it in the python terminal. A simple case of creating sparse tensors using ME was also successfully run. But I met with the error: "cudaErrorNoKernelImageForDevice no kernel image is available for execution on the device" when I tested the codes using ME. The error is:
Desktop (please complete the following information):
I have tried all the solutions concerning this problem, but none worked. Does anyone have any ideas about this problem? Thank you.