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

Multi-GPU caffe trainning is slow with CuDNN #4901

Closed
junshi15 opened this issue Oct 25, 2016 · 1 comment
Closed

Multi-GPU caffe trainning is slow with CuDNN #4901

junshi15 opened this issue Oct 25, 2016 · 1 comment

Comments

@junshi15
Copy link

I compared 8-gpu caffe training with and without CuDNN. Surprisingly, CuDNN reduces training speed. I was wondering if anybody has seen this.

Here are some details:
OS: RHEL 6.5
CUDA: 7.5
CUDNN: 5.1
GPUs: 8 Telsa-K80
Caffe model: caffenet reference model
Data set: ImageNet.

Speed:
1-gpu with cudnn = 1.7 X 1-gpu without cudnn.
8-gpu with cudnn = 0.86 X 8-gpu without cudnn.

I can provide more information if needed.

@shelhamer
Copy link
Member

shelhamer commented Apr 12, 2017

I don't know what could have caused this, but now that parallelism is handled by multiple processes there should not be an interaction with the number of GPUs and however each process is doing the computation other than the usual considerations of computation/communication when scaling across multiple GPUs. Please follow-up if this is still an issue after #4563

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

No branches or pull requests

2 participants