Skip to main content

A Python module for orchestrating and dispatching large computations across multi-GPU systems using Vulkan.

Project description

Getting Started

Welcome to vkdispatch! This guide will help you install the library and run your first GPU-accelerated code.

[WARNING: The documentation is still under heavy development, and has many missing sections]

Note: vkdispatch requires a Vulkan-compatible GPU and drivers installed on your system. Please ensure your system meets these requirements before proceeding.

Installation

The default installation method for vkdispatch is through PyPI (pip):

# Install the package
pip install vkdispatch

On mainstream platforms — Windows (x86_64), macOS (x86_64 and Apple Silicon/arm64), and Linux (x86_64) — pip will download a prebuilt wheel (built with cibuildwheel on GitHub Actions and tagged as manylinux where applicable), so no compiler is needed.

On less common platforms (e.g., non-Apple ARM or other niche architectures), pip may fall back to a source build, which takes a few minutes. See Building From Source for toolchain requirements and developer-oriented instructions.

Tip: If you see output like Building wheel for vkdispatch (pyproject.toml), you’re compiling from source.

Verifying Your Installation

To ensure vkdispatch is installed correctly and can detect your GPU, run:

# Quick device listing
vdlist

# If the above command is unavailable, try:
python3 -m vkdispatch

If the installation was successful, you should see output listing your GPU(s), for example:

Device 0: Apple M2 Pro
    Vulkan Version: 1.2.283
    Device Type: Integrated GPU

    Features:
        Float32 Atomic Add: True

    Properties:
        64-bit Float Support: False
        16-bit Float Support: True
        64-bit Int Support: True
        16-bit Int Support: True
        Max Push Constant Size: 4096 bytes
        Subgroup Size: 32
        Max Compute Shared Memory Size: 32768

    Queues:
        0 (count=1, flags=0x7): Graphics | Compute
        1 (count=1, flags=0x7): Graphics | Compute
        2 (count=1, flags=0x7): Graphics | Compute
        3 (count=1, flags=0x7): Graphics | Compute

Next Steps

Happy GPU programming!

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

vkdispatch_vulkan_native-0.0.34.tar.gz (5.3 MB view details)

Uploaded Source

Built Distributions

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

vkdispatch_vulkan_native-0.0.34-cp314-cp314t-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.14tWindows x86-64

vkdispatch_vulkan_native-0.0.34-cp314-cp314t-win32.whl (1.0 MB view details)

Uploaded CPython 3.14tWindows x86

