Skip to content

Commit 7e7c512

Browse files
authored
Merge branch 'main' into test/api-docs-consistency-2326
2 parents f768d40 + 94e3a76 commit 7e7c512

3 files changed

Lines changed: 0 additions & 5 deletions

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ CUDA Python is the home for accessing NVIDIA’s CUDA platform from Python. It c
55
* [cuda.core](https://nvidia.github.io/cuda-python/cuda-core/latest): Pythonic access to CUDA Runtime and other core functionality
66
* [cuda.bindings](https://nvidia.github.io/cuda-python/cuda-bindings/latest): Low-level Python bindings to CUDA C APIs
77
* [cuda.pathfinder](https://nvidia.github.io/cuda-python/cuda-pathfinder/latest): Utilities for locating CUDA components installed in the user's Python environment
8-
* [cuda.coop](https://nvidia.github.io/cccl/unstable/python/coop.html): A Python module providing CCCL's reusable block-wide and warp-wide *device* primitives for use within Numba CUDA kernels
98
* [cuda.compute](https://nvidia.github.io/cccl/unstable/python/compute/index.html): A Python module for easy access to CCCL's highly efficient and customizable parallel algorithms, like `sort`, `scan`, `reduce`, `transform`, etc. that are callable on the *host*
109
* [numba-cuda-mlir](https://nvidia.github.io/numba-cuda-mlir/): An evolution of Numba CUDA that improves upon its technical foundation and performance to provide the future of CUDA Python JIT compilation. It currently supports developing CUDA **SIMT** kernels in Python, providing Python bindings for accelerated device libraries, and serving as a compiler for user-defined functions in accelerated libraries.
1110
* [numba.cuda](https://nvidia.github.io/numba-cuda/): A Python DSL that exposes CUDA **SIMT** programming model and compiles a restricted subset of Python code into CUDA kernels and device functions

cuda_python/DESCRIPTION.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ CUDA Python is the home for accessing NVIDIA's CUDA platform from Python. It con
1010
* `cuda.core <https://nvidia.github.io/cuda-python/cuda-core/latest>`_: Pythonic access to CUDA Runtime and other core functionality
1111
* `cuda.bindings <https://nvidia.github.io/cuda-python/cuda-bindings/latest>`_: Low-level Python bindings to CUDA C APIs
1212
* `cuda.pathfinder <https://nvidia.github.io/cuda-python/cuda-pathfinder/latest>`_: Utilities for locating CUDA components installed in the user's Python environment
13-
* `cuda.coop <https://nvidia.github.io/cccl/unstable/python/coop.html>`_: A Python module providing CCCL's reusable block-wide and warp-wide *device* primitives for use within Numba CUDA kernels
1413
* `cuda.compute <https://nvidia.github.io/cccl/unstable/python/compute/index.html>`_: A Python module for easy access to CCCL's highly efficient and customizable parallel algorithms, like ``sort``, ``scan``, ``reduce``, ``transform``, etc. that are callable on the *host*
1514
* `numba-cuda-mlir <https://nvidia.github.io/numba-cuda-mlir/>`_: An evolution of Numba CUDA that improves upon its technical foundation and performance to provide the future of CUDA Python JIT compilation. It currently supports developing CUDA **SIMT** kernels in Python, providing Python bindings for accelerated device libraries, and serving as a compiler for user-defined functions in accelerated libraries.
1615
* `numba.cuda <https://nvidia.github.io/numba-cuda/>`_: A Python DSL that exposes CUDA **SIMT** programming model and compiles a restricted subset of Python code into CUDA kernels and device functions

cuda_python/docs/source/index.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ multiple components:
1010
- `cuda.core`_: Pythonic access to CUDA Runtime and other core functionality
1111
- `cuda.bindings`_: Low-level Python bindings to CUDA C APIs
1212
- `cuda.pathfinder`_: Utilities for locating CUDA components installed in the user's Python environment
13-
- `cuda.coop`_: A Python module providing CCCL's reusable block-wide and warp-wide *device* primitives for use within Numba CUDA kernels
1413
- `cuda.compute`_: A Python module for easy access to CCCL's highly efficient and customizable parallel algorithms, like ``sort``, ``scan``, ``reduce``, ``transform``, etc. that are callable on the *host*
1514
- `numba-cuda-mlir`_: An evolution of Numba CUDA that improves upon its technical foundation and performance to provide the future of CUDA Python JIT compilation. It currently supports developing CUDA **SIMT** kernels in Python, providing Python bindings for accelerated device libraries, and serving as a compiler for user-defined functions in accelerated libraries.
1615
- `numba.cuda`_: A Python DSL that exposes CUDA **SIMT** programming model and compiles a restricted subset of Python code into CUDA kernels and device functions
@@ -21,7 +20,6 @@ multiple components:
2120
- `CUPTI Python`_: Python APIs for creation of profiling tools that target CUDA Python applications via the CUDA Profiling Tools Interface (CUPTI)
2221
- `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.
2322

24-
.. _cuda.coop: https://nvidia.github.io/cccl/unstable/python/coop.html
2523
.. _cuda.compute: https://nvidia.github.io/cccl/unstable/python/compute/index.html
2624
.. _numba-cuda-mlir: https://nvidia.github.io/numba-cuda-mlir/
2725
.. _numba.cuda: https://nvidia.github.io/numba-cuda/
@@ -52,7 +50,6 @@ be available, please refer to the `cuda.bindings`_ documentation for installatio
5250
cuda.core <https://nvidia.github.io/cuda-python/cuda-core/latest>
5351
cuda.bindings <https://nvidia.github.io/cuda-python/cuda-bindings/latest>
5452
cuda.pathfinder <https://nvidia.github.io/cuda-python/cuda-pathfinder/latest>
55-
cuda.coop <https://nvidia.github.io/cccl/unstable/python/coop.html>
5653
cuda.compute <https://nvidia.github.io/cccl/unstable/python/compute/index.html>
5754
numba-cuda-mlir <https://nvidia.github.io/numba-cuda-mlir/>
5855
numba.cuda <https://nvidia.github.io/numba-cuda/>

0 commit comments

Comments
 (0)