taichi-forge-runtime 0.4.2__py3-none-win_amd64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,5 @@
1
+ """Resource anchor for Taichi Forge native runtime wheels."""
2
+
3
+ from __future__ import annotations
4
+
5
+ __all__ = []
@@ -0,0 +1,29 @@
1
+ Metadata-Version: 2.2
2
+ Name: taichi-forge-runtime
3
+ Version: 0.4.2
4
+ Summary: Platform native runtime libraries for Taichi Forge.
5
+ Author: Taichi Forge contributors
6
+ License: Apache-2.0
7
+ Classifier: Development Status :: 4 - Beta
8
+ Classifier: Topic :: Software Development :: Compilers
9
+ Classifier: Topic :: Multimedia :: Graphics
10
+ Classifier: Topic :: Games/Entertainment :: Simulation
11
+ Classifier: Intended Audience :: Science/Research
12
+ Classifier: Intended Audience :: Developers
13
+ Classifier: License :: OSI Approved :: Apache Software License
14
+ Classifier: Programming Language :: Python :: 3
15
+ Requires-Python: <4.0,>=3.10
16
+ Description-Content-Type: text/markdown
17
+
18
+ # Taichi Forge Runtime
19
+
20
+ This distribution contains platform-native Taichi Forge runtime libraries and
21
+ runtime bitcode resources. It is installed as a dependency of the Python-facing
22
+ `taichi-forge` distribution.
23
+
24
+ It intentionally does not expose the public `taichi_forge` Python API. The
25
+ Python package imports `taichi_forge_runtime` only to locate native resources.
26
+
27
+ The Windows wheel also includes the `taichi_runtime.lib` import library so the
28
+ CPython shim wheels can link against the already-published runtime package
29
+ during release builds.
@@ -0,0 +1,9 @@
1
+ taichi_forge_runtime/__init__.py,sha256=u93_U3aI2MPmi3GmnEVRg2TiClT2DyWJUYaHJEKQ9SA,117
2
+ taichi_forge_runtime/_lib/runtime/runtime_cuda.bc,sha256=H0zkInCr_3DvKhRFNI3GgpvcqzhrsYQ5ADW4_iiFMcY,182160
3
+ taichi_forge_runtime/_lib/runtime/runtime_x64.bc,sha256=xekmxJxeiiqXSOPk_Yxmh4KSExG6v8D58g1tvu-VmUo,167864
4
+ taichi_forge_runtime/_lib/runtime/slim_libdevice.10.bc,sha256=9dlDFXMV4uIAIKy-1yU7ppNV_oMdIHDR9YqOT_7sfaw,171892
5
+ taichi_forge_runtime/_lib/runtime_native/taichi_runtime.dll,sha256=Su6Z01LBfKtwbKKg4CPL2SCuCQeSgsOXxc-XbtR7RSE,73652736
6
+ taichi_forge_runtime/_lib/runtime_native/taichi_runtime.lib,sha256=56THs325yYxuWdg5gfZceedjY4yWZ82sNpXENi9F2lg,74106966
7
+ taichi_forge_runtime-0.4.2.dist-info/METADATA,sha256=bhqfpBUzr7JkyY9fGHQBIiiRlj_MvMWYuKKk7CO-_IY,1195
8
+ taichi_forge_runtime-0.4.2.dist-info/RECORD,,
9
+ taichi_forge_runtime-0.4.2.dist-info/WHEEL,sha256=d1I4s2UFHiOmzTafmBWBlq36Q9FQCy-IkXgTPgsdO7g,103
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: scikit-build-core 0.12.2
3
+ Root-Is-Purelib: false
4
+ Tag: py3-none-win_amd64
5
+