Thanks to visit codestin.com Credit goes to github.com
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 b9d4e04 commit 1d2334aCopy full SHA for 1d2334a
Chapter10/10_deep_learning/02_cnn/src/helper.h
@@ -24,6 +24,8 @@ namespace cudl
24
#define DEBUG_LOSS 0
25
#define DEBUG_ACCURACY 0
26
27
+#define DEBUG_FIND_ALGO 0
28
+
29
/* CUDA API error return checker */
30
#ifndef checkCudaErrors
31
#define checkCudaErrors(err) \
0 commit comments