Metadata-Version: 2.2
Name: taichi-forge-runtime
Version: 0.6.1
Summary: Platform native runtime libraries for Taichi Forge.
Author: Taichi Forge contributors
License: Apache-2.0
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Software Development :: Compilers
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Games/Entertainment :: Simulation
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Requires-Python: <4.0,>=3.10
Description-Content-Type: text/markdown

# Taichi Forge Runtime

This distribution contains platform-native Taichi Forge runtime libraries and
runtime bitcode resources. It is installed as a dependency of the Python-facing
`taichi-forge` distribution.

Each release publishes one runtime wheel per supported platform, not one wheel
per CUDA version. The build uses one selected compatibility-baseline CUDA
Toolkit for Forge native primitives and bundles its matching CUDA runtime
library. The CUDA build version is internal metadata, not part of the
distribution name, dependency, or wheel tag. Installing `taichi-forge` does
not require a local CUDA Toolkit.

It intentionally does not expose the public `taichi_forge` Python API. The
Python package imports `taichi_forge_runtime` only to locate native resources.

The Windows wheel also includes the `taichi_runtime.lib` import library so the
CPython shim wheels can link against the already-published runtime package
during release builds.
