-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RuntimeError: function_attributes(): after cudaFuncGetAttributes: invalid device function #9290
Comments
Ok, I will check this. @typhoonzero |
@typhoonzero I tried (cuda8 + cudnn5/cudnn5.1 + driver384.81/384.66) 4 combination, but failed. |
@BigFishMaster From doc http://arnon.dk/matching-sm-architectures-arch-and-gencode-for-various-nvidia-cards/ Tesla V100 should use CUDA 9.0 or later. There is no problem when I run Fluid model with CUDA 9.0 + cuDNN V7. |
@qingqing01 I meet a gcc problem:
|
I tried jumbo with gcc5.3 and paddle is ok. Thanks @qingqing01 |
when running se-resnext-50 networking to train imagenet-1000 dataset, I got an ERROR as below.
I use the paddle-wheel from folows:
paddle url:https://paddleci.ngrok.io/viewType.html?buildTypeId=Manylinux1_Cuda80cudnn5cp27cp27mu
wheel:https://paddleci.ngrok.io/repository/download/Manylinux1_Cuda80cudnn5cp27cp27mu/31050:id/paddlepaddle_gpu-0.11.0-cp27-cp27mu-linux_x86_64.whl
The text was updated successfully, but these errors were encountered: