Merged
Conversation
myfavouritekk
added a commit
to myfavouritekk/caffe
that referenced
this pull request
Mar 16, 2015
cuDNN R2 * shelhamer/cudnn-r2: cuDNN pooling can pad now replace cuDNN alphas and betas with coefficient values switch to cuDNN R2
Give cuDNN {0, 1} constants for controlling accumulation through the
alpha and beta coefficients.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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()