You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 10-H_CUDA_Graphs_and_Device-initiated_Communication_with_NVSHMEM/solutions/Device-initiated_Communication_with_NVSHMEM/jacobi.cu
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -231,7 +231,7 @@ int main(int argc, char* argv[]) {
231
231
232
232
// ny - 2 rows are distributed amongst `size` ranks in such a way
233
233
// that each rank gets either (ny - 2) / size or (ny - 2) / size + 1 rows.
Copy file name to clipboardExpand all lines: 10-H_CUDA_Graphs_and_Device-initiated_Communication_with_NVSHMEM/tasks/Device-initiated_Communication_with_NVSHMEM/jacobi.cu
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -256,7 +256,7 @@ int main(int argc, char* argv[]) {
256
256
257
257
//TODO: calculate halo/boundary row index of top and bottom neighbors
258
258
259
-
// Set diriclet boundary conditions on left and right boarder
259
+
// Set Dirichlet boundary conditions on left and right border
0 commit comments