vkdispatch_vulkan_native-0.0.34-cp314-cp314t-musllinux_1_2_x86_64.whl (19.4 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

vkdispatch_vulkan_native-0.0.34-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (18.7 MB view details)

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

vkdispatch_vulkan_native-0.0.34-cp314-cp314t-macosx_11_0_arm64.whl (2.7 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

vkdispatch_vulkan_native-0.0.34-cp314-cp314t-macosx_10_15_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

vkdispatch_vulkan_native-0.0.34-cp314-cp314-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.14Windows x86-64

vkdispatch_vulkan_native-0.0.34-cp314-cp314-win32.whl (1.0 MB view details)

Uploaded CPython 3.14Windows x86

vkdispatch_vulkan_native-0.0.34-cp314-cp314-musllinux_1_2_x86_64.whl (19.4 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

vkdispatch_vulkan_native-0.0.34-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (18.7 MB view details)

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

vkdispatch_vulkan_native-0.0.34-cp314-cp314-macosx_11_0_arm64.whl (2.7 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

vkdispatch_vulkan_native-0.0.34-cp314-cp314-macosx_10_15_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

vkdispatch_vulkan_native-0.0.34-cp313-cp313-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.13Windows x86-64

vkdispatch_vulkan_native-0.0.34-cp313-cp313-win32.whl (1.0 MB view details)

Uploaded CPython 3.13Windows x86

vkdispatch_vulkan_native-0.0.34-cp313-cp313-musllinux_1_2_x86_64.whl (19.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

vkdispatch_vulkan_native-0.0.34-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (18.7 MB view details)

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

vkdispatch_vulkan_native-0.0.34-cp313-cp313-macosx_11_0_arm64.whl (2.7 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

vkdispatch_vulkan_native-0.0.34-cp313-cp313-macosx_10_13_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

vkdispatch_vulkan_native-0.0.34-cp312-cp312-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.12Windows x86-64

vkdispatch_vulkan_native-0.0.34-cp312-cp312-win32.whl (1.0 MB view details)

Uploaded CPython 3.12Windows x86

vkdispatch_vulkan_native-0.0.34-cp312-cp312-musllinux_1_2_x86_64.whl (19.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

vkdispatch_vulkan_native-0.0.34-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (18.7 MB view details)

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

vkdispatch_vulkan_native-0.0.34-cp312-cp312-macosx_11_0_arm64.whl (2.7 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

vkdispatch_vulkan_native-0.0.34-cp312-cp312-macosx_10_13_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

vkdispatch_vulkan_native-0.0.34-cp311-cp311-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.11Windows x86-64

vkdispatch_vulkan_native-0.0.34-cp311-cp311-win32.whl (1.0 MB view details)

Uploaded CPython 3.11Windows x86

vkdispatch_vulkan_native-0.0.34-cp311-cp311-musllinux_1_2_x86_64.whl (19.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

vkdispatch_vulkan_native-0.0.34-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (18.7 MB view details)

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

vkdispatch_vulkan_native-0.0.34-cp311-cp311-macosx_11_0_arm64.whl (2.7 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

vkdispatch_vulkan_native-0.0.34-cp311-cp311-macosx_10_9_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

vkdispatch_vulkan_native-0.0.34-cp310-cp310-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.10Windows x86-64

vkdispatch_vulkan_native-0.0.34-cp310-cp310-win32.whl (1.0 MB view details)

Uploaded CPython 3.10Windows x86

vkdispatch_vulkan_native-0.0.34-cp310-cp310-musllinux_1_2_x86_64.whl (19.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

vkdispatch_vulkan_native-0.0.34-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (18.7 MB view details)

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

vkdispatch_vulkan_native-0.0.34-cp310-cp310-macosx_11_0_arm64.whl (2.7 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

vkdispatch_vulkan_native-0.0.34-cp310-cp310-macosx_10_9_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

vkdispatch_vulkan_native-0.0.34-cp39-cp39-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.9Windows x86-64

vkdispatch_vulkan_native-0.0.34-cp39-cp39-win32.whl (1.0 MB view details)

Uploaded CPython 3.9Windows x86

vkdispatch_vulkan_native-0.0.34-cp39-cp39-musllinux_1_2_x86_64.whl (19.4 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

vkdispatch_vulkan_native-0.0.34-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (18.7 MB view details)

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

vkdispatch_vulkan_native-0.0.34-cp39-cp39-macosx_11_0_arm64.whl (2.7 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

vkdispatch_vulkan_native-0.0.34-cp39-cp39-macosx_10_9_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

vkdispatch_vulkan_native-0.0.34-cp38-cp38-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.8Windows x86-64

vkdispatch_vulkan_native-0.0.34-cp38-cp38-win32.whl (1.0 MB view details)

Uploaded CPython 3.8Windows x86

vkdispatch_vulkan_native-0.0.34-cp38-cp38-musllinux_1_2_x86_64.whl (19.4 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

vkdispatch_vulkan_native-0.0.34-cp38-cp38-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (18.7 MB view details)

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

vkdispatch_vulkan_native-0.0.34-cp38-cp38-macosx_11_0_arm64.whl (2.7 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

vkdispatch_vulkan_native-0.0.34-cp38-cp38-macosx_10_9_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

File details

Details for the file vkdispatch_vulkan_native-0.0.34.tar.gz.

File metadata

File hashes

Hashes for vkdispatch_vulkan_native-0.0.34.tar.gz
Algorithm Hash digest
SHA256 bb8daa5c6337e434f7b1507d0434aa4f5efbbfafc083303e445f385802c93c5e
MD5 f93cad86af3eb6f85d8dd2043217e42c
BLAKE2b-256 c6b13bb064127ed67674d9899bc9fe05898e75e5a42444f7adb80521ea6313ad

See more details on using hashes here.

Provenance

The following attestation bundles were made for vkdispatch_vulkan_native-0.0.34.tar.gz:

Publisher: python-publish.yml on sharhar/vkdispatch

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

File details

Details for the file vkdispatch_vulkan_native-0.0.34-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for vkdispatch_vulkan_native-0.0.34-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 88b15984f525c514e65acd2bbe336cdfdc5ad0848d9880ab6a24786ba0a8120f
MD5 22a8626223e521a63246e91b08374763
BLAKE2b-256 b1d857f74246f7140e8604019686e4b71bbf18d82ed10e21dbb04417c12e7607

See more details on using hashes here.

Provenance

The following attestation bundles were made for vkdispatch_vulkan_native-0.0.34-cp314-cp314t-win_amd64.whl:

Publisher: python-publish.yml on sharhar/vkdispatch

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

File details

Details for the file vkdispatch_vulkan_native-0.0.34-cp314-cp314t-win32.whl.

File metadata

File hashes

Hashes for vkdispatch_vulkan_native-0.0.34-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 89291d6cb4ff83160948d984463014c79477af0160e6c91164e65f22521c56fe
MD5 2e769228389172d76b6fc32457a5e882
BLAKE2b-256 6058d79c2ee1e31bcdacf53c1726ae3f30298187146a18ff617cc5592bdf1b4c

See more details on using hashes here.

Provenance

The following attestation bundles were made for vkdispatch_vulkan_native-0.0.34-cp314-cp314t-win32.whl:

Publisher: python-publish.yml on sharhar/vkdispatch

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

File details

Details for the file vkdispatch_vulkan_native-0.0.34-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for vkdispatch_vulkan_native-0.0.34-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 498ffa4a0ab367adfc75d387c6e95d8e7b7b738b2e7131f36316cc2f93b70b0e
MD5 63e09f14e4e51e41137594b2ed7eb798
BLAKE2b-256 c543ec04513395e72ff8441f68edff546398ada35f3dbb10c305f1b94380f392

See more details on using hashes here.

Provenance

The following attestation bundles were made for vkdispatch_vulkan_native-0.0.34-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: python-publish.yml on sharhar/vkdispatch

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

File details

Details for the file vkdispatch_vulkan_native-0.0.34-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for vkdispatch_vulkan_native-0.0.34-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 13e31c666ae4f33252950639906df75ff335b01c004e503013d9643e0a85e5cf
MD5 0c1754df1c6da902f86b192e717f3b0f
BLAKE2b-256 29f1e232f03db0f995d9b296ecf2609a4124968ebca575ac796292dee155a8f7

See more details on using hashes here.

Provenance

The following attestation bundles were made for vkdispatch_vulkan_native-0.0.34-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: python-publish.yml on sharhar/vkdispatch

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

File details

Details for the file vkdispatch_vulkan_native-0.0.34-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for vkdispatch_vulkan_native-0.0.34-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4aaa00464478e01a8403d1bf7d90f3e95adcfcb43d7b9219a853afbc1e639e40
MD5 a0d9febb3361cff8a38bd09faa221659
BLAKE2b-256 ec1ddc4c0cad769c255903027ebc804d471dc26572f20dac5a881206a408c07b

See more details on using hashes here.

Provenance

The following attestation bundles were made for vkdispatch_vulkan_native-0.0.34-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: python-publish.yml on sharhar/vkdispatch

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

File details

Details for the file vkdispatch_vulkan_native-0.0.34-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for vkdispatch_vulkan_native-0.0.34-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 74d81586ac097c74d50b784f392450932bab4506108aadc6d0e6e40d280fd585
MD5 6f387474d99e7e2222bf6fd5f1cb6894
BLAKE2b-256 ce75c9c635a6541ffa1e85ea2f5cb4c76a4a306d5e0a15fadfcb11118a5ee5e2

See more details on using hashes here.

Provenance

The following attestation bundles were made for vkdispatch_vulkan_native-0.0.34-cp314-cp314t-macosx_10_15_x86_64.whl:

Publisher: python-publish.yml on sharhar/vkdispatch

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

File details

Details for the file vkdispatch_vulkan_native-0.0.34-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for vkdispatch_vulkan_native-0.0.34-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 8361ccd8b0813985d72c8f3ecabecab60e63b2bb0dd93bfe7c7aab989a93fdb6
MD5 46e6717cd5b6bc01409d9353fbaa49e6
BLAKE2b-256 dea13242f777c5bb4c9e00de05d40b0aad9d326e3322bc6fd8d5579a5d5fe5fa

See more details on using hashes here.

Provenance

The following attestation bundles were made for vkdispatch_vulkan_native-0.0.34-cp314-cp314-win_amd64.whl:

Publisher: python-publish.yml on sharhar/vkdispatch

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

File details

Details for the file vkdispatch_vulkan_native-0.0.34-cp314-cp314-win32.whl.

File metadata

File hashes

Hashes for vkdispatch_vulkan_native-0.0.34-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 96164839058ca98f42b5655aa0c0dc73b214e23e7437bdf9f5e6b0b49af96016
MD5 721e6d6235ceb437ca26e3d3aa46b06e
BLAKE2b-256 2440778bbf44fe06c68108536cb44b26a203ddaba911ad1ebfa47897cc415586

See more details on using hashes here.

Provenance

The following attestation bundles were made for vkdispatch_vulkan_native-0.0.34-cp314-cp314-win32.whl:

Publisher: python-publish.yml on sharhar/vkdispatch

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

File details

Details for the file vkdispatch_vulkan_native-0.0.34-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for vkdispatch_vulkan_native-0.0.34-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2ecc42ef5ff8393c361c2f532b901729dc4d17ab50db403b8d5b846f7438567f
MD5 c12726d29c76686c76f2f796379a5d09
BLAKE2b-256 a7354140e5e03ce56ffac1266faf648ef5827293cd42db84328f834ae25782f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for vkdispatch_vulkan_native-0.0.34-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: python-publish.yml on sharhar/vkdispatch

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

File details

Details for the file vkdispatch_vulkan_native-0.0.34-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for vkdispatch_vulkan_native-0.0.34-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 87b8a2364ccc1e6aa9f4cbb56052d8a995a487729563bf2d5994343ac50c2195
MD5 1b49983a0e5c2e3f5ece19eda56767c7
BLAKE2b-256 2877e5c3c61c4b001c47ff9ec04d02cb4c2bc12a9b009223207c8c788f7479f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for vkdispatch_vulkan_native-0.0.34-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: python-publish.yml on sharhar/vkdispatch

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

File details

Details for the file vkdispatch_vulkan_native-0.0.34-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for vkdispatch_vulkan_native-0.0.34-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7df6c7508690518247efb240f07b9423207802f135ffbf32319d80763b5596b0
MD5 6e11290e3e1bfc4ed6c33a16369ae2e3
BLAKE2b-256 24012b1f8d1b3f53b254da5034557486d7fcd7022f1ad80159003dd2b6ff3505

See more details on using hashes here.

Provenance

The following attestation bundles were made for vkdispatch_vulkan_native-0.0.34-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: python-publish.yml on sharhar/vkdispatch

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

File details

Details for the file vkdispatch_vulkan_native-0.0.34-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for vkdispatch_vulkan_native-0.0.34-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 96e5969325b922a559f09e89bbae7dc15b589c658fff9c4dfce44ce2bf559e25
MD5 5c565f4a62a95a57c8eb3ca1cb6227ce
BLAKE2b-256 6e9acb2e9518ee20bb47a2e51fa191746250b8a3b582840759e5e81c0c862fcc

See more details on using hashes here.

Provenance

The following attestation bundles were made for vkdispatch_vulkan_native-0.0.34-cp314-cp314-macosx_10_15_x86_64.whl:

Publisher: python-publish.yml on sharhar/vkdispatch

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

File details

Details for the file vkdispatch_vulkan_native-0.0.34-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for vkdispatch_vulkan_native-0.0.34-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 6a19573f6020c791d9a87cd2da43cb62d8cb1429dfe7ea0717283e2204e91c70
MD5 b22730db57dcb232afb13b8dc6278f2d
BLAKE2b-256 d7672cec6deb66b87588269683f70b543d05823869a31eb428c5b76d220809ec

See more details on using hashes here.

Provenance

The following attestation bundles were made for vkdispatch_vulkan_native-0.0.34-cp313-cp313-win_amd64.whl:

Publisher: python-publish.yml on sharhar/vkdispatch

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

File details

Details for the file vkdispatch_vulkan_native-0.0.34-cp313-cp313-win32.whl.

File metadata

File hashes

Hashes for vkdispatch_vulkan_native-0.0.34-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 d459cd15ea4882ad6b362c1314dbfc0de5ebacbbde047159b117d7886bf514f3
MD5 f74bba259766ac9ea4e6316c008757d7
BLAKE2b-256 cfff215a9ed5dfaa67548215e8e3d6811605c7079860a27f9ee686da3d8868fb

See more details on using hashes here.

Provenance

The following attestation bundles were made for vkdispatch_vulkan_native-0.0.34-cp313-cp313-win32.whl:

Publisher: python-publish.yml on sharhar/vkdispatch

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

File details

Details for the file vkdispatch_vulkan_native-0.0.34-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for vkdispatch_vulkan_native-0.0.34-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 347e84972b8b522e1154a55773c1908bbd94b34af48571290363ab5f014741b2
MD5 93d45acfe7aa389f4cef9bfed3b1df46
BLAKE2b-256 86f82b7910ed50b6b57f3ec35f72e55983cba7981cc2d2ecae8c02bb981ed675

See more details on using hashes here.

Provenance

The following attestation bundles were made for vkdispatch_vulkan_native-0.0.34-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: python-publish.yml on sharhar/vkdispatch

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

File details

Details for the file vkdispatch_vulkan_native-0.0.34-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for vkdispatch_vulkan_native-0.0.34-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5414ddc75fa4052de42d159bff5a3347d6d724d9dadcaa363add864c59ed81fa
MD5 3d989c839fcb340c9e846e895a93d6be
BLAKE2b-256 0d88f8472eb075d2d7040a6a057cf9edc9b229d48eae923978da114e7ed7cd95

See more details on using hashes here.

Provenance

The following attestation bundles were made for vkdispatch_vulkan_native-0.0.34-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: python-publish.yml on sharhar/vkdispatch

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

File details

Details for the file vkdispatch_vulkan_native-0.0.34-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for vkdispatch_vulkan_native-0.0.34-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0ccda321be91042ed1832ed9cd0d078b0829ad186c68da69ce08abdb64e0a4a2
MD5 c474602ccb397527950932a2f5ccb46a
BLAKE2b-256 e6a1e06d1139caa3ef6a90083de3d48143bc4437f15f4358d399d2a20645a175

See more details on using hashes here.

Provenance

The following attestation bundles were made for vkdispatch_vulkan_native-0.0.34-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: python-publish.yml on sharhar/vkdispatch

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

File details

Details for the file vkdispatch_vulkan_native-0.0.34-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for vkdispatch_vulkan_native-0.0.34-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 751e42946639070bed37933c70d8879a25ffd5b68594752f6450181972cc89ab
MD5 c86404a447f3312cf3bf3d3b15c22dff
BLAKE2b-256 2bedfb937e48c6d32c7f5b43fb63307c4a03b9f51af8e88bf91510ff26a30cca

See more details on using hashes here.

Provenance

The following attestation bundles were made for vkdispatch_vulkan_native-0.0.34-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: python-publish.yml on sharhar/vkdispatch

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

File details

Details for the file vkdispatch_vulkan_native-0.0.34-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for vkdispatch_vulkan_native-0.0.34-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 9d018ba2c4ac6b5a3369f41bddb4b67ef1658e5fb5630b2afa68c2005e2d934e
MD5 b35a993c47a3bca5988987e1b311724e
BLAKE2b-256 e90b6b15da73d3cc4fd836bca8f9ea823bc0379770b6b9786cfb2aa7158c7b1b

See more details on using hashes here.

Provenance

The following attestation bundles were made for vkdispatch_vulkan_native-0.0.34-cp312-cp312-win_amd64.whl:

Publisher: python-publish.yml on sharhar/vkdispatch

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

File details

Details for the file vkdispatch_vulkan_native-0.0.34-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for vkdispatch_vulkan_native-0.0.34-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 0179e2e2ef6e12cf8b3cdd47068434d711e5fec1be7d7dcbe5081f3d6243f2f6
MD5 97a66ce2cf58504733becc8c657e820b
BLAKE2b-256 a8bcfbd014cda08284e89647ce645e0ed97bcd001dfebfe2f81c844f607e1d6e

See more details on using hashes here.

Provenance

The following attestation bundles were made for vkdispatch_vulkan_native-0.0.34-cp312-cp312-win32.whl:

Publisher: python-publish.yml on sharhar/vkdispatch

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

File details

Details for the file vkdispatch_vulkan_native-0.0.34-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for vkdispatch_vulkan_native-0.0.34-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b6932d88eccdd642e1ac487a7af85716fd67ff5f8e4f420b36d24a6422ae7a5c
MD5 a6f29faecd781bea34a5561c8fccde7c
BLAKE2b-256 af73a092b5c79233a5cada1b2a45bd682467d2e97a3652b543e693ac28889963

See more details on using hashes here.

Provenance

The following attestation bundles were made for vkdispatch_vulkan_native-0.0.34-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: python-publish.yml on sharhar/vkdispatch

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

File details

Details for the file vkdispatch_vulkan_native-0.0.34-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for vkdispatch_vulkan_native-0.0.34-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 dc2723857072c9d5e5c64728b591ab0353779991d381dc0085259c18b50eee37
MD5 491dedb75286fa0c8b4913767a019f83
BLAKE2b-256 6a3b0d8f23109acad276082abb7d4f7559d5d92fe11afa9d60e8c164a9b2d041

See more details on using hashes here.

Provenance

The following attestation bundles were made for vkdispatch_vulkan_native-0.0.34-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: python-publish.yml on sharhar/vkdispatch

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

File details

Details for the file vkdispatch_vulkan_native-0.0.34-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for vkdispatch_vulkan_native-0.0.34-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a68af597640e99a535ad352f972f5e05095c3294ab65ddcaec49493227e23cfe
MD5 7ad4842250a6a6388700d93791a92e36
BLAKE2b-256 259fb030eea36bf2e384ce1a09d4e1e170dedcb2b303020cb15538003bedd373

See more details on using hashes here.

Provenance

The following attestation bundles were made for vkdispatch_vulkan_native-0.0.34-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: python-publish.yml on sharhar/vkdispatch

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

File details

Details for the file vkdispatch_vulkan_native-0.0.34-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for vkdispatch_vulkan_native-0.0.34-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 caae6af38aa32440e7450d22ce9ae05b2fad72b0a0f12f72f5f617b0135d3798
MD5 0884489cce5f100286fd45faaa870f44
BLAKE2b-256 653764d21ae05883773af8db95b78303c5d16ace9b6a106591d14a56648f7d11

See more details on using hashes here.

Provenance

The following attestation bundles were made for vkdispatch_vulkan_native-0.0.34-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: python-publish.yml on sharhar/vkdispatch

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

File details

Details for the file vkdispatch_vulkan_native-0.0.34-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for vkdispatch_vulkan_native-0.0.34-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 eea609032c1ae247fb873a1142cd45799292e72425f53873fb477085a1147ae1
MD5 2b3ef7ad308e38b315f14347c5a1ea8e
BLAKE2b-256 c80828ff5d6fa805e9e8b29e0a349893f5578279eefee65df8f6c7e48d4c8502

See more details on using hashes here.

Provenance

The following attestation bundles were made for vkdispatch_vulkan_native-0.0.34-cp311-cp311-win_amd64.whl:

Publisher: python-publish.yml on sharhar/vkdispatch

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

File details

Details for the file vkdispatch_vulkan_native-0.0.34-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for vkdispatch_vulkan_native-0.0.34-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 4172ec282069d3fe31668dd49f8d9b9b8924f8540a0e83542b82ecb1db2cae9a
MD5 6525183aa7d6d332452009613f67e41e
BLAKE2b-256 6d0e060e8b3adb39876387d97ab66ae49bf0fac16e191e352d730c790f0fe468

See more details on using hashes here.

Provenance

The following attestation bundles were made for vkdispatch_vulkan_native-0.0.34-cp311-cp311-win32.whl:

Publisher: python-publish.yml on sharhar/vkdispatch

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

File details

Details for the file vkdispatch_vulkan_native-0.0.34-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for vkdispatch_vulkan_native-0.0.34-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2bd632ffebcd7c370b50fb11adee1ff20c24d74642690ce36192936474c28e54
MD5 ee72f38e56f8ea77baf14b52594778b4
BLAKE2b-256 f2163cc32aeea8904f3d735b0b8318f2e4a06494422012531781462c4bd7c266

See more details on using hashes here.

Provenance

The following attestation bundles were made for vkdispatch_vulkan_native-0.0.34-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: python-publish.yml on sharhar/vkdispatch

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

File details

Details for the file vkdispatch_vulkan_native-0.0.34-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for vkdispatch_vulkan_native-0.0.34-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 556b33f80e9a3d531323c91cdee03baf489a2c209437f509a19539c1369b3787
MD5 27f2fe8a5a7ea8d1209db3c3d7c2f393
BLAKE2b-256 6d4b63c37c6852475e6d01cf33363a9d87bd24d3460690b6cd64e5094456c01e

See more details on using hashes here.

Provenance

The following attestation bundles were made for vkdispatch_vulkan_native-0.0.34-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: python-publish.yml on sharhar/vkdispatch

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

File details

Details for the file vkdispatch_vulkan_native-0.0.34-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for vkdispatch_vulkan_native-0.0.34-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8dd979516fa75deda2b712a5bb645f3a9b57e36fb7bee46982c44cdd8f113335
MD5 1e25af3cc9fde12dc98b4954628e5a06
BLAKE2b-256 c5a126ec01764df0ae1ede5c0fda97c10106f556ab114791a0404f30bd1e3679

See more details on using hashes here.

Provenance

The following attestation bundles were made for vkdispatch_vulkan_native-0.0.34-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: python-publish.yml on sharhar/vkdispatch

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

File details

Details for the file vkdispatch_vulkan_native-0.0.34-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for vkdispatch_vulkan_native-0.0.34-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 86d41201f5146228eea8de9d556c90f84f905683e163bbaec110cc8830c1b400
MD5 0044a3ac2d6a39319a631fc62a43240d
BLAKE2b-256 921a8c3bc148dca14367e297454196afec71d3a3f3207fcf1706dd204cbc6871

See more details on using hashes here.

Provenance

The following attestation bundles were made for vkdispatch_vulkan_native-0.0.34-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: python-publish.yml on sharhar/vkdispatch

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

File details

Details for the file vkdispatch_vulkan_native-0.0.34-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for vkdispatch_vulkan_native-0.0.34-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 92441bcf8d290854a88cd8955b640d165957677530d8d004ec5c0dec7742cc16
MD5 b347d277a2afae654af7708ad8fa3653
BLAKE2b-256 a343d2f690aa617c06803bb1bf64c0d03f94998c8501b378a79ec739ef52cf90

See more details on using hashes here.

Provenance

The following attestation bundles were made for vkdispatch_vulkan_native-0.0.34-cp310-cp310-win_amd64.whl:

Publisher: python-publish.yml on sharhar/vkdispatch

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

File details

Details for the file vkdispatch_vulkan_native-0.0.34-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for vkdispatch_vulkan_native-0.0.34-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 50f2b195b159a355fd7b7f08422bcdea6947c63ef0966b88df34137782a71508
MD5 b9f56f94c2bbe9fd6bf3f41917bab19a
BLAKE2b-256 b4490c6729559e58c7be87694ee254b55651d5ad970cb7045fc1ae99c15ba213

See more details on using hashes here.

Provenance

The following attestation bundles were made for vkdispatch_vulkan_native-0.0.34-cp310-cp310-win32.whl:

Publisher: python-publish.yml on sharhar/vkdispatch

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

File details

Details for the file vkdispatch_vulkan_native-0.0.34-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for vkdispatch_vulkan_native-0.0.34-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5ef064b29ae3a860502e16635cd0f4af8efbc3696b5b11488e8791a3bbdc5fcd
MD5 f096938c44d5daeb5ef56da38074f147
BLAKE2b-256 a735320cf8a00eae81087efd6a803b60ebc85f3d2525fb5c082cfa46d9e47f9c

See more details on using hashes here.

Provenance

The following attestation bundles were made for vkdispatch_vulkan_native-0.0.34-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: python-publish.yml on sharhar/vkdispatch

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

File details

Details for the file vkdispatch_vulkan_native-0.0.34-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for vkdispatch_vulkan_native-0.0.34-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8b6710f1dd28611fc135cc046e5f6ab1d319c54609bf3f7568427d2bb522a0b9
MD5 10eb6ce073a96e1af28f898d0468fa9d
BLAKE2b-256 b8f12a94efafdc20648134dab794412abc533279074f85d82fd02800b91b9bb9

See more details on using hashes here.

Provenance

The following attestation bundles were made for vkdispatch_vulkan_native-0.0.34-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: python-publish.yml on sharhar/vkdispatch

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

File details

Details for the file vkdispatch_vulkan_native-0.0.34-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for vkdispatch_vulkan_native-0.0.34-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e4a6326483e993a7374171374415000fb4563319f3525d1d9853ccfce11e0ccf
MD5 c17c7ed20539bc694a3047d554a9bce2
BLAKE2b-256 88bd0ac69fdf6a77900985e60d8e23870d64f8b22e13f52a92d106f52f0c771f

See more details on using hashes here.

Provenance

The following attestation bundles were made for vkdispatch_vulkan_native-0.0.34-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: python-publish.yml on sharhar/vkdispatch

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

File details

Details for the file vkdispatch_vulkan_native-0.0.34-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for vkdispatch_vulkan_native-0.0.34-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 643f247886bf1a3f8d0d852bc13511f51f2d869b80b1184ecc3848a7369c04a0
MD5 a749cd7dde38072df6109ae8960d8be6
BLAKE2b-256 9b1eab9061fbefe353b76d1fda97d364979a2a358e43697573210246399b9ade

See more details on using hashes here.

Provenance

The following attestation bundles were made for vkdispatch_vulkan_native-0.0.34-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: python-publish.yml on sharhar/vkdispatch

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

File details

Details for the file vkdispatch_vulkan_native-0.0.34-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for vkdispatch_vulkan_native-0.0.34-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 ea303408ce6b0357e0d5270446a0ed0ff440f285c77ca51b10e441f446a59a9f
MD5 43d28b6b1c470b0c70995485aa9fc56e
BLAKE2b-256 5612362081d6d8e8d2052c22db161cb4487d3eab8c05ad03eb95856e376760f6

See more details on using hashes here.

Provenance

The following attestation bundles were made for vkdispatch_vulkan_native-0.0.34-cp39-cp39-win_amd64.whl:

Publisher: python-publish.yml on sharhar/vkdispatch

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

File details

Details for the file vkdispatch_vulkan_native-0.0.34-cp39-cp39-win32.whl.

File metadata

File hashes

Hashes for vkdispatch_vulkan_native-0.0.34-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 8dca5eed96b5d481966f5a29a454ba024d0268a86c5a1b21bad2a8266bc80da9
MD5 11e94d03d555b675c2c86eb5673fe889
BLAKE2b-256 2a6118e7fd34ef6c8829bdc72e11e3fd5a9103fe25f992bcfd8b877aabae6d18

See more details on using hashes here.

Provenance

The following attestation bundles were made for vkdispatch_vulkan_native-0.0.34-cp39-cp39-win32.whl:

Publisher: python-publish.yml on sharhar/vkdispatch

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

File details

Details for the file vkdispatch_vulkan_native-0.0.34-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for vkdispatch_vulkan_native-0.0.34-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d9129e38ff4d0cb952f785b9f3dd9f25c775491fd49a70939b7967ca495b1288
MD5 3d8f3e0b64a07b9c177869ac5d9e5f40
BLAKE2b-256 63715f6c4f8aee997120974273ee78bb632110a27800b674af12aee94bf4ac0a

See more details on using hashes here.

Provenance

The following attestation bundles were made for vkdispatch_vulkan_native-0.0.34-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: python-publish.yml on sharhar/vkdispatch

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

File details

Details for the file vkdispatch_vulkan_native-0.0.34-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for vkdispatch_vulkan_native-0.0.34-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6b9dd0a2785843f5a3bc7345cc8d1e1c0c7f5b8e32c6bdfe2b03cf9309fa95b6
MD5 a7a7e20f92dfe435a7a7815eb2091be4
BLAKE2b-256 7da9f01a462df64a8c97023524f1a6bfa8308bf8dbefec36cd925b5d4404bf81

See more details on using hashes here.

Provenance

The following attestation bundles were made for vkdispatch_vulkan_native-0.0.34-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: python-publish.yml on sharhar/vkdispatch

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

File details

Details for the file vkdispatch_vulkan_native-0.0.34-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for vkdispatch_vulkan_native-0.0.34-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f1c95af0a639dad0708de7653df7f5d40ccbf0b63f238208213f2da4c498bd9b
MD5 e9c40b8cbc84697ecf4621884c652299
BLAKE2b-256 1194d25e9b7eada91497d855606472db183b9a2ee3c1c3a30c4a6ce5786503d4

See more details on using hashes here.

Provenance

The following attestation bundles were made for vkdispatch_vulkan_native-0.0.34-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: python-publish.yml on sharhar/vkdispatch

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

File details

Details for the file vkdispatch_vulkan_native-0.0.34-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for vkdispatch_vulkan_native-0.0.34-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 490db5a4f9da31a41b387d1a739a3ded513360f132bd8a1c5097a0615025517e
MD5 42638c40ecdadd2922689af04dbedcb2
BLAKE2b-256 85e9d2dbe529f20cec25a0195c32a11741292c3af79fc4ce95f88168e1cb3b2a

See more details on using hashes here.

Provenance

The following attestation bundles were made for vkdispatch_vulkan_native-0.0.34-cp39-cp39-macosx_10_9_x86_64.whl:

Publisher: python-publish.yml on sharhar/vkdispatch

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

File details

Details for the file vkdispatch_vulkan_native-0.0.34-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for vkdispatch_vulkan_native-0.0.34-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 895ba560d2341c50eb8cbf63a7645a220febeefad405fa4f25ac1eccad93a8be
MD5 5f268ff9d00b3754e7755edb01b446f9
BLAKE2b-256 b94dda9f58efcdd80649b0a03b8256bd663e1966c0d9b2804aff0f18becedd46

See more details on using hashes here.

Provenance

The following attestation bundles were made for vkdispatch_vulkan_native-0.0.34-cp38-cp38-win_amd64.whl:

Publisher: python-publish.yml on sharhar/vkdispatch

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

File details

Details for the file vkdispatch_vulkan_native-0.0.34-cp38-cp38-win32.whl.

File metadata

File hashes

Hashes for vkdispatch_vulkan_native-0.0.34-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 13cbb49415b2b8d6fd7ad6c6f768a664fe919ed6cb4a4a3d6e411529ac4ca86b
MD5 843dfaf1b1b385428212a6b74da67984
BLAKE2b-256 e74455aa5b23da65a623a48edeed34e6758b6772d5b04e4fa8f432095f700977

See more details on using hashes here.

Provenance

The following attestation bundles were made for vkdispatch_vulkan_native-0.0.34-cp38-cp38-win32.whl:

Publisher: python-publish.yml on sharhar/vkdispatch

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

File details

Details for the file vkdispatch_vulkan_native-0.0.34-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for vkdispatch_vulkan_native-0.0.34-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2c99425b3307968724a06e2ddededc3e48074f0239f32912b58600dadf7d1538
MD5 68eb3195e0839fa6399c7770805ff7c0
BLAKE2b-256 781ad833a81298d6dca2d70145062bb0e7b11f6f3b63424490f6bbb548881e8b

See more details on using hashes here.

Provenance

The following attestation bundles were made for vkdispatch_vulkan_native-0.0.34-cp38-cp38-musllinux_1_2_x86_64.whl:

Publisher: python-publish.yml on sharhar/vkdispatch

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

File details

Details for the file vkdispatch_vulkan_native-0.0.34-cp38-cp38-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for vkdispatch_vulkan_native-0.0.34-cp38-cp38-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e34098ad9ee95482b5749fbf133345529a27f27ee7fd913aa6dee27c67596b46
MD5 eb1ea26ed727d0d0b5663d68c78564f0
BLAKE2b-256 046593dac135e7c3f145936f74f090980ab8cca2478247e3ec063ec98ea37125

See more details on using hashes here.

Provenance

The following attestation bundles were made for vkdispatch_vulkan_native-0.0.34-cp38-cp38-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: python-publish.yml on sharhar/vkdispatch

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

File details

Details for the file vkdispatch_vulkan_native-0.0.34-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for vkdispatch_vulkan_native-0.0.34-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 56235e53e7ab3c760d1730b30b13e1e0c76eedb0f7578ce4e1671d235ecb15f2
MD5 b852a1e5b00407213b0b7e9547de9da4
BLAKE2b-256 5817f40f676ee17808d913d45157bd201d27144eb2c6709128b2cedfeb440d80

See more details on using hashes here.

Provenance

The following attestation bundles were made for vkdispatch_vulkan_native-0.0.34-cp38-cp38-macosx_11_0_arm64.whl:

Publisher: python-publish.yml on sharhar/vkdispatch

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

File details

Details for the file vkdispatch_vulkan_native-0.0.34-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for vkdispatch_vulkan_native-0.0.34-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9b7528c55990f2a65ee9ff0e020ffa453169992a8128def860502afc7346c3fe
MD5 c4c48bee042aa51cb501b966b91b0cff
BLAKE2b-256 1bb7f753a457e8df3ef99aa0f8ac4945b99053dbffa85bbb51d44ced2400e184

See more details on using hashes here.

Provenance

The following attestation bundles were made for vkdispatch_vulkan_native-0.0.34-cp38-cp38-macosx_10_9_x86_64.whl:

Publisher: python-publish.yml on sharhar/vkdispatch

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