Skip to main content

tvm ffi

Project description

TVM FFI: Open ABI and FFI for Machine Learning Systems

📚 Documentation | 🚀 Quickstart

Apache TVM FFI is an open ABI and FFI for machine learning systems. It is a minimal, framework-agnostic, yet flexible open convention with the following systems in mind:

  • Kernel libraries - ship one wheel to support multiple frameworks, Python versions, and different languages. [FlashInfer]
  • Kernel DSLs - reusable open ABI for JIT and AOT kernel exposure frameworks and runtimes. [TileLang][cuteDSL]
  • Frameworks and runtimes - a uniform extension point for ABI-compliant libraries and DSLs. [PyTorch][JAX][PaddlePaddle][NumPy/CuPy]
  • ML infrastructure - out-of-box bindings and interop across languages. [Python][C++][Rust]
  • Coding agents - a unified mechanism for shipping generated code in production.

Features

  • Stable, minimal C ABI designed for kernels, DSLs, and runtime extensibility.
  • Zero-copy interop across PyTorch, JAX, and CuPy using DLPack protocol.
  • Compact value and call convention covering common data types for ultra low-overhead ML applications.
  • Multi-language support out of the box: Python, C++, and Rust (with a path towards more languages).

These enable broad interoperability across frameworks, libraries, DSLs, and agents; the ability to ship one wheel for multiple frameworks and Python versions (including free-threaded Python); and consistent infrastructure across environments.

Getting Started

Install TVM-FFI with pip, uv or from source:

pip install apache-tvm-ffi
pip install torch-c-dlpack-ext  # compatibility package for torch <= 2.9

Status and Release Versioning

C ABI stability is our top priority.

Status: RFC Main features are complete and ABI stable. We recognize potential needs for evolution to ensure it works best for the machine learning systems community, and would like to work together with the community for such evolution. We plan to stay in the RFC stage for three months from the v0.1.0 release.

Releases during the RFC stage will be 0.X.Y, where bumps in X indicate C ABI-breaking changes and Y indicates other changes. We anticipate the RFC stage will last for three months, then we will start following Semantic Versioning (major.minor.patch) going forward.

Documentation

Our documentation site includes:

Get Started

Guides

Concepts

Packaging

Developer Manual

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

