From: Ruben Ortlam Date: Wed, 11 Mar 2026 13:12:29 +0000 (+0100) Subject: ci: disable coopmat on ubuntu-24-cmake-vulkan job (#20294) X-Git-Tag: upstream/0.0.8611~322 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=182acfe5c5eb17a4f82d9181fa7bd91510e3b93d;p=pkg%2Fggml%2Fsources%2Fllama.cpp ci: disable coopmat on ubuntu-24-cmake-vulkan job (#20294) --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d2483e2b1..99fc8b077 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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