]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
vulkan : fix 32-bit builds (ggml/1313)
authorKai Pastor <redacted>
Wed, 30 Jul 2025 12:52:26 +0000 (14:52 +0200)
committerGeorgi Gerganov <redacted>
Mon, 18 Aug 2025 17:30:45 +0000 (20:30 +0300)
commit01bdc522e0ea38b8089041ca72319dc756603670
tree467e64abe6be334e3e6897f90a54cb1f3891b1a3
parent9446500b9d8e9792bfc10797c441d64e88647c20
vulkan : fix 32-bit builds (ggml/1313)

The pipeline member can be cast to VkPipeline.
This is a VkPipeline_T* on 64 bit but a uint64_t on 32 bit.
Cf. VK_DEFINE_NON_DISPATCHABLE_HANDLE documentation.
ggml/src/ggml-vulkan/ggml-vulkan.cpp