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][XGrammar]
  • 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.12rc0.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.12rc0-cp314-cp314t-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.14tWindows x86-64

apache_tvm_ffi-0.1.12rc0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (2.8 MB view details)

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

apache_tvm_ffi-0.1.12rc0-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.12rc0-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.12rc0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (2.7 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.14tmacOS 11.0+ ARM64

apache_tvm_ffi-0.1.12rc0-cp312-abi3-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.12+Windows x86-64

apache_tvm_ffi-0.1.12rc0-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.12rc0-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.12rc0-cp312-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (2.8 MB view details)

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

apache_tvm_ffi-0.1.12rc0-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.12rc0-cp312-abi3-macosx_11_0_arm64.whl (2.5 MB view details)

Uploaded CPython 3.12+macOS 11.0+ ARM64

apache_tvm_ffi-0.1.12rc0-cp311-cp311-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.11Windows x86-64

apache_tvm_ffi-0.1.12rc0-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.12rc0-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.12rc0-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.12rc0-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.12rc0-cp311-cp311-macosx_11_0_arm64.whl (2.5 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

apache_tvm_ffi-0.1.12rc0-cp310-cp310-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.10Windows x86-64

apache_tvm_ffi-0.1.12rc0-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.12rc0-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.12rc0-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.12rc0-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.12rc0-cp310-cp310-macosx_11_0_arm64.whl (2.5 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

apache_tvm_ffi-0.1.12rc0-cp39-cp39-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.9Windows x86-64

apache_tvm_ffi-0.1.12rc0-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.12rc0-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.12rc0-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.12rc0-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.12rc0-cp39-cp39-macosx_11_0_arm64.whl (2.5 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

apache_tvm_ffi-0.1.12rc0-cp38-cp38-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.8Windows x86-64

apache_tvm_ffi-0.1.12rc0-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.12rc0-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.12rc0-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.12rc0-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.12rc0-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.12rc0.tar.gz.

File metadata

  • Download URL: apache_tvm_ffi-0.1.12rc0.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.12rc0.tar.gz
Algorithm Hash digest
SHA256 70ecfbfa6bd38b6c4e6fceea5efe7adb6d4bdcfe2f865406ea50caf4fbf9de04
MD5 0d9f7b4a5cb98d8e00f16608a3d0936c
BLAKE2b-256 b939d8d9f5275948c30ea4c20ba7e8c01acdb623468243582da51be26e17fcb8

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.12rc0.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.12rc0-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.12rc0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 0351d7cb800798c1a3908c8d89ab05581cbcef53e36dbff181cccc1d1abe75af
MD5 e40ec0a513716f64509fbc984f5c2026
BLAKE2b-256 a5f39db955819bba2c0e272fbc5d66ce166ea90aae4d9086eef390d0d756c049

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.12rc0-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.12rc0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.12rc0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 06aa45b609e6e6200fbbc9c35ceb09fa3a3c29d921e0d47ffe910983a666e41a
MD5 0c7085af6eaf9cd67a8b97f9349d4b97
BLAKE2b-256 c76a7c38eb8cae7507d106018d9e5afadd75b8f1a31e99b4d363e7c17b5a8429

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.12rc0-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.12rc0-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.12rc0-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 38c39ca761d8d3c59546dfb3bd956622de927573e4cb94e8ad787f93f57f76ba
MD5 d61812d3866ee584a382f90904ffac37
BLAKE2b-256 bb14d16a1c4435b287070dd760bc75ca02d9472d5941ca849df456f6ff3158e1

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.12rc0-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.12rc0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.12rc0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 daf4d13c49580213fd53f99482daf329806cc3c5804b15cefbb990b06b9776d8
MD5 b48a3abc83d05bf3c6da1b8350f06c3e
BLAKE2b-256 f69a245e9d1af8893e26ea30669993de23fcfb0516c69ebaeddde1ae5a00dbf3

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.12rc0-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.12rc0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.12rc0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 54501b7f76ade68f94f85fc11cc5b3f922beb863fb2118e746f320b8da017ed8
MD5 7d003c443bfac83b7646a20b3b24f154
BLAKE2b-256 fe842ffb3c00f3e6d0bafe697a3010c8b19727a84d21ed95a6c494213f87a23c

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.12rc0-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.12rc0-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.12rc0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6f104adeaf20bd246579617de967437d53fc450235d2d5aff424b91ecb706e41
MD5 166f467a40730d3c2df64510e7f225cd
BLAKE2b-256 9d5bbb288fa738340fba92951befa9edf00a6d08f6a5c12194c1c0c05d76625d

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.12rc0-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.12rc0-cp312-abi3-win_amd64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.12rc0-cp312-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 a98e559a6024cbb811749a729448a06782c07f8f3f6ecb3638452c7b4b475c7d
MD5 1c3079d97d46bffb5fe2fbfae3772b2c
BLAKE2b-256 d4244a7ca9ad28bea37c90d641e4e814588b40f607d5e37f605040d4a40ded51

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.12rc0-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.12rc0-cp312-abi3-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.12rc0-cp312-abi3-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e8b53622b56e2cd1142a52ca2bacdd822a9f498074d5111b32f288b150eebf24
MD5 9aa8da4179098396fd2724e8b81f5cc4
BLAKE2b-256 f196a3ede4d4dcd7f64e800bea4d3aa5838be2955ed4d3ef6eba04378aa19e04

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.12rc0-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.12rc0-cp312-abi3-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.12rc0-cp312-abi3-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6a84eebf86567aae2bffd647dd78c2b7e0e53deee891845dbe55a5500b265ef5
MD5 6b3cb0bf56e4c4e25148bc1545bc644e
BLAKE2b-256 5985ceaf4f6c8e12ddf342bdcd7c9bf8d6cbe97210d38c134656c6281a204efb

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.12rc0-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.12rc0-cp312-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.12rc0-cp312-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 e6f8c283fe99d869a734b525e19c0b448920d55b71811abbcfb363ed1c751946
MD5 c2dd39ea7dec76d1ce1e2da3d8c0ada2
BLAKE2b-256 2ddf7ad4f2830eca11cc6f81c214a88680691b5d42a17e44a3376a1e160b004d

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.12rc0-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.12rc0-cp312-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.12rc0-cp312-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 b7ef7f4ef26542f10ebb9015e0af5ff516d34088b29ee89180d8587cb9325045
MD5 161153cb810c0051a75197b2f68a733a
BLAKE2b-256 1a44af4b7bf384a9f05d4fcd6671c039fecb123a9875d2be19478c0bd1ea9521

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.12rc0-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.12rc0-cp312-abi3-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.12rc0-cp312-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 947a78caa4b0adc253474307cada0a675f75d0985e1f1c0d0bf69dceaed60514
MD5 7c5b71f1b1b43a0fd48ac99a8c051849
BLAKE2b-256 6c5c55de7b4953ca6554914e30f4dc08ee632cb676f43e952824ac7d4b16dc02

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.12rc0-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.12rc0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.12rc0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 cf7d7eb508fece89cbdf57315a2570e78e801b4fdd9bbbb869c77f71ea5ecf13
MD5 89272d58ac54f37432df0789005ebdb6
BLAKE2b-256 36fff8c08730933a1940108b3611e8932826f1b2a6b4905c672b67078bd0a592

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.12rc0-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.12rc0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.12rc0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1c450d3ede944d50c373eacee74686c3402547fb360aafdcd927816e4a1dce6c
MD5 7f29c09c2834e7ef097ba794c27378fe
BLAKE2b-256 85705e75ef5c9baa53064c255bd4f1b2e1550f3fdeeffe0c37937a82ca44f72a

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.12rc0-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.12rc0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.12rc0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1371b524e9b54811e33f1fc2f7916c3f59f045b1de01399f4d23efb00b58905c
MD5 8efa6ba9ec5dea9278481eb86073353e
BLAKE2b-256 78cf84552965f374e7cd474a1d4bb7c2196d48e724a0bdf884046d716b63685d

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.12rc0-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.12rc0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.12rc0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 01f0e559312406ef402a3fd8fa5c674b25d271efdb9b975c77f971ba7d01ebc5
MD5 c5ad0bf953123c2f8843b4ae7fb52e19
BLAKE2b-256 d7aeefbb740dc49d0d8cf4efc95d9cd036adda775ce90fb29c3035dd3111ad33

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.12rc0-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.12rc0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.12rc0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 86b2abf8adcbc495b368a3d9bfda707ff37fc41b5d725e7c1798c16926d4789e
MD5 1c4686f63639adc268c94a3284899341
BLAKE2b-256 1efbd8610c6e4e93599eb4e18e0c42d58b83217a58e404b8b8189ad27a3ee408

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.12rc0-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.12rc0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.12rc0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a5624f5fe34e851f08efdd531d79b529af24b23ae232dbebea09d521fc0c5ca3
MD5 4375da2d810e65ec10ac2eb7bad1aebe
BLAKE2b-256 31035ec8a6f3e02c80deec000af64a59b675422f9f3b9f41bc1c02223abecd48

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.12rc0-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.12rc0-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.12rc0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 4e86d1ed891e0fa62c992f31ce68dc92c87e8c68f467b717a397cb057cf12c3a
MD5 9fe544915400d681155a0c1ba86157d4
BLAKE2b-256 d87e23f28c40a0253529c33e19e6c7990c4dd53c297af904262f789706cf82fd

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.12rc0-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.12rc0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.12rc0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 44d0b3cd4e1abfcb6fbdaee6394fa77df1030e2eed8878e3f819c1ddb9a613df
MD5 35a2efd250ca1d6f8413e2ee22378475
BLAKE2b-256 387be8ae9f47d703ea54e9058bd4f8fd435c10037a80403db4168d19d04235ef

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.12rc0-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.12rc0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.12rc0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 baff0d2c2c5a4507deff6bae9f6a072369f38f9d66cb1e3abf55e780db154fd9
MD5 c44ee60319a5ca5fec65ca83f73593f0
BLAKE2b-256 cc7dbd296df939f45ced4d7e8838de0a854a50e8ac7643aaab2b55c40d3ba6ab

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.12rc0-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.12rc0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.12rc0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 8319213aae4ad847a66c40e83ed2940213c9260ce4e415a543614ab77a5f56ca
MD5 520c394be36485108cb899246df9a43e
BLAKE2b-256 d31f6eb75d70d7deed5ef14265ab61a2b16ef46b9d97fb7cccbc2c0a46f111c3

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.12rc0-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.12rc0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.12rc0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 aac01072efbebbf6c97cb3636705f9d8fdf6b5c0d156e665c92d4b96e90297be
MD5 fc4ea11293211c69671692470d94d0d0
BLAKE2b-256 aad09e0a4ad68efe4a1c3fa9ca195e5c1b17f8c0b5463b6f3bb5220dd0e013fe

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.12rc0-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.12rc0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.12rc0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f90941fdf5d9f856554c34ffe6f50d59c8b517b41c847a157a2c2a91aedf8b5e
MD5 0d220c7def622f949e9dd18a882a9f6d
BLAKE2b-256 71f1b92aaf4be2a33a7f718a78274025b54966887f209527d96351f8cc2710f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.12rc0-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.12rc0-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.12rc0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 bd0f4423a5b383797d880c314ea08a30b5f668dfed262b3962952159e1d1252d
MD5 e47c39d838c9d42fa0187eb493320ebe
BLAKE2b-256 0c26a3f8d412b91205f0814ffb5029ae8c83ad1a273277f5b7978507a31f22a4

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.12rc0-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.12rc0-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.12rc0-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 287da6864b64d7fd49fcde90cd22c16d1d10732f1f0e2e97f889f85ead943153
MD5 de4d0babf94157c7012f07b1a11daccb
BLAKE2b-256 119ad5bbbd8133289a65bed74ee6c33a607ffd1efa704dc5c69c61cbccd3ad23

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.12rc0-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.12rc0-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.12rc0-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c5b446465a1a64bfecbb81637c47d0bf1deb18da825c10e95554350448a796f5
MD5 27951e24788d7b4e042839ed839e32f8
BLAKE2b-256 2a80c36c4c52b5b481fbe7437027bdb712c258122be977e2c5ef8219d4982f35

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.12rc0-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.12rc0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.12rc0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 78dc204b24d99d0422eb4abd032243bf92ea02f732dbfa3eadc504c8260ab6aa
MD5 7084b4b7b52f413a05331d563b7256e9
BLAKE2b-256 8ab2f770e7217ad3974d046731bbdef67d03cc2485c25254e19ef7a03d29c03d

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.12rc0-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.12rc0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.12rc0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 fd65dca16e2a5e19dc18c998fd42f7f8b89e23ac24d6300ed7d48b9f4987f3f1
MD5 7f309ceeb8d2aaf22272db7b01922c8f
BLAKE2b-256 b04ec2d34be1aa06c3b5823d719dd087288159008c8eda73d2a01248f0196868

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.12rc0-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.12rc0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.12rc0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c3c32a34e00515131c73ef748210f7a9c072be2fe737b7ed06bdc784cdeb2a8d
MD5 d529b52ed082e59150a5286fd0d4f56e
BLAKE2b-256 95c3391ada2edd2504b1d42846ae980a6953771552242c74a552990b0a4d176f

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.12rc0-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.12rc0-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.12rc0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 e31ab8c973ec1fba9871a13f8a9f4dc4046bdd04d2fe968330f6460dee9735fb
MD5 f6a5f3414b01dc3bc172392b5183f4ea
BLAKE2b-256 f92bf036944c2ce179ea0957dc5b8e85db0efde5555667d95ecc8fe77f5885ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.12rc0-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.12rc0-cp38-cp38-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.12rc0-cp38-cp38-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 10a8cb587095af6acbf72fe8b02cf72511b3aca7ef7cdd81762c783929c7f54a
MD5 5d6b5db818f9c4b6a8d21cc89cb2b8e4
BLAKE2b-256 d6c6e5cd7ef575def38e42b749600085a496784908512010a209bd4f03f12fd7

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.12rc0-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.12rc0-cp38-cp38-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.12rc0-cp38-cp38-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a708eee5040d11a432fbcfab33488c683db918d29598879056fc5c3f9e961656
MD5 1a35289deb1d436f31778518a63c1b37
BLAKE2b-256 c97351543f8ef669898cabad3d9a50e7a550ccd3dd7346cef9046d924ea3ed3b

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.12rc0-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.12rc0-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.12rc0-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 7e1c65c4025a5762e942bc91d3380a9c8aee1cbb1a06b9f9f060569f7220eb5c
MD5 3babde44cce17401beb0d4f131239b52
BLAKE2b-256 42bb4f3fa1e1b967348de89b53af7830bd3df0d3c8a39f85f1afd9e029f212ee

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.12rc0-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.12rc0-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.12rc0-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 f7db30eebcd3da8e32e871acf9bf2f86c20bd142b9968eba2f60a7ba9557c447
MD5 11242e868765be1ef6482c361548678e
BLAKE2b-256 4937a2bb56d8255e2b41a5b7b2f411ba9d73c32311761aef9f87b4cfc50e7e82

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.12rc0-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.12rc0-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.12rc0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9cee9062cf5a11ca0e97da5f9f728bf285883d6a5f773e479f0f5c0185d5b23e
MD5 e0893440454da202eb482f1718fbf8e3
BLAKE2b-256 14df19be73f524c0403e806cdee561e11eb58a6c361480079bff3c3bdbe3032c

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.12rc0-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