images/nvcr-io-nvidia-l4t-jetpack-r36-4-0/: cuda-core-0.1.0 metadata and description

Simple index

cuda.core: (experimental) pythonic CUDA module

author NVIDIA Corporation
classifiers
  • Development Status :: 3 - Alpha
  • 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 :: Implementation :: CPython
  • Environment :: GPU :: NVIDIA CUDA
  • Environment :: GPU :: NVIDIA CUDA :: 11
  • Environment :: GPU :: NVIDIA CUDA :: 12
description_content_type text/markdown
license NVIDIA Software License
requires_dist
  • numpy
  • cuda-python<13
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.0-cp310-cp310-linux_aarch64.whl
Size
944 KB
Type
Python Wheel
Python
3.10

cuda.core: (experimental) pythonic CUDA module

Currently under active development. To build from source, just do:

$ git clone https://github.com/NVIDIA/cuda-python
$ cd cuda-python/cuda_core  # move to the directory where this README locates
$ pip install .

For now cuda-python is a required dependency.