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.32.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.32-cp314-cp314t-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tWindows x86

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

Uploaded CPython 3.14tmacOS 11.0+ ARM64

vkdispatch_vulkan_native-0.0.32-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.32-cp314-cp314-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14Windows x86

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

Uploaded CPython 3.14macOS 11.0+ ARM64

vkdispatch_vulkan_native-0.0.32-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.32-cp313-cp313-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13macOS 11.0+ ARM64

vkdispatch_vulkan_native-0.0.32-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.32-cp312-cp312-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12macOS 11.0+ ARM64

vkdispatch_vulkan_native-0.0.32-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.32-cp311-cp311-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11macOS 11.0+ ARM64

vkdispatch_vulkan_native-0.0.32-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.32-cp310-cp310-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10macOS 11.0+ ARM64

vkdispatch_vulkan_native-0.0.32-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.32-cp39-cp39-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9Windows x86

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

Uploaded CPython 3.9macOS 11.0+ ARM64

vkdispatch_vulkan_native-0.0.32-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.32-cp38-cp38-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8Windows x86

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

Uploaded CPython 3.8macOS 11.0+ ARM64

vkdispatch_vulkan_native-0.0.32-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.32.tar.gz.

File metadata

File hashes

Hashes for vkdispatch_vulkan_native-0.0.32.tar.gz
Algorithm Hash digest
SHA256 d72ef71d6d69739f4b5958aede8c1f5c6dec07e60b79debd6cd5fc3b1e1e0fcc
MD5 691b63cb2bab972d91ab2d9c4ca00de5
BLAKE2b-256 f139144df32ce127182079a65b57182e20e37f2ca466e6c807594d91982470c0

See more details on using hashes here.

Provenance

The following attestation bundles were made for vkdispatch_vulkan_native-0.0.32.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.32-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for vkdispatch_vulkan_native-0.0.32-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 24cfdd20bb4a9a571d7cefc736618abc13895950c12638b7b9a9e1b6aebf13f0
MD5 53f302f4cc87030c3ddecf33fdd74c1c
BLAKE2b-256 1c7397464873b769c8e9b0525dcdee7bdcc3b972d2f3d922b342a76cdc0c786b

See more details on using hashes here.

Provenance

The following attestation bundles were made for vkdispatch_vulkan_native-0.0.32-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.32-cp314-cp314t-win32.whl.

File metadata

File hashes

Hashes for vkdispatch_vulkan_native-0.0.32-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 bf9f51b102e3df330158dfb0f21a86aa7a38ed5e1070fac22dd78d81ae64c693
MD5 b4839d858aae404b799c6d340ad5e769
BLAKE2b-256 cecf90ad2c9114fdf69e8178ca7b16af8d8626a74bb9fdea5a5a600d60f0a385

See more details on using hashes here.

Provenance

The following attestation bundles were made for vkdispatch_vulkan_native-0.0.32-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.32-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for vkdispatch_vulkan_native-0.0.32-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 911c68fd1190d8207fcc7d98f17ed6de15e0ae281604bad034920e3e9624a391
MD5 4aa7d3fd96afc4167ec78c0bc56f2cea
BLAKE2b-256 161de02d3be3e45364d05ee5d2e49bfcda92aa45fdb853285d02b4dc1b192d21

See more details on using hashes here.

Provenance

The following attestation bundles were made for vkdispatch_vulkan_native-0.0.32-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.32-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for vkdispatch_vulkan_native-0.0.32-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 b8421f82d7cb0cc1634963b25c6de6b09a31601ee9ae4a18e42e49ae262b2f95
MD5 55d2b8ede54ccb66c497f2781107a48d
BLAKE2b-256 8b90ee47d14933a5ebddd26915f757aa888efd751a964cc40397454b4c13f104

See more details on using hashes here.

Provenance

The following attestation bundles were made for vkdispatch_vulkan_native-0.0.32-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.32-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for vkdispatch_vulkan_native-0.0.32-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 66ea311482fd0184c6eff35363b73ef5cd12a34f7bb5449819cb6ac4f76a2440
MD5 93068b2467c991c80755a430ee2f00bd
BLAKE2b-256 bd40cc7fe62e8e33fe0d394b8d16ffb2afc4145989c565824b3f3c5254350ded

See more details on using hashes here.

Provenance

The following attestation bundles were made for vkdispatch_vulkan_native-0.0.32-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.32-cp314-cp314-win32.whl.

File metadata

File hashes

