Skip to main content

Halide is a programming language designed to make it easier to write high-performance image and array processing code.

Project description

Halide is a programming language designed to make it easier to write high-performance image and array processing code on modern machines. Halide currently targets:

  • CPU architectures: X86, ARM, Hexagon, PowerPC, RISC-V
  • Operating systems: Linux, Windows, macOS, Android, iOS, Qualcomm QuRT
  • GPU Compute APIs: CUDA, OpenCL, Apple Metal, Microsoft Direct X 12, Vulkan

Rather than being a standalone programming language, Halide is embedded in Python. This means you write Python code that builds an in-memory representation of a Halide pipeline using Halide's Python API. You can then compile this representation to an object file, or JIT-compile it and run it in the same process.

Using Halide from C++

Halide is also available as a C++ library. This package provides the development files necessary to use Halide from C++, including a CMake package. On Linux and macOS, CMake's find_package command should find Halide as long as you're in the same virtual environment you installed it in. On Windows, you will need to add the virtual environment root directory to CMAKE_PREFIX_PATH. This can be done by running set CMAKE_PREFIX_PATH=%VIRTUAL_ENV% in cmd.

Other build systems can find the Halide root path by running python -c "import halide; print(halide.install_dir())".

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

halide-19.0.0-cp313-cp313-win_amd64.whl (54.3 MB view details)

Uploaded CPython 3.13Windows x86-64

