PaddlePaddle / Paddle

PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署)
http://www.paddlepaddle.org/
Apache License 2.0
22.26k stars 5.6k forks source link

Attempting to install on Google Colab cuda 11.2 #49876

Open impactcolor opened 1 year ago

impactcolor commented 1 year ago

问题描述 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

paddle-bot[bot] commented 1 year ago

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

thisjiang commented 1 year ago

Hi~ Is the error reported during installation ?

impactcolor commented 1 year ago

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: @.***>

thisjiang commented 1 year ago

Could you show me the demo code or the error report when run paddle.utils.run_check()

impactcolor commented 1 year ago

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]