Hashes for vkdispatch_vulkan_native-0.0.32-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 2ddaad67d80d3bac468ecb01735fbd13b8d7913349473ac8e5e7f3c93e7e08a1
MD5 395cc85f0b082fa0570cad0c265bd777
BLAKE2b-256 e4da16c928fc6d086e87d759eb92c6db840a5e5c666840468dc93d13e8e333ac

See more details on using hashes here.

Provenance

The following attestation bundles were made for vkdispatch_vulkan_native-0.0.32-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.32-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for vkdispatch_vulkan_native-0.0.32-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d2956460e412fe725e8a7ba1a6a63ce04f9384899235c8bbf0daf0fc91e01811
MD5 378a489228e49bb32b540b13fb924e34
BLAKE2b-256 6b5386697b2ef5ebc72c9c50320e3be5896842c12836dbead2edd154d0098fa0

See more details on using hashes here.

Provenance

The following attestation bundles were made for vkdispatch_vulkan_native-0.0.32-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.32-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for vkdispatch_vulkan_native-0.0.32-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 4c632483d5bf543ab23b7574abd5f16b399f478f7e605632372ce567903cae3c
MD5 a37267e123a9fc8804fa48e8d4c537f9
BLAKE2b-256 df4fc1d6a6d435307c8365b912ebe3d66ef4f772973240fc0561b975e3e2557e

See more details on using hashes here.

Provenance

The following attestation bundles were made for vkdispatch_vulkan_native-0.0.32-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.32-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for vkdispatch_vulkan_native-0.0.32-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 9b958dbf4bedceacfe54694e7312baabbc5ce6623db3fde7e456be8ce24cf2d4
MD5 a7816aebca2929659e77e03de3136223
BLAKE2b-256 00c542c830acbdfe78cf149cb5051270f6abb9c64ff31e107a715846eeff34a9

See more details on using hashes here.

Provenance

The following attestation bundles were made for vkdispatch_vulkan_native-0.0.32-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.32-cp313-cp313-win32.whl.

File metadata

File hashes

Hashes for vkdispatch_vulkan_native-0.0.32-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 b72a8263f85d1dd6a5eacf88c9ca28b4f83d25da104c4dd1c2dfe5ed60dc928b
MD5 24be62ce1d37ccefc3537643069366e9
BLAKE2b-256 51f6418fb4806ea9a0c35ecde716fef2fc29ec0e8c6f447112a95f394f301669

See more details on using hashes here.

Provenance

The following attestation bundles were made for vkdispatch_vulkan_native-0.0.32-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.32-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for vkdispatch_vulkan_native-0.0.32-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0c0523ed36cdf11c26d487448c6cf3465a5cb15ff09d7392f0f79da1609021d0
MD5 ea1d2363125f1d581fcd7b9fb3888794
BLAKE2b-256 ab2e003446809b42a980f1576b90119a26cc26412b4a96cb38d65d2160012641

See more details on using hashes here.

Provenance

The following attestation bundles were made for vkdispatch_vulkan_native-0.0.32-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.32-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for vkdispatch_vulkan_native-0.0.32-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 fb69980d82f776515acc4fe61fc51a14ae9cfae8ddf29fc207efeaa315f7678e
MD5 b9bda4c4f9c5fa6e05d8ac0d370da627
BLAKE2b-256 d080ddca81e55c75f85ebb22d623df48e8499fa3497c5cbc04d5e5909a192b8a

See more details on using hashes here.

Provenance

The following attestation bundles were made for vkdispatch_vulkan_native-0.0.32-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.32-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for vkdispatch_vulkan_native-0.0.32-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 199a9ce652e94b890fd7b708ca6cdef41c633a3d9c8320244a37732b966b7396
MD5 fd8f98044fd681747f59af5c6e1a287d
BLAKE2b-256 c674e668dc899dfbfca822da679e1a0822dcf962428e90c9e3679f4ab5b3d505

See more details on using hashes here.

Provenance

The following attestation bundles were made for vkdispatch_vulkan_native-0.0.32-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.32-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for vkdispatch_vulkan_native-0.0.32-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 e27907cc1c6230fc37d7829574fa573001091de9d5d3adc9c496127b0c6c9c6b
MD5 955f6b5e30498a75e791634218c0a774
BLAKE2b-256 7388ac8006fd4969497013dc0a7512c23965f317754ee0e2f62a5ccd7a9853c1

See more details on using hashes here.

Provenance

