We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df87e63 commit 4777aecCopy full SHA for 4777aec
paddle/fluid/platform/cudnn_helper.h
@@ -68,6 +68,14 @@ inline const char* cudnnGetErrorString(cudnnStatus_t status) {
68
} \
69
} while (false)
70
71
+#if CUDNN_VERSION < 6000
72
+#pragma message "CUDNN version under 6.0 is supported at best effort."
73
+#pragma message "We strongly encourage you to move to 6.0 and above."
74
+#pragma message "This message is intended to annoy you enough to update."
75
+#pragma message \
76
+ "please see https://docs.nvidia.com/deeplearning/sdk/cudnn-release-notes/"
77
+#endif // CUDNN_VERSION < 6000
78
+
79
enum class DataLayout { // Not use
80
kNHWC,
81
kNCHW,
0 commit comments