Skip to content

Commit 405e03d

Browse files
authored
Merge pull request #27 from LenaO/main
Fix Error in the intro
2 parents 153815a + 7eac850 commit 405e03d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

08-H_NCCL_NVSHMEM/tasks/NCCL/Instructions.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"variant of the jacobi solver. You need to work on `TODOs` in\n",
2323
"`jacobi.cpp`:\n",
2424
"\n",
25-
"- Initialize NVSHMEM:\n",
25+
"- Initialize NCCL:\n",
2626
" - Include NCCL headers.\n",
2727
" - Create a NCCL unique ID, and initialize it\n",
2828
" - Create a NCCL communicator and initilize it\n",

08-H_NCCL_NVSHMEM/tasks/NCCL/Instructions.md

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

1414
The purpose of this task is to use NCCL instead of MPI to implement a multi-GPU jacobi solver. The starting point of this task is the MPI variant of the jacobi solver. You need to work on `TODOs` in `jacobi.cpp`:
1515

16-
- Initialize NVSHMEM:
16+
- Initialize NCCL:
1717
- Include NCCL headers.
1818
- Create a NCCL unique ID, and initialize it
1919
- Create a NCCL communicator and initilize it

0 commit comments

Comments
 (0)