提交 026a96c4 authored 作者: Arnaud Bergeron's avatar Arnaud Bergeron

We don't support cudnn before v4.

上级 3ae8778e
......@@ -11,15 +11,6 @@ static inline int cudnnGetVersion() {
}
#endif
#include <assert.h>
// If needed, define element of the V4 interface in terms of elements of
// previous versions
#if defined(CUDNN_VERSION) && CUDNN_VERSION < 4000
#define CUDNN_CONVOLUTION_FWD_ALGO_FFT_TILING 5
#define CUDNN_CONVOLUTION_BWD_DATA_ALGO_FFT_TILING 3
#endif
#endif
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论