Skip to content

Commit bade1ac

Browse files
committed
Add Jupyter Notebooks
1 parent 164f044 commit bade1ac

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@
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",
37+
"\n",
3438
"Compile with\n",
3539
"\n",
3640
"``` bash\n",
@@ -47,7 +51,7 @@
4751
"`make profile`. For `make run` and `make profile` the environment\n",
4852
"variable `NP` can be set to change the number of processes."
4953
],
50-
"id": "60578d45-be13-4662-9ee6-e4879f01d4f1"
54+
"id": "320eef96-73d2-4a94-8d01-7c441266efdb"
5155
}
5256
],
5357
"nbformat": 4,

08-H_NCCL_NVSHMEM/solutions/NCCL/Instructions.ipynb

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@
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",
37+
"\n",
3438
"Compile with\n",
3539
"\n",
3640
"``` bash\n",
@@ -47,7 +51,7 @@
4751
"`make profile`. For `make run` and `make profile` the environment\n",
4852
"variable `NP` can be set to change the number of processes."
4953
],
50-
"id": "60578d45-be13-4662-9ee6-e4879f01d4f1"
54+
"id": "320eef96-73d2-4a94-8d01-7c441266efdb"
5155
}
5256
],
5357
"nbformat": 4,

08-H_NCCL_NVSHMEM/tasks/NCCL/Instructions.ipynb

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@
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",
37+
"\n",
3438
"Compile with\n",
3539
"\n",
3640
"``` bash\n",
@@ -47,7 +51,7 @@
4751
"`make profile`. For `make run` and `make profile` the environment\n",
4852
"variable `NP` can be set to change the number of processes."
4953
],
50-
"id": "60578d45-be13-4662-9ee6-e4879f01d4f1"
54+
"id": "320eef96-73d2-4a94-8d01-7c441266efdb"
5155
}
5256
],
5357
"nbformat": 4,

0 commit comments

Comments
 (0)