Skip to content

Commit 34dc3ef

Browse files
committed
Accelerated Python/PyHPC: Add references to the new syllabus in READMEs.
1 parent e6fbbb8 commit 34dc3ef

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ The following interactive tutorials are available and can be used on [NVIDIA Bre
1616
| [nvmath-python Tutorial](tutorials/nvmath-python/README.md) | [docker-compose.yml](tutorials/nvmath-python/brev/docker-compose.yml) | 4xL4, 2xL4, 2xL40S, or 1x L40S | Crusoe or any other with Flexible Ports |
1717
| [CUDA Python Tutorial - CuPy, cuDF, CCCL, & Kernels - 8 Hours](tutorials/accelerated-python/notebooks/syllabi/cuda_python__cupy_cudf_cccl_kernels__8_hours.ipynb) | [docker-compose.yml](https://github.com/NVIDIA/accelerated-computing-hub/blob/generated/main/tutorials/accelerated-python/notebooks/syllabi/cuda_python__cupy_cudf_cccl_kernels__8_hours__docker_compose.yml) | L40S, L4, or T4 | Crusoe or any other with Flexible Ports |
1818
| [CUDA Python Tutorial - cuda.core & CCCL - 2 Hours](tutorials/accelerated-python/notebooks/syllabi/cuda_python__cuda_core_cccl__2_hours.ipynb) | [docker-compose.yml](https://github.com/NVIDIA/accelerated-computing-hub/blob/generated/main/tutorials/accelerated-python/notebooks/syllabi/cuda_python__cuda_core_cccl__2_hours__docker_compose.yml) | L40S, L4, or T4 | Crusoe or any other with Flexible Ports |
19+
| [PyHPC Tutorial - NumPy, CuPy, & mpi4py - 4 Hours](tutorials/accelerated-python/notebooks/syllabi/pyhpc__numpy_cupy_mpi4py__4_hours.ipynb) | [docker-compose.yml](https://github.com/NVIDIA/accelerated-computing-hub/blob/generated/main/tutorials/accelerated-python/notebooks/syllabi/pyhpc__numpy_cupy_mpi4py__4_hours__docker_compose.yml) | 4xL4, 2xL4, 2xL40S, or 1x L40S | Crusoe or any other with Flexible Ports |
1920

2021
## License
2122

tutorials/accelerated-python/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Brev Launchables of this tutorial should use:
1616

1717
- [CUDA Python - CuPy, cuDF, CCCL, & Kernels - 8 Hours](./notebooks/syllabi/cuda_python__cupy_cudf_cccl_kernels__8_hours.ipynb).
1818
- [CUDA Python - cuda.core & CCCL - 2 Hours](./notebooks/syllabi/cuda_python__cuda_core_cccl__2_hours.ipynb)
19+
- [PyHPC - NumPy, CuPy, & mpi4py - 4 Hours](./notebooks/syllabi/pyhpc__numpy_cupy_mpi4py__4_hours.ipynb)
1920

2021
## Notebooks
2122

tutorials/accelerated-python/notebooks/start.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"Select the syllabus that you are taking:\n",
1111
"\n",
1212
"- [CUDA Python - CuPy, cuDF, CCCL, & Kernels - 8 Hours](./syllabi/cuda_python__cupy_cudf_cccl_kernels__8_hours.ipynb).\n",
13-
"- [CUDA Python - cuda.core & CCCL - 2 Hours](./syllabi/cuda_python__cuda_core_cccl__2_hours.ipynb)."
13+
"- [CUDA Python - cuda.core & CCCL - 2 Hours](./syllabi/cuda_python__cuda_core_cccl__2_hours.ipynb).\n",
14+
"- [PyHPC - NumPy, CuPy, & mpi4py - 4 Hours](./syllabi/pyhpc__numpy_cupy_mpi4py__4_hours.ipynb)."
1415
]
1516
}
1617
],

0 commit comments

Comments
 (0)