Skip to content

Commit 9e9cb6f

Browse files
1024 threads
1 parent 022b909 commit 9e9cb6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cuda/include/cuda_utils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
#include <vector>
1212

13-
#define TOTAL_THREADS 512
13+
#define TOTAL_THREADS 1024
1414

1515
inline int opt_n_threads(int work_size) {
1616
const int pow_2 = std::log(static_cast<double>(work_size)) / std::log(2.0);

0 commit comments

Comments
 (0)