-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
"cudaSuccess == err (0 vs. 8)" error on v0.8.0b1 #158
Comments
gangliao @gangliao 10月 05 15:40 alvations @alvations 10月 05 16:05 gangliao @gangliao 10月 05 16:23 alvations @alvations 10月 05 16:28 gangliao @gangliao 10月 05 16:29 alvations @alvations 10月 05 16:37 alvations @alvations 10月 05 16:56 alvations @alvations 10月 05 17:02 |
* added a train file for ngraph * updte train.py instead
…/dev/wangyi/impr/test_ipu_place impr(python,test,script) enhance test_ipu_place
* adapt animegan * clean code Co-authored-by: qingqing01 <dangqingqing@baidu.com>
I have installed paddlepaddle using the
.deb
file from https://github.com/baidu/Paddle/releases/download/V0.8.0b1/paddle-gpu-0.8.0b1-Linux.debI have a GTX 1080 with CUDA 8.0 installed with cudnn v5.1 without the
NVIDIA Accelerated Graphics Driver
I've set the shell variables:
And when I tried to run the demo from the Paddle github repo, I am getting a
[hl_gpu_apply_unary_op failed] CUDA error: invalid device function
error. Is there some way to resolve this?#3, #18, #95 seems to occur even though the cmake file on the latest release should have been fixed #107 , i'm getting this error:
I have also tried recompiling from source and the same error occurs. BTW, the
quick_start
demo works though.The text was updated successfully, but these errors were encountered: