sbsa/cu129/: cuda-python-12.9.0 metadata and description

Simple index

CUDA Python: Performance meets Productivity

author_email NVIDIA Corporation <cuda-python-conduct@nvidia.com>
classifiers
  • Operating System :: POSIX :: Linux
  • Operating System :: Microsoft :: Windows
  • Topic :: Software Development :: Libraries
  • Topic :: Education
  • Topic :: Scientific/Engineering
  • Intended Audience :: Developers
  • Intended Audience :: Science/Research
  • Intended Audience :: End Users/Desktop
  • Programming Language :: Python :: 3 :: Only
  • Programming Language :: Python :: 3.9
  • Programming Language :: Python :: 3.10
  • Programming Language :: Python :: 3.11
  • Programming Language :: Python :: 3.12
  • Programming Language :: Python :: 3.13
  • Programming Language :: Python :: Implementation :: CPython
  • Environment :: GPU :: NVIDIA CUDA
  • Environment :: GPU :: NVIDIA CUDA :: 12
description_content_type text/x-rst
project_urls
  • homepage, https://nvidia.github.io/cuda-python/
  • documentation, https://nvidia.github.io/cuda-python/
  • repository, https://github.com/NVIDIA/cuda-python/
  • issues, https://github.com/NVIDIA/cuda-python/issues/
requires_dist
  • cuda-bindings~=12.9.0
  • cuda-bindings[all]~=12.9.0; extra == "all"

Because this project isn't in the mirror_whitelist, no releases from root/pypi are included.

File Tox results History
cuda_python-12.9.0-py3-none-any.whl
Size
7 KB
Type
Python Wheel
Python
3

CUDA Python is the home for accessing NVIDIA’s CUDA platform from Python. It consists of multiple components:

For access to NVIDIA CPU & GPU Math Libraries, please refer to nvmath-python.

CUDA Python is currently undergoing an overhaul to improve existing and bring up new components. All of the previously available functionalities from the cuda-python package will continue to be available, please refer to the cuda.bindings documentation for installation guide and further detail.

cuda-python as a metapackage

cuda-python is now a metapackage that contains a collection of subpackages. Each subpackage is versioned independently, allowing installation of each component as needed.

Subpackage: cuda.core

The cuda.core package offers idiomatic, pythonic access to CUDA Runtime and other functionalities.

The goals are to

  1. Provide idiomatic (“pythonic”) access to CUDA Driver, Runtime, and JIT compiler toolchain

  2. Focus on developer productivity by ensuring end-to-end CUDA development can be performed quickly and entirely in Python

  3. Avoid homegrown Python abstractions for CUDA for new Python GPU libraries starting from scratch

  4. Ease developer burden of maintaining and catching up with latest CUDA features

  5. Flatten the learning curve for current and future generations of CUDA developers

Subpackage: cuda.bindings

The cuda.bindings package is a standard set of low-level interfaces, providing full coverage of and access to the CUDA host APIs from Python.

The list of available interfaces are:

  • CUDA Driver

  • CUDA Runtime

  • NVRTC

  • nvJitLink

  • NVVM