apache_tvm_ffi-0.1.11.tar.gz (2.8 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

apache_tvm_ffi-0.1.11-cp314-cp314t-win_amd64.whl (2.5 MB view details)

Uploaded CPython 3.14tWindows x86-64

apache_tvm_ffi-0.1.11-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

apache_tvm_ffi-0.1.11-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

apache_tvm_ffi-0.1.11-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

apache_tvm_ffi-0.1.11-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

apache_tvm_ffi-0.1.11-cp314-cp314t-macosx_11_0_arm64.whl (2.5 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

apache_tvm_ffi-0.1.11-cp312-abi3-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.12+Windows x86-64

apache_tvm_ffi-0.1.11-cp312-abi3-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.12+manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

apache_tvm_ffi-0.1.11-cp312-abi3-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.12+manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

apache_tvm_ffi-0.1.11-cp312-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.12+manylinux: glibc 2.17+ x86-64

apache_tvm_ffi-0.1.11-cp312-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.12+manylinux: glibc 2.17+ ARM64

apache_tvm_ffi-0.1.11-cp312-abi3-macosx_11_0_arm64.whl (2.4 MB view details)

Uploaded CPython 3.12+macOS 11.0+ ARM64

apache_tvm_ffi-0.1.11-cp311-cp311-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.11Windows x86-64

apache_tvm_ffi-0.1.11-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

apache_tvm_ffi-0.1.11-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

apache_tvm_ffi-0.1.11-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

apache_tvm_ffi-0.1.11-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (2.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

apache_tvm_ffi-0.1.11-cp311-cp311-macosx_11_0_arm64.whl (2.5 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

apache_tvm_ffi-0.1.11-cp310-cp310-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.10Windows x86-64

apache_tvm_ffi-0.1.11-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

apache_tvm_ffi-0.1.11-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

apache_tvm_ffi-0.1.11-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

apache_tvm_ffi-0.1.11-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (2.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

apache_tvm_ffi-0.1.11-cp310-cp310-macosx_11_0_arm64.whl (2.5 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

apache_tvm_ffi-0.1.11-cp39-cp39-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.9Windows x86-64

apache_tvm_ffi-0.1.11-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

apache_tvm_ffi-0.1.11-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

apache_tvm_ffi-0.1.11-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

apache_tvm_ffi-0.1.11-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (2.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

apache_tvm_ffi-0.1.11-cp39-cp39-macosx_11_0_arm64.whl (2.5 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

apache_tvm_ffi-0.1.11-cp38-cp38-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.8Windows x86-64

apache_tvm_ffi-0.1.11-cp38-cp38-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

apache_tvm_ffi-0.1.11-cp38-cp38-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

apache_tvm_ffi-0.1.11-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

apache_tvm_ffi-0.1.11-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (2.7 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

apache_tvm_ffi-0.1.11-cp38-cp38-macosx_11_0_arm64.whl (2.5 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

File details

Details for the file apache_tvm_ffi-0.1.11.tar.gz.

File metadata

  • Download URL: apache_tvm_ffi-0.1.11.tar.gz
  • Upload date:
  • Size: 2.8 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for apache_tvm_ffi-0.1.11.tar.gz
Algorithm Hash digest
SHA256 153cd2c5a9717804cb0bcd9b2709f22a1e5f80ed05b5a490faf5949b136eedba
MD5 83bf694e68adc7e570164763ba89cb24
BLAKE2b-256 6d3d4b9226cd45aa800a6904603dda9b323d728f3c3869952a673f3483b78b19

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.11.tar.gz:

Publisher: publish_wheel.yml on apache/tvm-ffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file apache_tvm_ffi-0.1.11-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.11-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 2f5d417da48dbabbe08933a4d0964b3d2f43d1a4a2c3a6c0092de670c71a8a87
MD5 01a38e3289bc5d34442f49db9f8ecdef
BLAKE2b-256 93b2afe8a6b8553f51255afdd8063c5d6fd3f4e1978aad424de706440c59fdba

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.11-cp314-cp314t-win_amd64.whl:

Publisher: publish_wheel.yml on apache/tvm-ffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file apache_tvm_ffi-0.1.11-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.11-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 78f0c9dc69727665de58faebacf6a3f4a1d75a355591e963e1bc691fc9bf5cd5
MD5 10cfe26715e695a4fdd7f3dad094a811
BLAKE2b-256 14e852c9544be5850c7c0e5edce08f2dc9d05c3ecb10b7ae9b3a9313d1b2857e

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.11-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish_wheel.yml on apache/tvm-ffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file apache_tvm_ffi-0.1.11-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.11-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0f77406e2773ad18109369417b5ccf6aee3c813867dbd5d2d97170bfa7b491f1
MD5 3c685fe8c2aaa28834f45f72f203ac17
BLAKE2b-256 513754deceea6bac0e93844bd572a2fae8549e86e6309c732a0acaeb07a88c6b

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.11-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish_wheel.yml on apache/tvm-ffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file apache_tvm_ffi-0.1.11-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.11-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 9b158f93bdfc497ead9fce5ffdd4d132708de60970ffc97d890dd62fa39d9fb4
MD5 dce4e7d67a1e10d546f5fa17bae1dda3
BLAKE2b-256 fead4e3d4c5ec36e2ecadf6e5eb81cde065c69218cf722606b73af0ea6fdab75

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.11-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: publish_wheel.yml on apache/tvm-ffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file apache_tvm_ffi-0.1.11-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.11-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 a05b36530d7cd5bb93b1a21a3b81ff060968c20456c4870b1a80d65966d5114f
MD5 2c270ee57e2e0082be1145b7ae2884c6
BLAKE2b-256 9dd1dc0c26cf68635a1184ba39cccb6cb3cf9675c7030f135f47205e56bdd2b6

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.11-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: publish_wheel.yml on apache/tvm-ffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file apache_tvm_ffi-0.1.11-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.11-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f47435e41bf8a2018ef126fad41f18e0c8fe8be4d25fb3ed04b615278b7806d4
MD5 cd4e40e691f8df3153b7ada6ad1b7a90
BLAKE2b-256 27ae09242a668eb75ea06282d7cdc3947004cda69040885c340005a23b0aefe3

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.11-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: publish_wheel.yml on apache/tvm-ffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file apache_tvm_ffi-0.1.11-cp312-abi3-win_amd64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.11-cp312-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 bd67e03759d25ff59f4e0ed9c8630a16872afc9dd8792f46ac3c927554015e60
MD5 098ff342706a1b38e78ea9f9a3a28e3e
BLAKE2b-256 dc99f352cf1cce8f6f05584c4adf11de9eca07e6d217229bad6af35fb372926c

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.11-cp312-abi3-win_amd64.whl:

Publisher: publish_wheel.yml on apache/tvm-ffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file apache_tvm_ffi-0.1.11-cp312-abi3-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.11-cp312-abi3-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2843f084cdc94dedacd8b257a395a2b71b8a3dc7fc99711b148bf1d161983128
MD5 1b27bb73dabbc8f5fe74ecbe08885c70
BLAKE2b-256 4d1895569107ee83619d61a3bb0d28743a0599f85c5161981e3e098c82c2b185

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.11-cp312-abi3-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish_wheel.yml on apache/tvm-ffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file apache_tvm_ffi-0.1.11-cp312-abi3-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.11-cp312-abi3-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a8b845c8dff498fb981c1dda36c954549204191b485a385845e604966594d0b2
MD5 3b3251c3af574b0b214877aa32c99aad
BLAKE2b-256 7d80963c991934a4eb0fa0c0178f51963333fe14a96b732009da642b6bf6b42e

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.11-cp312-abi3-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish_wheel.yml on apache/tvm-ffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file apache_tvm_ffi-0.1.11-cp312-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.11-cp312-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 78aa1857b04a2ea718317041ab3f01288b3d496e6036eb1b99ebdc9da0fdaef5
MD5 7eeaa2f72e2ae120afb8253419b9f1d9
BLAKE2b-256 36992848df4e8ed5bf51df1d286d1718510584fa61e88adbc9c5b23d71b38f7c

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.11-cp312-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: publish_wheel.yml on apache/tvm-ffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file apache_tvm_ffi-0.1.11-cp312-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.11-cp312-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 da2c8d07fdc737d1ba75f4de25c29f156905b9dc980f1da90c395b4db525f522
MD5 310eafb23accb8298d93761d54924438
BLAKE2b-256 2aa9f48e5dd4ae1f6f0c5ffac259c0a9531b7d6a7c0a4c45bc2229d55de6adf8

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.11-cp312-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: publish_wheel.yml on apache/tvm-ffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file apache_tvm_ffi-0.1.11-cp312-abi3-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.11-cp312-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6ae51cc7df415b5f373a9df4baa1165a65608e519bea81e7dd23428f00eeb689
MD5 b6bff811f4dccbd42ec21fa4e45bd4f2
BLAKE2b-256 059d0f81ca556e5836b3ca64818cdae3f47dc7822bd35d22ddef7a54106d801d

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.11-cp312-abi3-macosx_11_0_arm64.whl:

Publisher: publish_wheel.yml on apache/tvm-ffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file apache_tvm_ffi-0.1.11-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.11-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 fd587ecd8ee843bbec467762490c8347af3dfe997608f9841b48a98f5fffac7f
MD5 d7578c5aaecdf7ca2a832cf25f4084fd
BLAKE2b-256 3ef27d1c3c13f1cfd479144a41ebcc5b206337b5b02949d0348c739c7fca2079

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.11-cp311-cp311-win_amd64.whl:

Publisher: publish_wheel.yml on apache/tvm-ffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file apache_tvm_ffi-0.1.11-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.11-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 87f84e7c2393fadac340fd179a631a697effe54d7317b2543e0930452a0a673d
MD5 4febed8996c9ed11ea158fafa63aa4dc
BLAKE2b-256 729caf12a5e796a672664f2f18eca989222697b91974a9c9e98d4ec2ecfeeb83

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.11-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish_wheel.yml on apache/tvm-ffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file apache_tvm_ffi-0.1.11-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.11-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a051c84985be3f9d8a20a16ec4bdba73a7ae01d3fb2f18a2c72bbd7a28aaa155
MD5 e5d96c9e9201bba59298b87b9b0bde09
BLAKE2b-256 ac96e216d5d0f420ccf54775c913b6506755f65bc262511a9948b4d1387bcbc9

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.11-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish_wheel.yml on apache/tvm-ffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file apache_tvm_ffi-0.1.11-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.11-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 2cf501753d7693daa73711a27f0f9d9f0f76e9e7d98f2fc2403f423ee7bbfd9b
MD5 5c019d5cf02c682e331b30b2acdbf45d
BLAKE2b-256 9cb684acc663a43ba6e72b4dfd8d923fb5a2d1eb2c867b5b2067c18cb3dc855a

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.11-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: publish_wheel.yml on apache/tvm-ffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file apache_tvm_ffi-0.1.11-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.11-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 2f0d4b165f371d2dee6013e47353d178b01742171fd1092c654cbbc0fa5c6d60
MD5 ee997cecf2abe4f3fcea1510b1c406fe
BLAKE2b-256 8f22aec1d70baa4bc1e3962a23439f82099f7775992cc5b70a19d4a8ef2a47e4

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.11-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: publish_wheel.yml on apache/tvm-ffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file apache_tvm_ffi-0.1.11-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.11-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5632f5b4d3af46cb6ccc846120418ad478174e896589ba040bc5a4e7a7356716
MD5 de28474191ab76ee2c2ee2585ecde1fe
BLAKE2b-256 67dfe573d324e3c7cf77fb526d26d59ec0c365e858f5e09f0742dbc39878a100

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.11-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: publish_wheel.yml on apache/tvm-ffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file apache_tvm_ffi-0.1.11-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.11-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 119849c342bd97a9d76ec58eb77dc8dff4ebfbe8b17ea72280c5e5b103277ebe
MD5 53e13b33f7945d5e6f09c9a7089c0fde
BLAKE2b-256 5ccc0f21e0eea204a19cd251a6cc24fe494d07ecdefc11b35be2f8c0e110a1d5

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.11-cp310-cp310-win_amd64.whl:

Publisher: publish_wheel.yml on apache/tvm-ffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file apache_tvm_ffi-0.1.11-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.11-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a565f6bf25adf588576578d7e2a272b09afef4084c4b668807045bd9e1ee89a9
MD5 714666211fe8091d714adc63d40d0bfc
BLAKE2b-256 3e85934780944c78d3a3c9696f84f1b80d14843a4220a8cbcc90ce0f25e289fb

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.11-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish_wheel.yml on apache/tvm-ffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file apache_tvm_ffi-0.1.11-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.11-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 66d9a23689070d8c3d3c3a47b3f2624f7b160ab155b6b8283d9b16b1a94e50d1
MD5 1f9ed35dd8b5ca1852d9255b488ad73a
BLAKE2b-256 c5360f3cb67ccfb2fa6ab57b14797c4fe524770a5319976cca2a3c185fda2cd1

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.11-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish_wheel.yml on apache/tvm-ffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file apache_tvm_ffi-0.1.11-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.11-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 c5b2b6ae779008ab1586866dc04ab8d5798e5cf6c240df675b78501c6c6f8c95
MD5 b9b30b14b34d3ee74f04cc84007a772b
BLAKE2b-256 232987d7931157e47c1a2d5cdb13f306d2c20d064d4e0ba0abd34f6a4b3d8b34

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.11-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: publish_wheel.yml on apache/tvm-ffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file apache_tvm_ffi-0.1.11-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.11-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 e7527775369a32964e083fed04a3a1ce4134e3e8719a64660ad976be2d0ee58e
MD5 774b8d5256464c2d7a1e200f2ceaf749
BLAKE2b-256 e991c9227ef7d42ecd8f48b0ba833d704178325147dfce1d95dca96787eef0bd

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.11-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: publish_wheel.yml on apache/tvm-ffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file apache_tvm_ffi-0.1.11-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.11-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3587eb393096832d356be94b2241c6f13b8f41ff729556ce0dc69a4fc7fed73a
MD5 f0136df94c0c46290568b49694687c9b
BLAKE2b-256 9907c17d9608f4c9e4637091210a07e30be0f34b303ecb46bd5a0dd2838a2e0d

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.11-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: publish_wheel.yml on apache/tvm-ffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file apache_tvm_ffi-0.1.11-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.11-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 b763ec351b6f63a90a86d34d83d1641a690f1f2e23811098d0d8c7158a02ad91
MD5 ce5771a565f18b361289798263ab7bb5
BLAKE2b-256 719011c8f84c800838c37e5821a421a4a50cefd5a3b16984c57ea023aa9de995

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.11-cp39-cp39-win_amd64.whl:

Publisher: publish_wheel.yml on apache/tvm-ffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file apache_tvm_ffi-0.1.11-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.11-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 902db3620dbc964ab14e739b7937c5a39747759e816d8ea76df1c90da31260bc
MD5 aaf29c4011afd8a06d018ecdf12102aa
BLAKE2b-256 5586940d5358f14ab6d0ea0e2fc71eae154473c26962fc215909b26fc4f99775

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.11-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish_wheel.yml on apache/tvm-ffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file apache_tvm_ffi-0.1.11-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.11-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7205c43ce36b151aeff84453ca77e68c7bc5d38cfa4d479bfd262092c6594770
MD5 fd203ab5814b0db55b658155b12c7290
BLAKE2b-256 bd21ab03b472ff3e8666245cc32b2345fa778453af7bb3696a729a268c6595f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.11-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish_wheel.yml on apache/tvm-ffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file apache_tvm_ffi-0.1.11-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.11-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 44531bdea788dea3bad6a170b6d2a6987e29a771f1153eab79e28ea32f527005
MD5 2df95697284f39477bb0bd8aaad1db2a
BLAKE2b-256 eb1a586a3530b1e45ea0aa58e10f08a2f799d8f09305d71e8c709628d51b102f

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.11-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: publish_wheel.yml on apache/tvm-ffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file apache_tvm_ffi-0.1.11-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.11-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 b1ba50c6e1fded06752417a3d42215d76d3c431a0ebd0d10f0bdd06777e0e8cc
MD5 b444617b85da34f84058af330843d9ef
BLAKE2b-256 5c8c11dae859afdb3bffc540d644aa22435b4eb37672d25bb25da25567d70400

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.11-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: publish_wheel.yml on apache/tvm-ffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file apache_tvm_ffi-0.1.11-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.11-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 97dc054e8d9ae3aad874925ae13da5904e98daf97b3f577d719f89fc6fc8c2d7
MD5 d8cf1f0216ef5eabaccad69b3d660d47
BLAKE2b-256 be8b83aeddace50671223d0aeb07de14e9451622bdce5285219b799f4ea07826

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.11-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: publish_wheel.yml on apache/tvm-ffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file apache_tvm_ffi-0.1.11-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.11-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 61194535b5cba0b43edd50168b463be1e0953a7ef0e1d912ed8d4ddc13c6a1e5
MD5 b12f3c7373422a90150fae42637406cb
BLAKE2b-256 881ba1d570513c861a4e0f3fce0274e8fcdfc0ca520f3bde3e891d88e1506cb5

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.11-cp38-cp38-win_amd64.whl:

Publisher: publish_wheel.yml on apache/tvm-ffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file apache_tvm_ffi-0.1.11-cp38-cp38-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.11-cp38-cp38-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e1436c68fa53057b11b47af779dfa07cc881ecdffc7ebf8e3835919684b9f726
MD5 dbc5eb8b1486c4d7d3e62006d6ca4038
BLAKE2b-256 5ce184f37b709895188cdb292a51c5a8f4b3c9c18e50ae1edb41ed3f4be0a469

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.11-cp38-cp38-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish_wheel.yml on apache/tvm-ffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file apache_tvm_ffi-0.1.11-cp38-cp38-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.11-cp38-cp38-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 16aed946a871b36e8b0536b0067071371e560361240f0e9dcd374b397873db80
MD5 049ebfa285898552e17c5efbdd444970
BLAKE2b-256 b6a698c455ed283e3159c3cfd62f7df102bfd5b8962c9c50cb57db8e05967a84

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.11-cp38-cp38-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish_wheel.yml on apache/tvm-ffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file apache_tvm_ffi-0.1.11-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.11-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 57b8842a3fe600f7f5df5692fd7105e55f5cdf4c77734d25b29f37bb4c558518
MD5 7d02911466d1de248f3cc25b2e2baeda
BLAKE2b-256 2f4469b32776c093d9c302674e178188034d10a9a01100cc9104ff7e337034f3

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.11-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: publish_wheel.yml on apache/tvm-ffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file apache_tvm_ffi-0.1.11-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.11-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 0b67d127b340e5eff498aedbc116e77f20daf99401e0e292f913767cdfd7b017
MD5 1101ea019af92c39e9aedbac4f76dd8f
BLAKE2b-256 b83c308ba5d849ce516616f318c6078110c3a7dfdd49a96bf8d74b286aba9840

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.11-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: publish_wheel.yml on apache/tvm-ffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file apache_tvm_ffi-0.1.11-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.11-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8777484de9e3ab64291257090b4a2ddaca0369aa2113d09f0c055ace0e84a304
MD5 e4b806f0755ec828c1586b1bcb7f2ccc
BLAKE2b-256 c5d25bc2af9eb5f5f9f7a138cba1e5c4644ddaeea9e1a267a2d9c805a4eb543c

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.11-cp38-cp38-macosx_11_0_arm64.whl:

Publisher: publish_wheel.yml on apache/tvm-ffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page