amd64/cu128/: cuda-core-0.1.1 metadata and description

Simple index

cuda.core: (experimental) pythonic CUDA module

author NVIDIA Corporation
classifiers
  • Development Status :: 4 - Beta
  • Intended Audience :: Developers
  • Intended Audience :: Science/Research
  • Intended Audience :: End Users/Desktop
  • Natural Language :: English
  • License :: Other/Proprietary License
  • Operating System :: POSIX :: Linux
  • Operating System :: Microsoft :: Windows
  • Topic :: Education
  • Topic :: Scientific/Engineering
  • Topic :: Software Development :: Libraries
  • 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 :: 11
  • Environment :: GPU :: NVIDIA CUDA :: 12
description_content_type text/x-rst
license NVIDIA Software License
project_urls
  • homepage, https://nvidia.github.io/cuda-python/
  • documentation, https://nvidia.github.io/cuda-python/cuda-core/
  • repository, https://github.com/NVIDIA/cuda-python/tree/main/cuda_core
  • issues, https://github.com/NVIDIA/cuda-python/issues/
requires_dist
  • numpy
  • cuda-bindings==11.8.*; extra == "cu11"
  • cuda-bindings==12.*; extra == "cu12"
requires_python >=3.9

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

File Tox results History
cuda_core-0.1.1-cp312-cp312-linux_x86_64.whl
Size
1 MB
Type
Python Wheel
Python
3.12

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. Any feedbacks or suggestions are welcomed!

Installation

pip install cuda-core[cu12]

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