Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
cuDNN R2 #2038
+187
−97
Conversation
shelhamer
added compatibility speed-up in progress
labels
Mar 5, 2015
myfavouritekk
added a commit
to myfavouritekk/caffe
that referenced
this pull request
Mar 16, 2015
|
|
myfavouritekk |
c4837dd
|
NV-slayton
and others
added some commits
Feb 10, 2015
shelhamer
added a commit
that referenced
this pull request
Mar 24, 2015
|
|
shelhamer |
de957e2
|
shelhamer
merged commit de957e2
into
BVLC:master
Mar 24, 2015
shelhamer
deleted the
shelhamer:cudnn-r2 branch
Mar 24, 2015
lxycnu
commented on 3cc9b73
Mar 25, 2015
|
I just downdload the latest caffe-master and cudnn v2,but this occour: How can i fix this problem |
jmozah
replied
Mar 25, 2015
|
I too get the same error... |
|
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. |
This was referenced Mar 26, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
shelhamer commentedMar 5, 2015
This is the master edition of #1731. See #1854 for the initial cuDNN R2 compatible branch by @slayton58.
Although cuDNN R2 is still experimental it is in the release candidate stage of development, so this PR will ready Caffe for R2. This should not be made the default until R2 is done or we add version switching for compatibility.
Note that R2 brings OS X support.
Compatibility
Next Up
keep R1 compatibilitysince the library isn't itself backward-compatible we're not going to take this on ourselves.#if CUDNN_VERSION < 20Reshape()instead ofForward()