ci: disable coopmat on ubuntu-24-cmake-vulkan job (#20294)

This commit is contained in:
Ruben Ortlam 2026-03-11 14:12:29 +01:00 committed by GitHub
parent b5fe4559ae
commit 182acfe5c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -469,6 +469,7 @@ jobs:
cd build
export GGML_VK_VISIBLE_DEVICES=0
export GGML_VK_DISABLE_F16=1
export GGML_VK_DISABLE_COOPMAT=1
# This is using llvmpipe and runs slower than other backends
ctest -L main --verbose --timeout 4800