Metadata-Version: 2.4
Name: hyperfold-cuda
Version: 0.1.0
Summary: NumPy-first Hyperfold Python API with CPU and CUDA 13 backends
Author: Lorenzo Fritzsch
License-Expression: LicenseRef-Hyperfold-Freeware
License-File: LICENSE.txt
License-File: THIRD_PARTY_NOTICES.txt
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.11
Requires-Dist: numpy>=1.26
Requires-Dist: nvidia-cuda-runtime==13.0.96; platform_system == "Linux" and platform_machine == "x86_64"
Requires-Dist: nvidia-cublas==13.1.1.3; platform_system == "Linux" and platform_machine == "x86_64"
Requires-Dist: nvidia-cusolver==12.0.4.66; platform_system == "Linux" and platform_machine == "x86_64"
Description-Content-Type: text/markdown

# Hyperfold CUDA bindings

This source package builds the `hyperfold-cuda` Python distribution, which
contains Hyperfold's CPU backend and CUDA 13 backend under the `hyperfold`
import name. See the project documentation for supported platforms,
dependencies, and API details.
