summaryrefslogtreecommitdiff
path: root/include/caffe/util/cudnn.hpp
AgeCommit message (Expand)AuthorFilesLines
2017-10-11add supports for cuDNN v7Icyblade Dai1-0/+6
2017-03-31Add support for cuDNN v6Felix Abecassis1-0/+10
2016-05-16Add cuDNN v5 support, drop cuDNN v3 supportFelix Abecassis1-3/+21
2015-12-10Fix CuDNNConvolutionLayer for cuDNN v4Felix Abecassis1-0/+3
2015-03-24replace cuDNN alphas and betas with coefficient valuesEvan Shelhamer1-5/+9
2015-03-24switch to cuDNN R2Simon Layton1-12/+12
2014-10-11Minor fixes. (1) cudnn.hpp uses CHECK_EQ internally, so it needs to include ...Kevin James Matzen1-0/+1
2014-09-18separate setConvolutionDesc from createConvolutionDescJonathan L Long1-2/+6
2014-09-18separate setTensor4dDesc from createTensor4dDescJonathan L Long1-4/+8
2014-09-07report cuDNN error stringEvan Shelhamer1-4/+31
2014-09-07add cuDNN to buildEvan Shelhamer1-0/+92