Skip to content

Commit f20aa4d

Browse files
leofangCopilot
andauthored
[doc-only] Add Accelerated Computing Hub to CUDA Python program (#1481)
* Initial plan * Add Accelerated Computing Hub to CUDA Python projects list Co-authored-by: leofang <5534781+leofang@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: leofang <5534781+leofang@users.noreply.github.com>
1 parent b8261e5 commit f20aa4d

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ CUDA Python is the home for accessing NVIDIA’s CUDA platform from Python. It c
1313
* [nvshmem4py](https://docs.nvidia.com/nvshmem/api/api/language_bindings/python/index.html): Pythonic interface to the NVSHMEM library, enabling Python applications to leverage NVSHMEM's high-performance PGAS (Partitioned Global Address Space) programming model for GPU-accelerated computing
1414
* [Nsight Python](https://docs.nvidia.com/nsight-python/index.html): Python kernel profiling interface that automates performance analysis across multiple kernel configurations using NVIDIA Nsight Tools
1515
* [CUPTI Python](https://docs.nvidia.com/cupti-python/): Python APIs for creation of profiling tools that target CUDA Python applications via the CUDA Profiling Tools Interface (CUPTI)
16+
* [Accelerated Computing Hub](https://github.com/NVIDIA/accelerated-computing-hub): Open-source learning materials related to GPU computing. You will find user guides, tutorials, and other works freely available for all learners interested in GPU computing.
1617

1718
CUDA Python is currently undergoing an overhaul to improve existing and introduce new components. All of the previously available functionality from the `cuda-python` package will continue to be available, please refer to the [cuda.bindings](https://nvidia.github.io/cuda-python/cuda-bindings/latest) documentation for installation guide and further detail.
1819

cuda_python/DESCRIPTION.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ CUDA Python is the home for accessing NVIDIA's CUDA platform from Python. It con
1818
* `nvshmem4py <https://docs.nvidia.com/nvshmem/api/api/language_bindings/python/index.html>`_: Pythonic interface to the NVSHMEM library, enabling Python applications to leverage NVSHMEM's high-performance PGAS (Partitioned Global Address Space) programming model for GPU-accelerated computing
1919
* `Nsight Python <https://docs.nvidia.com/nsight-python/index.html>`_: Python kernel profiling interface that automates performance analysis across multiple kernel configurations using NVIDIA Nsight Tools
2020
* `CUPTI Python <https://docs.nvidia.com/cupti-python/>`_: Python APIs for creation of profiling tools that target CUDA Python applications via the CUDA Profiling Tools Interface (CUPTI)
21+
* `Accelerated Computing Hub <https://github.com/NVIDIA/accelerated-computing-hub>`_: Open-source learning materials related to GPU computing. You will find user guides, tutorials, and other works freely available for all learners interested in GPU computing.
2122

2223
CUDA Python is currently undergoing an overhaul to improve existing and introduce new components. All of the previously available functionality from the ``cuda-python`` package will continue to be available, please refer to the `cuda.bindings <https://nvidia.github.io/cuda-python/cuda-bindings/latest>`_ documentation for installation guide and further detail.
2324

cuda_python/docs/source/index.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ multiple components:
1818
- `nvshmem4py`_: Pythonic interface to the NVSHMEM library, enabling Python applications to leverage NVSHMEM's high-performance PGAS (Partitioned Global Address Space) programming model for GPU-accelerated computing
1919
- `Nsight Python`_: Python kernel profiling interface that automates performance analysis across multiple kernel configurations using NVIDIA Nsight Tools
2020
- `CUPTI Python`_: Python APIs for creation of profiling tools that target CUDA Python applications via the CUDA Profiling Tools Interface (CUPTI)
21+
- `Accelerated Computing Hub`_: Open-source learning materials related to GPU computing. You will find user guides, tutorials, and other works freely available for all learners interested in GPU computing.
2122

2223
.. _cuda.coop: https://nvidia.github.io/cccl/python/coop
2324
.. _cuda.compute: https://nvidia.github.io/cccl/python/compute
@@ -31,6 +32,7 @@ multiple components:
3132
.. _nvshmem4py: https://docs.nvidia.com/nvshmem/api/api/language_bindings/python/index.html
3233
.. _Nsight Python: https://docs.nvidia.com/nsight-python/index.html
3334
.. _CUPTI Python: https://docs.nvidia.com/cupti-python/
35+
.. _Accelerated Computing Hub: https://github.com/NVIDIA/accelerated-computing-hub
3436

3537
CUDA Python is currently undergoing an overhaul to improve existing and introduce new components.
3638
All of the previously available functionality from the ``cuda-python`` package will continue to
@@ -56,3 +58,4 @@ be available, please refer to the `cuda.bindings`_ documentation for installatio
5658
nvshmem4py <https://docs.nvidia.com/nvshmem/api/api/language_bindings/python/index.html>
5759
Nsight Python <https://docs.nvidia.com/nsight-python/index.html>
5860
CUPTI Python <https://docs.nvidia.com/cupti-python/>
61+
Accelerated Computing Hub <https://github.com/NVIDIA/accelerated-computing-hub>

0 commit comments

Comments
 (0)