cudaErrorNoKernelImage
540414508 发布于2021-08 浏览:2273 回复:2
0
收藏
快速回复

W0809 03:22:32.025475 1515 device_context.cc:404] Please NOTE: device: 0, GPU Compute Capability: 8.6, Driver API Version: 11.1, Runtime API Version: 10.2
W0809 03:22:32.801162 1515 device_context.cc:422] device: 0, cuDNN Version: 7.6.
W0809 03:59:46.134282 1515 operator.cc:242] gaussian_random raises an exception thrust::system::system_error, parallel_for failed: cudaErrorNoKernelImageForDevice: no kernel image is available for execution on the device
Traceback (most recent call last):
File "train.py", line 90, in
train()
File "train.py", line 85, in train
test_off=args.test_off)
File "/home/DeepSpeech/model_utils/model.py", line 285, in train
exe.run(startup_prog)
File "/usr/local/python3.7.0/lib/python3.7/site-packages/paddle/fluid/executor.py", line 1110, in run
six.reraise(*sys.exc_info())
File "/usr/local/python3.7.0/lib/python3.7/site-packages/six.py", line 719, in reraise
raise value
File "/usr/local/python3.7.0/lib/python3.7/site-packages/paddle/fluid/executor.py", line 1108, in run
return_merged=return_merged)
File "/usr/local/python3.7.0/lib/python3.7/site-packages/paddle/fluid/executor.py", line 1239, in _run_impl
use_program_cache=use_program_cache)
File "/usr/local/python3.7.0/lib/python3.7/site-packages/paddle/fluid/executor.py", line 1329, in _run_program
[fetch_var_name])
RuntimeError: parallel_for failed: cudaErrorNoKernelImageForDevice: no kernel image is available for execution on the device

 

ubantu2004, rtx3090,请问碰见这个问题应该如何处理?

收藏
点赞
0
个赞
共2条回复 最后由回复于2022-01
#3回复于2022-01

请问你这个问题怎么解决的呢? 我现在也遇到这个问题 跟你安装的cuda  cudnn 版本一样, paddle2.2.0    

0
#2YY应觉月光寒回复于2021-08

建议先参照官方文档,检查CUDA版本和cuDNN版本。

https://www.paddlepaddle.org.cn/install/quick?docurl=/documentation/docs/zh/install/conda/linux-conda.html

0
TOP
切换版块