Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.36 KB

File metadata and controls

29 lines (19 loc) · 1.36 KB

cuda-core: Pythonic access to CUDA core functionalities

NVIDIA

cuda.core bridges Python's productivity with CUDA's performance through intuitive and pythonic APIs. The mission is to provide users full access to all of the core CUDA features in Python, such as runtime control, compiler and linker.

cuda.core is currently under active development. Feedback and suggestions are welcome!

Installation

pip install cuda-core[cu12]

Please refer to the installation instructions for different ways of installing cuda.core, including building from source.