The following attestation bundles were made for vkdispatch_vulkan_native-0.0.32-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.32-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for vkdispatch_vulkan_native-0.0.32-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4718aafb770f8469df2dabcd946971613b78ef480ee9281bb3e593856e39df73
MD5 2f7fc3dd07fd2a248f0dc19fac80c7f8
BLAKE2b-256 d624161c83ec5f91bd7e6afb46945ab93c7d528fa3453502bab747d370f30541

See more details on using hashes here.

Provenance

The following attestation bundles were made for vkdispatch_vulkan_native-0.0.32-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.32-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for vkdispatch_vulkan_native-0.0.32-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 cd6c54b02e28e7bcd81f153c11bcfd68cd8de93d09ac715c88bef599f4d7e959
MD5 b1c71ba17cf89ce2147e9b23705c420e
BLAKE2b-256 02c08331c402a08b37751f61ccec65831140bdf25d17e140de682141412fb6ab

See more details on using hashes here.

Provenance

The following attestation bundles were made for vkdispatch_vulkan_native-0.0.32-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.32-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for vkdispatch_vulkan_native-0.0.32-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 6c363b9cf1a04bb917a63c3177c4808665afa8fa78b3f53baee33864c5e7d530
MD5 8c72bcd6e42e3ccdf8540af4d2ddd9f1
BLAKE2b-256 a6376161a2f6061caba717f8112475ca06ab0713a956f31cef19890c26b84f94

See more details on using hashes here.

Provenance

The following attestation bundles were made for vkdispatch_vulkan_native-0.0.32-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.32-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for vkdispatch_vulkan_native-0.0.32-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 d9bb3e2c18ddc98e154143c421e53bd0ce30f82403840cda942e06177924c790
MD5 c966b7c87ddbdb8a0e1207cb988c56a6
BLAKE2b-256 b31dff749c68b40032b896083f4a752f43a04a9666d9e583579ae327d1aed88a

See more details on using hashes here.

Provenance

The following attestation bundles were made for vkdispatch_vulkan_native-0.0.32-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.32-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for vkdispatch_vulkan_native-0.0.32-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 182668add71cab2a3ee457bba0a54a60fcb479642c3bc8c6657f1af98dc8ed78
MD5 e31867774f40abbb7dbd96a8c27d4cc4
BLAKE2b-256 0a236a30ba18eec2f84687e2424fb160288aa8a1e66389040f454db5e8ecb53f

See more details on using hashes here.

Provenance

The following attestation bundles were made for vkdispatch_vulkan_native-0.0.32-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.32-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for vkdispatch_vulkan_native-0.0.32-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 183a04baf34d4d5a0542e8006125dcc1b66d277d0c0265f6ac9d8400cd9a1b32
MD5 086f2caaf6a04373e8e595b38f73d55d
BLAKE2b-256 ac0f4fe2fc18d903d09bac1ea5c6bc110dcf918804edc98abbf5f93a037e825b

See more details on using hashes here.

Provenance

The following attestation bundles were made for vkdispatch_vulkan_native-0.0.32-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.32-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for vkdispatch_vulkan_native-0.0.32-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 b6e90bd3067c525a1a6841e44da15841238cd859a8af8aa997c2a564c7c79806
MD5 2a9dc530881b182e12a9b4fe20341f01
BLAKE2b-256 d1c9c2058056ac067380adf4acfd67c6ff2705c91536fac4df957ceaf4aef47b

See more details on using hashes here.

Provenance

The following attestation bundles were made for vkdispatch_vulkan_native-0.0.32-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.32-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for vkdispatch_vulkan_native-0.0.32-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 4d8d9029be338b1d6e8fb95cd93bf8494575982a692185793e6deca9209b951b
MD5 edc0c3e4d4e5979a089282e0abfd5249
BLAKE2b-256 ecbe7054b344046192e07655991a3b84bb9593a4b2718a4f7e3855788f80a386

See more details on using hashes here.

Provenance

The following attestation bundles were made for vkdispatch_vulkan_native-0.0.32-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.32-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for vkdispatch_vulkan_native-0.0.32-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cab50931dc20191ec1bf5cf7698001492835b59d20e518b06d6da57ad70b4d75
MD5 5a7ee0ca400ffe33671a6d2d3ab7800c
BLAKE2b-256 5cf75c6df7ff6c3678257ddaa907be62dc8826f69e26a4ee1bd3f9cc0caf2dbb

See more details on using hashes here.

Provenance

