vulkan: make FA mask/softcap enables spec constants (#19309)

* vulkan: make FA mask/softcap enables spec constants

* don't specialize for sinks

* bump timeout a little bit
This commit is contained in:
Jeff Bolz 2026-02-06 01:49:58 -06:00 committed by GitHub
parent 7fcf1ef45d
commit f9bd518a6b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 45 additions and 38 deletions

View file

@ -468,7 +468,7 @@ jobs:
export GGML_VK_VISIBLE_DEVICES=0
export GGML_VK_DISABLE_F16=1
# This is using llvmpipe and runs slower than other backends
ctest -L main --verbose --timeout 4200
ctest -L main --verbose --timeout 4800
ubuntu-24-cmake-webgpu:
runs-on: ubuntu-24.04