Paddle (External) CUDNN error(7), CUDNN_STATUS_MAPPING_ERROR.

sg3maiej  于 2022-04-21  发布在  Java
关注(0)|答案(4)|浏览(387)

使用aistudio至尊在con3D出现
OSError: (External) CUDNN error(7), CUDNN_STATUS_MAPPING_ERROR.
[Hint: 'CUDNN_STATUS_MAPPING_ERROR'. An access to GPU memory space failed, which is usually caused by a failure to bind a texture. To correct, prior to the function call, unbind any previously bound textures. Otherwise, this may indicate an internal error/bug in the library. ] (at /paddle/paddle/fluid/operators/conv_transpose_cudnn_op.cu:284)
[operator < conv3d_transpose > error]

u4vypkhs

u4vypkhs1#

您好,我们已经收到了您的问题,会安排技术人员尽快解答您的问题,请耐心等待。请您再次检查是否提供了清晰的问题描述、复现代码、环境&版本、报错信息等。同时,您也可以通过查看官网API文档常见问题历史IssueAI社区来寻求解答。祝您生活愉快~

Hi! We've received your issue and please be patient to get responded. We will arrange technicians to answer your questions as soon as possible. Please make sure that you have posted enough message to demo your request. You may also check out the APIFAQGithub Issue and AI community to get the answer.Have a nice day!

pes8fvy9

pes8fvy92#

是稳定复现的问题吗? 可以check下使用时GPU显存是否被占满了

jmp7cifd

jmp7cifd3#

使用32GV100 同样出现该问题。

8dtrkrch

8dtrkrch4#

@huangjun12 可以稳定复现该问题。和当前设备的CUDA版本有关系,10.1的时候必报该错误,11.0则不会报错。

File "./pypaddle/train_mgpu.py", line 284, in train
    loss.backward()
  File "<decorator-gen-128>", line 2, in backward
  File "/opt/_internal/cpython-3.7.0/lib/python3.7/site-packages/paddle/fluid/wrapped_decorator.py", line 25, in __impl__
    return wrapped_func(*args,**kwargs)
  File "/opt/_internal/cpython-3.7.0/lib/python3.7/site-packages/paddle/fluid/framework.py", line 229, in __impl__
    return func(*args,**kwargs)
  File "/opt/_internal/cpython-3.7.0/lib/python3.7/site-packages/paddle/fluid/dygraph/varbase_patch_methods.py", line 249, in backward
    framework._dygraph_tracer())
OSError: (External) CUDNN error(7), CUDNN_STATUS_MAPPING_ERROR. 
  [Hint: 'CUDNN_STATUS_MAPPING_ERROR'.  An access to GPU memory space failed, which is usually caused by a failure to bind a texture.  To correct, prior to the function call, unbind any previously bound textures.  Otherwise, this may indicate an internal error/bug in the library.  ] (at /paddle/paddle/fluid/operators/conv_cudnn_op.cu:758)

相关问题