Metadata-Version: 2.4 Name: cuda-bindings Version: 13.3.1 Summary: Python bindings for CUDA Author-email: NVIDIA Corporation License-Expression: LicenseRef-NVIDIA-SOFTWARE-LICENSE Project-URL: Repository, https://github.com/NVIDIA/cuda-python Project-URL: Documentation, https://nvidia.github.io/cuda-python/ Classifier: Intended Audience :: Developers Classifier: Topic :: Database Classifier: Topic :: Scientific/Engineering Classifier: Programming Language :: Python Classifier: Programming Language :: Python :: 3.10 Classifier: Programming Language :: Python :: 3.11 Classifier: Programming Language :: Python :: 3.12 Classifier: Programming Language :: Python :: 3.13 Classifier: Programming Language :: Python :: 3.14 Classifier: Environment :: GPU :: NVIDIA CUDA Requires-Python: >=3.10 Description-Content-Type: text/x-rst License-File: LICENSE Requires-Dist: cuda-pathfinder>=1.4.2 Provides-Extra: all Requires-Dist: cuda-toolkit[nvfatbin,nvjitlink,nvrtc,nvvm]==13.*; extra == "all" Requires-Dist: cuda-toolkit[cufile]==13.*; sys_platform == "linux" and extra == "all" Requires-Dist: cuda-toolkit==13.*; extra == "all" Requires-Dist: nvidia-cudla==13.*; (platform_system == "Linux" and platform_machine == "aarch64") and extra == "all" Dynamic: license-file .. SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved. .. SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE **************************************** cuda-bindings: Low-level CUDA interfaces **************************************** .. image:: https://img.shields.io/badge/NVIDIA-black?logo=nvidia :target: https://www.nvidia.com/ :alt: NVIDIA `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. * `Repository `_ * `Documentation `_ * `Examples `_ * `Issue tracker `_ For the installation instruction, please refer to the `Installation `_ page.