File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -286,6 +286,7 @@ protected: \
286
286
using Base::m_tempMatrixForward; \
287
287
using Base::m_tempMatrixBackward; \
288
288
using Base::m_convEng; \
289
+ using Base::InferConvolution2DReductionDims; \
289
290
using Base::InferReductionDims; \
290
291
public:
291
292
Original file line number Diff line number Diff line change @@ -664,7 +664,7 @@ bool CuDnnConvolutionEngineFactory<ElemType>::IsSupported(DEVICEID_TYPE deviceId
664
664
(poolKind == PoolKind::None ||
665
665
inputRank <= 3 && (kernelRank < 3 || kernel[2 ] == 1 )));
666
666
667
- // cuDNN as of version 6.0 does not handle asymmetric padding for convolution correctly. We need to detect asymmetric
667
+ // cuDNN as of version 6.0 does not handle asymmetric padding for even size kernel convolution correctly. We need to detect asymmetric
668
668
// padding due to auto-padding and choose the reference convolution implementation instead
669
669
if (poolKind == PoolKind::None) // only for convolution, pooling seems fine
670
670
{
You can’t perform that action at this time.
0 commit comments