Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1d2334a

Browse files
committed
Added convolution algorithm finding flag
1 parent b9d4e04 commit 1d2334a

File tree

1 file changed

+2
-0
lines changed
  • Chapter10/10_deep_learning/02_cnn/src

1 file changed

+2
-0
lines changed

Chapter10/10_deep_learning/02_cnn/src/helper.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ namespace cudl
2424
#define DEBUG_LOSS 0
2525
#define DEBUG_ACCURACY 0
2626

27+
#define DEBUG_FIND_ALGO 0
28+
2729
/* CUDA API error return checker */
2830
#ifndef checkCudaErrors
2931
#define checkCudaErrors(err) \

0 commit comments

Comments
 (0)