sbsa/cu130/: cuda-bindings-13.0.1 metadata and description

Simple index

Python bindings for CUDA

author_email NVIDIA Corporation <cuda-python-conduct@nvidia.com>
classifiers
  • Intended Audience :: Developers
  • Topic :: Database
  • Topic :: Scientific/Engineering
  • Programming Language :: Python
  • 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
  • Environment :: GPU :: NVIDIA CUDA
description_content_type text/x-rst
dynamic license-file
license_expression LicenseRef-NVIDIA-SOFTWARE-LICENSE
license_file LICENSE
project_urls
  • Repository, https://github.com/NVIDIA/cuda-python
  • Documentation, https://nvidia.github.io/cuda-python/
requires_dist
  • cuda-pathfinder~=1.1
  • pywin32; sys_platform == "win32"
  • nvidia-cuda-nvcc~=13.0; extra == "all"
  • nvidia-cuda-nvrtc~=13.0; extra == "all"
  • nvidia-nvjitlink~=13.0; extra == "all"
  • nvidia-nvvm~=13.0; extra == "all"
  • nvidia-cufile; sys_platform == "linux" and extra == "all"
  • cython<3.1.0,>=3.0; extra == "test"
  • setuptools>=77.0.0; extra == "test"
  • numpy>=1.21.1; extra == "test"
  • pytest>=6.2.4; extra == "test"
  • pytest-benchmark>=3.4.1; extra == "test"
  • llvmlite; extra == "test"

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

File Tox results History
cuda_bindings-13.0.1-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Size
11 MB
Type
Python Wheel
Python
3.12

cuda.bindings is a standard set of low-level interfaces, providing full coverage of and 1:1 access to the CUDA host APIs from Python. Checkout the Overview for the workflow and performance results.

For the installation instruction, please refer to the Installation page.