Skip to content

Commit e375a31

Browse files
committed
Turn off debug info
1 parent 7036c65 commit e375a31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FMCuSparseLinAlg/include/cuCommon.cuh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#include <chrono>
1212

1313
// #define DEBUG
14-
#define TIME_MEASUREMENT
14+
// #define TIME_MEASUREMENT
1515

1616
#define BUFFER_INIT_SIZE 204800000
1717

@@ -77,4 +77,4 @@ inline bool CHECK_CUSPARSE_NO_EXIT(const cusparseStatus_t &err)
7777
return true;
7878
}
7979

80-
#endif // __FLOWMATRIX_UTILS_CU_COMMON_H_
80+
#endif // __FLOWMATRIX_UTILS_CU_COMMON_H_

0 commit comments

Comments
 (0)