Feature Request: update Windows actions builder to use *LATEST* Vulkan SDK (1.4.304 SDK) for VK_NV_cooperative_matrix2 support (like Linux builds).... #12294
Labels
enhancement
New feature or request
Prerequisites
Feature Description
Hi,
dowloading latest Vulkan Linux build:
https://github.com/ggml-org/llama.cpp/releases/download/b4856/llama-b4856-bin-ubuntu-vulkan-x64.zip
doesn't support use of VK_NV_cooperative_matrix2..
I'm on NV VK dev driver supporting that extension.. (575 release will have that also)
shows:
so no VK_NV_cooperative_matrix2 support..
but on Windows:
so is enabled..
Motivation
improves performance vs KHR_coopmat implementation..
Possible Implementation
it's all due to script:
https://github.com/ggml-org/llama.cpp/blob/master/.github/workflows/build.yml
on linux using latest SDK available 1.4.304 with support for that but Windows builder uses 1.3.261.1 SDK without support ..
so the fix is change in:
located:
The text was updated successfully, but these errors were encountered: