cuda-bindings

Python bindings for CUDA

20 个版本 Python >=3.10
安装
pip install cuda-bindings
poetry add cuda-bindings
pipenv install cuda-bindings
conda install cuda-bindings
描述

.. 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 <https://nvidia.github.io/cuda-python/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 <https://nvidia.github.io/cuda-python/cuda-bindings/latest/overview.html>_ for the workflow and performance results.

  • Repository <https://github.com/NVIDIA/cuda-python/tree/main/cuda_bindings>_
  • Documentation <https://nvidia.github.io/cuda-python/cuda-bindings/>_
  • Examples <https://github.com/NVIDIA/cuda-python/tree/main/cuda_bindings/examples>_
  • Issue tracker <https://github.com/NVIDIA/cuda-python/issues/>_

For the installation instruction, please refer to the Installation <https://nvidia.github.io/cuda-python/cuda-bindings/latest/install.html>_ page.