Skip to content

Commit

Permalink
Turn off debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
mimicji committed Dec 1, 2022
1 parent 7036c65 commit e375a31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FMCuSparseLinAlg/include/cuCommon.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include <chrono>

// #define DEBUG
#define TIME_MEASUREMENT
// #define TIME_MEASUREMENT

#define BUFFER_INIT_SIZE 204800000

Expand Down Expand Up @@ -77,4 +77,4 @@ inline bool CHECK_CUSPARSE_NO_EXIT(const cusparseStatus_t &err)
return true;
}

#endif // __FLOWMATRIX_UTILS_CU_COMMON_H_
#endif // __FLOWMATRIX_UTILS_CU_COMMON_H_

0 comments on commit e375a31

Please sign in to comment.