Skip to content

Commit 379b693

Browse files
committed
Reverted mx/my/mz to 64 after last change
1 parent be7ba0f commit 379b693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

series/cuda-cpp/finite-difference/finite-difference.cu

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ cudaError_t checkCuda(cudaError_t result)
4343
}
4444

4545
float fx = 1.0f, fy = 1.0f, fz = 1.0f;
46-
const int mx = 96, my = 96, mz = 96;
46+
const int mx = 64, my = 64, mz = 64;
4747

4848
// shared memory tiles will be m*-by-*Pencils
4949
// sPencils is used when each thread calculates the derivative at one point

0 commit comments

Comments
 (0)