Skip to content
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

cuDNN v2 out-of-memory CUDNN_STATUS_SUCCESS (8 vs. 0) CUDNN_STATUS_EXECUTION_FAILED #2197

Closed
xiangyangli-cn opened this issue Mar 25, 2015 · 2 comments
Labels

Comments

@xiangyangli-cn
Copy link

sorry to trouble!
I just downdload the latest caffe-master and cudnn v2,but this occour:
cudnn_conv_layer.cu:65] Check failed: status == CUDNN_STATUS_SUCCESS (8 vs. 0) CUDNN_STATUS_EXECUTION_FAILED

How can i fix this problem
Thanks!

@dshayden
Copy link

I have the same problem, can be reproduced when running either of the cifar10 examples (train_quick.sh or train_full.sh), but the mnist example works fine on GPU, as does NVIDIA's cudnn-sample-v2 code.

@shelhamer shelhamer added the bug label Mar 25, 2015
@shelhamer shelhamer changed the title CUDNN_STATUS_SUCCESS (8 vs. 0) CUDNN_STATUS_EXECUTION_FAILED cuDNN v2 out-of-memory CUDNN_STATUS_SUCCESS (8 vs. 0) CUDNN_STATUS_EXECUTION_FAILED Mar 25, 2015
@shelhamer
Copy link
Member

Sorry about that -- there should be a fix shortly for the automatic selection. This is happening because cuDNN is selecting the fastest but memory consuming algorithm so that the GPU runs out of memory. We're also figuring out the right way to expose the manual choice of convolution algorithm in the model definition.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants