Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.1k views
in Technique[技术] by (71.8m points)

pytorch - docker THCudaCheck FAIL no kernel image is available for execution on the device error (pytorch_1565272279342/work/aten/src/THC/THCGeneral.cpp)

FROM nvidia/cuda:10.0-cudnn7-runtime-ubuntu16.04

... /opt/conda/bin/conda install -y -c pytorch cudatoolkit=10.0 "pytorch=1.2.0=py3.6_cuda10.0.130_cudnn7.6.2_0" torchvision=0.4.0 && 

and error code is

HCudaCheck FAIL file=/opt/conda/conda-bld/pytorch_1565272279342/work/aten/src/THC/THCGeneral.cpp line=371 error=48 : no kernel image is available for execution on the device

RuntimeError: cuDNN error: CUDNN_STATUS_EXECUTION_FAILED

It's docker file so it shouldn't be related to my cuda version. I checked it works well with 2080 ti GPU but failed with 3090 GPU card. It has been installed same cuda (11.2.0) and cudnn.

Has anyone solved this problem before?

question from:https://stackoverflow.com/questions/65929726/docker-thcudacheck-fail-no-kernel-image-is-available-for-execution-on-the-device

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...