Open impactcolor opened 1 year ago
您好,我们已经收到了您的问题,会安排技术人员尽快解答您的问题,请耐心等待。请您再次检查是否提供了清晰的问题描述、复现代码、环境&版本、报错信息等。同时,您也可以通过查看官网API文档、常见问题、历史Issue、AI社区来寻求解答。祝您生活愉快~
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 API,FAQ,Github Issue and AI community to get the answer.Have a nice day!
Hi~ Is the error reported during installation ?
No when running on some code I get the error.Sent from my iPhoneOn Jan 16, 2023, at 10:21 PM, jiangcheng @.***> wrote: Hi~ Is the error reported during installation ?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>
Could you show me the demo code or the error report when run paddle.utils.run_check()
?
Hi thanks for your response @thisjiang the padde.utils.run_check() ran fine and said all was good. I tracked down the code error to this line:
img_patch = img_patch.transpose([0, 2, 1]).reshape([-1, 3, patch_size, patch_size])
I'm not sure if it's related to paddle or numpy.
Error is:
OSError: (External) CUBLAS error(15). [Hint: 'CUBLAS_STATUS_NOT_SUPPORTED'. The functionality requested is not supported ] (at /paddle/paddle/phi/kernels/funcs/blas/blas_impl.cu.h:35) [operator < matmul_v2 > error]
问题描述 Issue Description
gpu_resources.cc:61] Please NOTE: device: 0, GPU Compute Capability: 8.0, Driver API Version: 11.2, Runtime API Version: 10.2
I install
!pip install paddlepaddle-gpu==2.3.2
error: OSError: (External) CUBLAS error(15). [Hint: 'CUBLAS_STATUS_NOT_SUPPORTED'. The functionality requested is not supported ] (at /paddle/paddle/phi/kernels/funcs/blas/blas_impl.cu.h:35) [operator < matmul_v2 > error]
Any ideas what the issue is? PaddlePaddle = 2.3.2 GPU: Cuda 11.2 Python: 3.8
版本&环境信息 Version & Environment Information
gpu_resources.cc:61] Please NOTE: device: 0, GPU Compute Capability: 8.0, Driver API Version: 11.2, Runtime API Version: 10.2
I install
!pip install paddlepaddle-gpu==2.3.2
error: OSError: (External) CUBLAS error(15). [Hint: 'CUBLAS_STATUS_NOT_SUPPORTED'. The functionality requested is not supported ] (at /paddle/paddle/phi/kernels/funcs/blas/blas_impl.cu.h:35) [operator < matmul_v2 > error]
Any ideas what the issue is? PaddlePaddle = 2.3.2 GPU: Cuda 11.2 Python: 3.8