ci: disable coopmat on ubuntu-24-cmake-vulkan job (#20294)
This commit is contained in:
parent
b5fe4559ae
commit
182acfe5c5
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue