ggml-webgpu: fix CI errors from #25025 and #25262 (#26566)

* test new flash_attn test

* rebase and fix to disable subgrou matrices when max_kv_tile == 0

* delete log output

* Add i32 support to cpy and enables the all ops test

* restore the non target ci tests

* comment out of TODO of build-cpu.yml

* fix format
This commit is contained in:
Masashi Yoshimura
2026-08-11 07:10:00 +03:00
committed by GitHub
parent 030ebb558a
commit 84f7129467
3 changed files with 24 additions and 5 deletions
@@ -4,6 +4,8 @@ enable f16;
#define SRC_TYPE f32
#elif defined(SRC_F16)
#define SRC_TYPE f16
#elif defined(SRC_I32)
#define SRC_TYPE i32
#endif
#ifdef DST_F32