Paddle run_check报CUBLAS错误

2nbm6dog  于 2022-11-05  发布在  其他
关注(0)|答案(3)|浏览(291)

bug描述 Describe the Bug

  1. import paddle
  2. paddle.utils.run_check()

报错信息:

  1. Running verify PaddlePaddle program ...
  2. W0904 21:24:46.885578 1308 gpu_resources.cc:61] Please NOTE: device: 0, GPU Compute Capability: 8.6, Driver API Version: 11.7, Runtime API Version: 11.6
  3. W0904 21:24:46.888571 1308 gpu_resources.cc:91] device: 0, cuDNN Version: 8.4.
  4. Traceback (most recent call last):
  5. File "D:\python\rpg_error_train\main.py", line 2, in <module>
  6. paddle.utils.run_check()
  7. File "D:\python\rpg_error_train\venv\lib\site-packages\paddle\utils\install_check.py", line 266, in run_check
  8. _run_static_single(use_cuda, use_xpu, use_npu)
  9. File "D:\python\rpg_error_train\venv\lib\site-packages\paddle\utils\install_check.py", line 171, in _run_static_single
  10. exe.run(train_prog,
  11. File "D:\python\rpg_error_train\venv\lib\site-packages\paddle\fluid\executor.py", line 1299, in run
  12. six.reraise(*sys.exc_info())
  13. File "D:\python\rpg_error_train\venv\lib\site-packages\six.py", line 719, in reraise
  14. raise value
  15. File "D:\python\rpg_error_train\venv\lib\site-packages\paddle\fluid\executor.py", line 1285, in run
  16. res = self._run_impl(
  17. File "D:\python\rpg_error_train\venv\lib\site-packages\paddle\fluid\executor.py", line 1464, in _run_impl
  18. return new_exe.run(list(feed.keys()), fetch_list, return_numpy)
  19. File "D:\python\rpg_error_train\venv\lib\site-packages\paddle\fluid\executor.py", line 547, in run
  20. tensors = self._new_exe.run(feed_names, fetch_list)._move_to_list()
  21. OSError: (External) CUBLAS error(15).
  22. [Hint: 'CUBLAS_STATUS_NOT_SUPPORTED'. The functionality requested is not supported ] (at ../paddle/phi/kernels/funcs/blas/blas_impl.cu.h:35)

nvcc

其他补充信息 Additional Supplementary Information

  • No response*
u3r8eeie

u3r8eeie1#

您好,我们已经收到了您的问题,会安排技术人员尽快解答您的问题,请耐心等待。请您再次检查是否提供了清晰的问题描述、复现代码、环境&版本、报错信息等。同时,您也可以通过查看 官网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!

6jygbczu

6jygbczu2#

请问装的哪个cuda版本的paddle

hc8w905p

hc8w905p3#

请询问装的哪个cuda版本的paddle

装的是11.6 用的链接是python -m pip install paddlepaddle-gpu==2.3.2.post116 -f https://www.paddlepaddle.org.cn/whl/windows/mkl/avx/stable.html

相关问题