We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be7ba0f commit 379b693Copy full SHA for 379b693
series/cuda-cpp/finite-difference/finite-difference.cu
@@ -43,7 +43,7 @@ cudaError_t checkCuda(cudaError_t result)
43
}
44
45
float fx = 1.0f, fy = 1.0f, fz = 1.0f;
46
-const int mx = 96, my = 96, mz = 96;
+const int mx = 64, my = 64, mz = 64;
47
48
// shared memory tiles will be m*-by-*Pencils
49
// sPencils is used when each thread calculates the derivative at one point
0 commit comments