Skip to content

Commit f34e889

Browse files
Update SC25 -> ISC26
1 parent 007a593 commit f34e889

4 files changed

Lines changed: 16 additions & 32 deletions

File tree

10-H_CUDA_Graphs_and_Device-initiated_Communication_with_NVSHMEM/tasks/Device-initiated_Communication_with_NVSHMEM/Instructions.ipynb

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,12 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5+
"id": "26fcc732-6b0b-4b82-ac29-e3aa659ffbd9",
56
"metadata": {},
67
"source": [
7-
"# SC25 Tutorial: Efficient Distributed GPU Programming for Exascale\n",
8+
"# ISC26 Tutorial: Efficient Distributed GPU Programming for Exascale\n",
89
"\n",
9-
"- Sunday, November 16, 2025 8:30 AM to 5:00 PM\n",
10-
"- Location: Room 127, St. Louis Convention Center, St. Louis, USA\n",
11-
"- Program Link:\n",
12-
" https://sc25.conference-program.com/presentation/?id=tut113&sess=sess252\n",
13-
" \\## Hands-On 10A: Device-initiated Communication with NVSHMEM\n",
10+
"## Hands-On 10A: Device-initiated Communication with NVSHMEM\n",
1411
"\n",
1512
"### Task: Using NVSHMEM device API\n",
1613
"\n",
@@ -84,12 +81,9 @@
8481
" variant in the [Multi GPU Programming Models Github\n",
8582
" repository](https://github.com/NVIDIA/multi-gpu-programming-models)\n",
8683
" implements the same strategy."
87-
],
88-
"id": "26fcc732-6b0b-4b82-ac29-e3aa659ffbd9"
84+
]
8985
}
9086
],
91-
"nbformat": 4,
92-
"nbformat_minor": 5,
9387
"metadata": {
9488
"kernelspec": {
9589
"display_name": "Python 3",
@@ -108,5 +102,7 @@
108102
"pygments_lexer": "ipython3",
109103
"version": "3.6.8"
110104
}
111-
}
105+
},
106+
"nbformat": 4,
107+
"nbformat_minor": 5
112108
}

10-H_CUDA_Graphs_and_Device-initiated_Communication_with_NVSHMEM/tasks/Device-initiated_Communication_with_NVSHMEM/Instructions.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
# SC25 Tutorial: Efficient Distributed GPU Programming for Exascale
1+
# ISC26 Tutorial: Efficient Distributed GPU Programming for Exascale
22

3-
- Sunday, November 16, 2025 8:30 AM to 5:00 PM
4-
- Location: Room 127, St. Louis Convention Center, St. Louis, USA
5-
- Program Link:
6-
https://sc25.conference-program.com/presentation/?id=tut113&sess=sess252
73
## Hands-On 10A: Device-initiated Communication with NVSHMEM
84

95
### Task: Using NVSHMEM device API

10-H_CUDA_Graphs_and_Device-initiated_Communication_with_NVSHMEM/tasks/Using_CUDA_Graphs/Instructions.ipynb

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,12 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5+
"id": "b7911f86-fb8d-4ac2-a65a-c32d6a61a0fa",
56
"metadata": {},
67
"source": [
7-
"# SC25 Tutorial: Efficient Distributed GPU Programming for Exascale\n",
8+
"# ISC26 Tutorial: Efficient Distributed GPU Programming for Exascale\n",
89
"\n",
9-
"- Sunday, November 16, 2025 8:30 AM to 5:00 PM\n",
10-
"- Location: Room 127, St. Louis Convention Center, St. Louis, USA\n",
11-
"- Program Link:\n",
12-
" https://sc25.conference-program.com/presentation/?id=tut113&sess=sess252\n",
13-
" \\## Hands-On 10B: Using CUDA Graphs\n",
10+
"## Hands-On 10B: Using CUDA Graphs\n",
1411
"\n",
1512
"### Task: Combining CUDA Graphs with NCCL for Inter-GPU Communication\n",
1613
"\n",
@@ -63,12 +60,9 @@
6360
"Study the performance by glimpsing at the profile generated with\n",
6461
"`make profile`. For `make run` and `make profile` the environment\n",
6562
"variable `NP` can be set to change the number of processes."
66-
],
67-
"id": "b7911f86-fb8d-4ac2-a65a-c32d6a61a0fa"
63+
]
6864
}
6965
],
70-
"nbformat": 4,
71-
"nbformat_minor": 5,
7266
"metadata": {
7367
"kernelspec": {
7468
"display_name": "Python 3",
@@ -87,5 +81,7 @@
8781
"pygments_lexer": "ipython3",
8882
"version": "3.6.8"
8983
}
90-
}
84+
},
85+
"nbformat": 4,
86+
"nbformat_minor": 5
9187
}

10-H_CUDA_Graphs_and_Device-initiated_Communication_with_NVSHMEM/tasks/Using_CUDA_Graphs/Instructions.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
# SC25 Tutorial: Efficient Distributed GPU Programming for Exascale
1+
# ISC26 Tutorial: Efficient Distributed GPU Programming for Exascale
22

3-
- Sunday, November 16, 2025 8:30 AM to 5:00 PM
4-
- Location: Room 127, St. Louis Convention Center, St. Louis, USA
5-
- Program Link:
6-
https://sc25.conference-program.com/presentation/?id=tut113&sess=sess252
73
## Hands-On 10B: Using CUDA Graphs
84

95
### Task: Combining CUDA Graphs with NCCL for Inter-GPU Communication

0 commit comments

Comments
 (0)