The following attestation bundles were made for vkdispatch_vulkan_native-0.0.32-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.32-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for vkdispatch_vulkan_native-0.0.32-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 954f5b35fd1fc6e9c8e63d180fc57b965c42b1069b51dd011d4fe2eeef24d7ea
MD5 f3e1239d337b42a795c604179c45c07d
BLAKE2b-256 5157e2fb1093e44ce48eba027b17aa24208f4077388a337e93ae712474abad95

See more details on using hashes here.

Provenance

The following attestation bundles were made for vkdispatch_vulkan_native-0.0.32-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.32-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for vkdispatch_vulkan_native-0.0.32-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 319f51b030ec1f38cf42b8a8c677d43e4897d1e9f35f7ff1ff1ef0d04c4f4253
MD5 17d7a91fb966c0e553781a2a7ead1db6
BLAKE2b-256 f0992f4e36572a7504536b58ce68ae1bc929b0c733a4209135b817f08228ad51

See more details on using hashes here.

Provenance

The following attestation bundles were made for vkdispatch_vulkan_native-0.0.32-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.32-cp39-cp39-win32.whl.

File metadata

File hashes

Hashes for vkdispatch_vulkan_native-0.0.32-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 2fd67b79ad0e18bdad5a6efb8b003d0cefb6bd9b025856e470aa613e8e762f67
MD5 a7565a9d476c169928e497d1251ffddf
BLAKE2b-256 b3982553d6c13506ae4081f8f959b6b7b2c25a250127e9f25c338b35faeac403

See more details on using hashes here.

Provenance

The following attestation bundles were made for vkdispatch_vulkan_native-0.0.32-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.32-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for vkdispatch_vulkan_native-0.0.32-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2497ffb1e87edb078cc7be51687498d17fe8d8ffa4d19cbf0cb956b6123d9239
MD5 b6158e3b10e70f6a46e4b83db29a6f54
BLAKE2b-256 65c5114774774811d86803df8266aa98fa7538040cb658e6f3e1ef4146112f53

See more details on using hashes here.

Provenance

The following attestation bundles were made for vkdispatch_vulkan_native-0.0.32-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.32-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for vkdispatch_vulkan_native-0.0.32-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f0196c82668c8cbe8edd714bddbc3818650d45ded7b3f32ddd385dbb8ad70907
MD5 d1a886c9c30edad433ade066a10fc5ce
BLAKE2b-256 16ba7f6964ac3a80d6c8d806aaffe7122ff9a9d188166175a6858cbc3f10c7e8

See more details on using hashes here.

Provenance

The following attestation bundles were made for vkdispatch_vulkan_native-0.0.32-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.32-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for vkdispatch_vulkan_native-0.0.32-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 c2f5f8d579968410ac4efddef77ef6b454c5e08625e97ad1f3b2d6457085ecc7
MD5 446f56034fa223eb6e25693506cbc5ae
BLAKE2b-256 9cff907a68ad79c10ce7ca74ac4cac389487abe3979992800fe219320d345024

See more details on using hashes here.

Provenance

The following attestation bundles were made for vkdispatch_vulkan_native-0.0.32-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.32-cp38-cp38-win32.whl.

File metadata

File hashes

Hashes for vkdispatch_vulkan_native-0.0.32-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 d0e6e9d795eeb6b6df9669bf5168c468f3b1846bfa72e86bbbc7f29c09cb7b5f
MD5 170211173cdf73fee2e002f9446f13ef
BLAKE2b-256 9732616067c8a1438ccfc474177075665b45a58bf4dc5f73201958ea1e188fc5

See more details on using hashes here.

Provenance

The following attestation bundles were made for vkdispatch_vulkan_native-0.0.32-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.32-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for vkdispatch_vulkan_native-0.0.32-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bbc7456ace963fd57eec6d23bc07af5de7c96e556bb1eba0643b6a1b0638c0fc
MD5 c425fadf487b632d61b547c34ed7d064
BLAKE2b-256 0833c0db1a583b50b7cec6ba9421db66a5e8f47348c8bb5a8db33d1711def6b3

See more details on using hashes here.

Provenance

The following attestation bundles were made for vkdispatch_vulkan_native-0.0.32-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.32-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for vkdispatch_vulkan_native-0.0.32-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8ad35132d2503c7ea1dcdb191caad9ef90de36cd6b80b549b530ca2d34ee90a5
MD5 d3285a7f7124644c1114474168849194
BLAKE2b-256 d92b3e28a707baf2789f2d0a85821d2cc47bab6634ff6bb327c9928100801807

See more details on using hashes here.

Provenance

The following attestation bundles were made for vkdispatch_vulkan_native-0.0.32-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