Skip to content

Commit 82536e2

Browse files
committed
Fix Markdown conversion
1 parent bade1ac commit 82536e2

File tree

6 files changed

+21
-12
lines changed

6 files changed

+21
-12
lines changed

08-H_NCCL_NVSHMEM/.master/NCCL/Instructions.ipynb

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,11 @@
3131
"- Fix output message to indicate nccl rather than mpi\n",
3232
"- Destroy NCCL communicator\n",
3333
"\n",
34-
"If you have time left: - Use ncclMemAlloc to allocate the buffers and\n",
35-
"register them for communication - Don\\`t forget to deregister and free\n",
36-
"the buffers correctly\n",
34+
"If you have time left:\n",
35+
"\n",
36+
"- Use ncclMemAlloc to allocate the buffers and register them for\n",
37+
" communication\n",
38+
"- Don\\`t forget to deregister and free the buffers correctly\n",
3739
"\n",
3840
"Compile with\n",
3941
"\n",
@@ -51,7 +53,7 @@
5153
"`make profile`. For `make run` and `make profile` the environment\n",
5254
"variable `NP` can be set to change the number of processes."
5355
],
54-
"id": "320eef96-73d2-4a94-8d01-7c441266efdb"
56+
"id": "42337a25-287a-4ae5-bcc6-e87fcf42ee4e"
5557
}
5658
],
5759
"nbformat": 4,

08-H_NCCL_NVSHMEM/.master/NCCL/Instructions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ The purpose of this task is to use NCCL instead of MPI to implement a multi-GPU
2222
- Destroy NCCL communicator
2323

2424
If you have time left:
25+
2526
- Use ncclMemAlloc to allocate the buffers and register them for communication
2627
- Don`t forget to deregister and free the buffers correctly
2728

08-H_NCCL_NVSHMEM/solutions/NCCL/Instructions.ipynb

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,11 @@
3131
"- Fix output message to indicate nccl rather than mpi\n",
3232
"- Destroy NCCL communicator\n",
3333
"\n",
34-
"If you have time left: - Use ncclMemAlloc to allocate the buffers and\n",
35-
"register them for communication - Don\\`t forget to deregister and free\n",
36-
"the buffers correctly\n",
34+
"If you have time left:\n",
35+
"\n",
36+
"- Use ncclMemAlloc to allocate the buffers and register them for\n",
37+
" communication\n",
38+
"- Don\\`t forget to deregister and free the buffers correctly\n",
3739
"\n",
3840
"Compile with\n",
3941
"\n",
@@ -51,7 +53,7 @@
5153
"`make profile`. For `make run` and `make profile` the environment\n",
5254
"variable `NP` can be set to change the number of processes."
5355
],
54-
"id": "320eef96-73d2-4a94-8d01-7c441266efdb"
56+
"id": "42337a25-287a-4ae5-bcc6-e87fcf42ee4e"
5557
}
5658
],
5759
"nbformat": 4,

08-H_NCCL_NVSHMEM/solutions/NCCL/Instructions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ The purpose of this task is to use NCCL instead of MPI to implement a multi-GPU
2222
- Destroy NCCL communicator
2323

2424
If you have time left:
25+
2526
- Use ncclMemAlloc to allocate the buffers and register them for communication
2627
- Don`t forget to deregister and free the buffers correctly
2728

08-H_NCCL_NVSHMEM/tasks/NCCL/Instructions.ipynb

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,11 @@
3131
"- Fix output message to indicate nccl rather than mpi\n",
3232
"- Destroy NCCL communicator\n",
3333
"\n",
34-
"If you have time left: - Use ncclMemAlloc to allocate the buffers and\n",
35-
"register them for communication - Don\\`t forget to deregister and free\n",
36-
"the buffers correctly\n",
34+
"If you have time left:\n",
35+
"\n",
36+
"- Use ncclMemAlloc to allocate the buffers and register them for\n",
37+
" communication\n",
38+
"- Don\\`t forget to deregister and free the buffers correctly\n",
3739
"\n",
3840
"Compile with\n",
3941
"\n",
@@ -51,7 +53,7 @@
5153
"`make profile`. For `make run` and `make profile` the environment\n",
5254
"variable `NP` can be set to change the number of processes."
5355
],
54-
"id": "320eef96-73d2-4a94-8d01-7c441266efdb"
56+
"id": "42337a25-287a-4ae5-bcc6-e87fcf42ee4e"
5557
}
5658
],
5759
"nbformat": 4,

08-H_NCCL_NVSHMEM/tasks/NCCL/Instructions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ The purpose of this task is to use NCCL instead of MPI to implement a multi-GPU
2222
- Destroy NCCL communicator
2323

2424
If you have time left:
25+
2526
- Use ncclMemAlloc to allocate the buffers and register them for communication
2627
- Don`t forget to deregister and free the buffers correctly
2728

0 commit comments

Comments
 (0)