Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Fix CuDNNConvolutionLayer for cuDNN v4 #3439
Conversation
|
The CMake website is under maintenance, causing the automated cmake builds to fail. |
|
@flx42 will there be further ifdef guards for v4? If not this is simple and done. I'm happy to keep v3 compatibility and add v4 if it doesn't obscure the code. So far we have followed the current cuDNN version and dropped old versions (because of API changes). Thanks for the PR. |
|
This is the only change until we get to more feature support like batch normalization. We should generally support the macro to better deal with API change-overs. |
|
For v3 and v4 only, I believe you could simply replace |
|
Ok, agreed on the macro and this is fine as-is. |
shelhamer
added a commit
that referenced
this pull request
Dec 12, 2015
|
|
shelhamer |
7953918
|
shelhamer
merged commit 7953918
into
BVLC:master
Dec 12, 2015
1 check passed
This was referenced Dec 14, 2015
shelhamer
added a commit
to shelhamer/caffe
that referenced
this pull request
Apr 14, 2016
|
|
shelhamer |
b265134
|
xygorn
added a commit
to xygorn/caffe
that referenced
this pull request
Jul 8, 2016
|
|
shelhamer + xygorn |
db74876
|
fxbit
added a commit
to Yodigram/caffe
that referenced
this pull request
Sep 1, 2016
|
|
shelhamer + fxbit |
194ad63
|
zouxiaochuan
added a commit
to zouxiaochuan/caffe
that referenced
this pull request
Oct 24, 2016
|
|
shelhamer + zouxiaochuan |
3875bb0
|
zouxiaochuan
added a commit
to zouxiaochuan/caffe
that referenced
this pull request
Oct 24, 2016
|
|
shelhamer + zouxiaochuan |
daf619b
|
zouxiaochuan
added a commit
to zouxiaochuan/caffe
that referenced
this pull request
Feb 15, 2017
|
|
shelhamer + zouxiaochuan |
d142857
|
zouxiaochuan
added a commit
to zouxiaochuan/caffe
that referenced
this pull request
Feb 15, 2017
|
|
shelhamer + zouxiaochuan |
300237b
|
zouxiaochuan
added a commit
to zouxiaochuan/caffe
that referenced
this pull request
Feb 15, 2017
|
|
shelhamer + zouxiaochuan |
e3d2033
|
flx42 commentedDec 10, 2015
Add a macro to check the current cuDNN version