halide-19.0.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (63.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

halide-19.0.0-cp313-cp313-macosx_11_0_x86_64.whl (56.6 MB view details)

Uploaded CPython 3.13macOS 11.0+ x86-64

halide-19.0.0-cp313-cp313-macosx_11_0_arm64.whl (52.7 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

halide-19.0.0-cp312-cp312-win_amd64.whl (54.3 MB view details)

Uploaded CPython 3.12Windows x86-64

halide-19.0.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (63.7 MB view details)

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

halide-19.0.0-cp312-cp312-macosx_11_0_x86_64.whl (56.6 MB view details)

Uploaded CPython 3.12macOS 11.0+ x86-64

halide-19.0.0-cp312-cp312-macosx_11_0_arm64.whl (52.7 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

halide-19.0.0-cp311-cp311-win_amd64.whl (54.3 MB view details)

Uploaded CPython 3.11Windows x86-64

halide-19.0.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (63.7 MB view details)

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

halide-19.0.0-cp311-cp311-macosx_11_0_x86_64.whl (56.6 MB view details)

Uploaded CPython 3.11macOS 11.0+ x86-64

halide-19.0.0-cp311-cp311-macosx_11_0_arm64.whl (52.7 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

halide-19.0.0-cp310-cp310-win_amd64.whl (54.3 MB view details)

Uploaded CPython 3.10Windows x86-64

halide-19.0.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (63.7 MB view details)

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

halide-19.0.0-cp310-cp310-macosx_11_0_x86_64.whl (56.6 MB view details)

Uploaded CPython 3.10macOS 11.0+ x86-64

halide-19.0.0-cp310-cp310-macosx_11_0_arm64.whl (52.7 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

halide-19.0.0-cp39-cp39-win_amd64.whl (54.3 MB view details)

Uploaded CPython 3.9Windows x86-64

halide-19.0.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (63.7 MB view details)

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

halide-19.0.0-cp39-cp39-macosx_11_0_x86_64.whl (56.6 MB view details)

Uploaded CPython 3.9macOS 11.0+ x86-64

halide-19.0.0-cp39-cp39-macosx_11_0_arm64.whl (52.7 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

halide-19.0.0-cp38-cp38-win_amd64.whl (54.3 MB view details)

Uploaded CPython 3.8Windows x86-64

halide-19.0.0-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (63.7 MB view details)

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

halide-19.0.0-cp38-cp38-macosx_11_0_x86_64.whl (56.6 MB view details)

Uploaded CPython 3.8macOS 11.0+ x86-64

halide-19.0.0-cp38-cp38-macosx_11_0_arm64.whl (52.7 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

File details

Details for the file halide-19.0.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: halide-19.0.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 54.3 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for halide-19.0.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 fe296868935a28013698bd23f4c508744a2ef7a0645bbb47de58e3198ac2bcb1
MD5 b05a3c9b8fb5b3188460e8df3503ea3d
BLAKE2b-256 b86cb95546dbe5187d6109e4473f2135ca7b16cb48e6eb510d7a0a23a963d7a2

See more details on using hashes here.

Provenance

The following attestation bundles were made for halide-19.0.0-cp313-cp313-win_amd64.whl:

Publisher: pip.yml on halide/Halide

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

File details

Details for the file halide-19.0.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for halide-19.0.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 484764fd45216d71dd1b97672bf2163fd8b5fb94d2e0382870c9d13962ec7760
MD5 1054f360669d5085261571f344bdfb54
BLAKE2b-256 b0477fc28af72ad8bcbd5055c5dae18583a08d3a3080cd8ef823cfebbb875014

See more details on using hashes here.

Provenance

The following attestation bundles were made for halide-19.0.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: pip.yml on halide/Halide

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

File details

Details for the file halide-19.0.0-cp313-cp313-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for halide-19.0.0-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 60ee053bec8620b2fa2f64d0f8e08645415c7e1303f292716a6ffe2de3001d0a
MD5 d20b846131409fcd7c608fee945d3fa1
BLAKE2b-256 2bc2dba7cb190e4d7bc076164f99105de1b7e3ce6e5bf2606e0ddf23878e3300

See more details on using hashes here.

Provenance

The following attestation bundles were made for halide-19.0.0-cp313-cp313-macosx_11_0_x86_64.whl:

Publisher: pip.yml on halide/Halide

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

File details

Details for the file halide-19.0.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for halide-19.0.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5463e43237c30bebca7b0e72cbdab6ce83f13b1c6317dbc27d8ae600011efd5a
MD5 df578a873529ceb07ee4d8508f4a2b06
BLAKE2b-256 4c8d5bb4ab8e79d7bb234161c2f481da378baad8e7a021201aa0171de2842aef

See more details on using hashes here.

Provenance

The following attestation bundles were made for halide-19.0.0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: pip.yml on halide/Halide

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

File details

Details for the file halide-19.0.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: halide-19.0.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 54.3 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for halide-19.0.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 ef8e3ee154885515c36d959e17382f00a3b99234d09ee1adde2993b0d114fa28
MD5 7fe6859e0ae8581c1e2bd57f551414f5
BLAKE2b-256 09621f7f02115c48b9528efeff12ea99e9efa50b11a5cb9c726c263fe7a76c51

See more details on using hashes here.

Provenance

The following attestation bundles were made for halide-19.0.0-cp312-cp312-win_amd64.whl:

Publisher: pip.yml on halide/Halide

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

File details

Details for the file halide-19.0.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for halide-19.0.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2b0a283d9653dac81ea8ebdefe46f88461a2bae894b7ea83baa112740a132466
MD5 14d842d327a269b8ac324b6ac5655564
BLAKE2b-256 a58993cd27cce78e59b414b762d0d139090f51baa72f443cf754d0ba0d83b2d4

See more details on using hashes here.

Provenance

The following attestation bundles were made for halide-19.0.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: pip.yml on halide/Halide

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

File details

Details for the file halide-19.0.0-cp312-cp312-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for halide-19.0.0-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 ef7945b0db7721d086866d5242897fb786459f5b0ebeea5cc953dc4a2e1ac5d2
MD5 008615b9d7b7bcdd53a1ea3e64002846
BLAKE2b-256 fe4221c3b313861bc35e43c4ff47159bbf38b6ff511bcda5a7fde060e7ef0aa0

See more details on using hashes here.

Provenance

The following attestation bundles were made for halide-19.0.0-cp312-cp312-macosx_11_0_x86_64.whl:

Publisher: pip.yml on halide/Halide

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

File details

Details for the file halide-19.0.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for halide-19.0.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 94e0614407a8f9936607bd03df4ccca70eac01a3e97d53c2ca78d9f91e4eaedc
MD5 e4c6bcd61d2182d3195a4424c8e15d1c
BLAKE2b-256 98cc447c68930550414e2473f3dc930222d15f5a107288957f0befe4be54a4ca

See more details on using hashes here.

Provenance

The following attestation bundles were made for halide-19.0.0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: pip.yml on halide/Halide

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

File details

Details for the file halide-19.0.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: halide-19.0.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 54.3 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for halide-19.0.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 5d73e18a5843184589736d81149f6183bd7b6351027afc3abfdd1cdc242dd06c
MD5 2b38fd29fa4259f637d8d9d874756922
BLAKE2b-256 1cd9d75e56818bca4d371103db7edcbd5e23e562221178e861eb142f08df37f0

See more details on using hashes here.

Provenance

The following attestation bundles were made for halide-19.0.0-cp311-cp311-win_amd64.whl:

Publisher: pip.yml on halide/Halide

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

File details

Details for the file halide-19.0.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for halide-19.0.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 13440eef365d5570b0206d8efc054de0e6ed204ae6c04490a687c367d4918553
MD5 2c074e60e2a782d541d1d71e40825a49
BLAKE2b-256 9e484edd9e833f32872e8ffdb6393ce426113c9c6f8c6b5f7076f90f4ed89742

See more details on using hashes here.

Provenance

The following attestation bundles were made for halide-19.0.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: pip.yml on halide/Halide

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

File details

Details for the file halide-19.0.0-cp311-cp311-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for halide-19.0.0-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 1d569794d503d1a078988a53b317cff8742634b5a4721bace4b59d63790325e0
MD5 d5a87694d39581acc06546afa40f040a
BLAKE2b-256 2606fa45458d0cf182c51968656bac4392188c8be28e6ee15729d5489e4e63b8

See more details on using hashes here.

Provenance

The following attestation bundles were made for halide-19.0.0-cp311-cp311-macosx_11_0_x86_64.whl:

Publisher: pip.yml on halide/Halide

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

File details

Details for the file halide-19.0.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for halide-19.0.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8acd194c15864094e44422a8cb68d310309ce097fbcbe2ba48bd9526055679e8
MD5 1b45dd75c7ebf24b8c890edd535cc6be
BLAKE2b-256 b639e6845fc5c05159e09f58c794e358bbe94c4ba52ed57640e14aa9e6678def

See more details on using hashes here.

Provenance

The following attestation bundles were made for halide-19.0.0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: pip.yml on halide/Halide

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

File details

Details for the file halide-19.0.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: halide-19.0.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 54.3 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for halide-19.0.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 96002bba30527782c4ba6a0c9852c1952590bcc35e3db8194e0fd8bcf4110745
MD5 06309abd471aff87cf3a0c2218d6f9c8
BLAKE2b-256 2f78980b8e97bfcdaa5f418b509d53e6ff87d2f726a6da0f87c7712514bbee18

See more details on using hashes here.

Provenance

The following attestation bundles were made for halide-19.0.0-cp310-cp310-win_amd64.whl:

Publisher: pip.yml on halide/Halide

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

File details

Details for the file halide-19.0.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for halide-19.0.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7cfcc3609f277f34ac917abd90780de4781d75f235566bf7e23cd71a9b35d7b4
MD5 c29ca2d4b07395ad55fd656d500a03d1
BLAKE2b-256 e02b284e22dd16ef3dcf5ee686f9e466fc4ead5dfe097fbe425dfa5c3db2a861

See more details on using hashes here.

Provenance

The following attestation bundles were made for halide-19.0.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: pip.yml on halide/Halide

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

File details

Details for the file halide-19.0.0-cp310-cp310-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for halide-19.0.0-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 58a3461ad20212ef69184b5bc2a705947b154657f52607875281ff1389349467
MD5 e69d4238ee0fd570a8aacbcfc19b7af1
BLAKE2b-256 60245c6f49b06e9bc072e9d0752315e581cdc8f737a0ae27c1c1f798dbbc420e

See more details on using hashes here.

Provenance

The following attestation bundles were made for halide-19.0.0-cp310-cp310-macosx_11_0_x86_64.whl:

Publisher: pip.yml on halide/Halide

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

File details

Details for the file halide-19.0.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for halide-19.0.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 14dbb06b23ffd46e1b386ddf4e488b704a1cfc029f3c5e94c23ce7fbaab5f780
MD5 f042d77ab1c760d9e1571bbaa8604210
BLAKE2b-256 32670457034467233f19cb2019bfdfe718cab9d2bf254c03f68e2b9c49a0ff21

See more details on using hashes here.

Provenance

The following attestation bundles were made for halide-19.0.0-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: pip.yml on halide/Halide

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

File details

Details for the file halide-19.0.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: halide-19.0.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 54.3 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for halide-19.0.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 d02232d32470fd697abfc99834e359c9c1e3495b08932fae274d42bfb8419e90
MD5 39580b602e30071f72796f38712d9457
BLAKE2b-256 106129aa37b1060bea94efe2647cceddc0ea3667c65e67c277650b4a93a04a75

See more details on using hashes here.

Provenance

The following attestation bundles were made for halide-19.0.0-cp39-cp39-win_amd64.whl:

Publisher: pip.yml on halide/Halide

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

File details

Details for the file halide-19.0.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for halide-19.0.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4d73a5b14857356a7487c5354f9a5ea1d301a431026107ba81b8e8da316de8da
MD5 683a494894f148291c00e6ab87aacbb8
BLAKE2b-256 4ba490edd9eb19ae896315e4adec634a7a08b607ae841d3b020b590f6b1f1b04

See more details on using hashes here.

Provenance

The following attestation bundles were made for halide-19.0.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: pip.yml on halide/Halide

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

File details

Details for the file halide-19.0.0-cp39-cp39-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for halide-19.0.0-cp39-cp39-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 0770625a963f53559d68f8e17cf4d81cb1a5e74e64319877902d5fd9983bd332
MD5 28776998bc4476fc303a6e81680a26ed
BLAKE2b-256 46b711fa5f93d4fa7f561ad59ab2d1a4ead23ac59bf77027c429529566e3726f

See more details on using hashes here.

Provenance

The following attestation bundles were made for halide-19.0.0-cp39-cp39-macosx_11_0_x86_64.whl:

Publisher: pip.yml on halide/Halide

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

File details

Details for the file halide-19.0.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for halide-19.0.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cc16cb413faafbb71b3b74e016f015b86765893e41dc9fb7b77b5eb36ec6c1a8
MD5 21bbdabf85ab16d1c5b34ffec4db811a
BLAKE2b-256 0eeaba259d2f6980c087f48be2041c72cab35f01aeb45a12dcb66962431fc5a7

See more details on using hashes here.

Provenance

The following attestation bundles were made for halide-19.0.0-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: pip.yml on halide/Halide

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

File details

Details for the file halide-19.0.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: halide-19.0.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 54.3 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for halide-19.0.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 6f1b0e9cb6972f4881d86565de37e84f7e123c0280ea64fcf7b97c6da2efefb6
MD5 c850fcf85b04e0d4208764f006b109b5
BLAKE2b-256 262ccc71e62cf34237f49f40ea365105e059efae2bbfd01ac1e075a0e0e6430a

See more details on using hashes here.

Provenance

The following attestation bundles were made for halide-19.0.0-cp38-cp38-win_amd64.whl:

Publisher: pip.yml on halide/Halide

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

File details

Details for the file halide-19.0.0-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for halide-19.0.0-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d11aba8ca79d076b5840d346fd77b68a6449abbfcfcabd153d5381df880598fc
MD5 92ce7651de79126a5f9400235d5b281d
BLAKE2b-256 54a405d062e5109a01b23ad2b0fcad53f2d0554f82f277ec5a6a20e6b84115f6

See more details on using hashes here.

Provenance

The following attestation bundles were made for halide-19.0.0-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: pip.yml on halide/Halide

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

File details

Details for the file halide-19.0.0-cp38-cp38-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for halide-19.0.0-cp38-cp38-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 e4996a74d1fbd86f7b9abfe59c2f1dc431f432138f2c7d346878870c016b38d8
MD5 baac9658ebe0c3bfd80a1f8f1a1cad5c
BLAKE2b-256 95788bdad01027406964421b185bbe0ce170480634b485281e08e9c77e66f485

See more details on using hashes here.

Provenance

The following attestation bundles were made for halide-19.0.0-cp38-cp38-macosx_11_0_x86_64.whl:

Publisher: pip.yml on halide/Halide

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

File details

Details for the file halide-19.0.0-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for halide-19.0.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a9a978aa83b883b0dee0350ac768c5843b1553cf2e624b93d01a15abbb513f8b
MD5 31f42ef60a0f1db5e22eb6fd834f985c
BLAKE2b-256 5e624788466faaca8fe66bc6e6e13965632f0a67769f0da0fd170d4dd0be31f5

See more details on using hashes here.

Provenance

The following attestation bundles were made for halide-19.0.0-cp38-cp38-macosx_11_0_arm64.whl:

Publisher: pip.yml on halide/Halide

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 Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page