]> AND Private Git Repository - book_gpu.git/blobdiff - BookGPU/Chapters/chapter13/ex1.cu
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
new
[book_gpu.git] / BookGPU / Chapters / chapter13 / ex1.cu
index 546d8efb9e25dbc493c1c2ccc0bd23ab4ca00ba9..d4997d6ddcf466cb1fb7eafd6ce9887ad2a5ea60 100644 (file)
@@ -15,7 +15,7 @@ __global__ void kernel(..., int n, int nx, int ny, int slices, int stride, ...)
 /* CPU function */
 void Function(...)
 {
 /* CPU function */
 void Function(...)
 {
-       int n = NX * ny * nz; //size of the sub-problem
+       int n = NX * ny * nz; //size of the subproblem
        int slices = nz;
        int stride = NX * ny;
        int bx = 64, by = 4;
        int slices = nz;
        int stride = NX * ny;
        int bx = 64, by = 4;