test: multi-tile s_k=128/256/384/512

This commit is contained in:
2026-05-29 19:59:21 +00:00
parent d47b2bfcce
commit 7df17384fd

View File

@@ -75,7 +75,7 @@ int main() {
int total_fail = 0;
for (int s_k : {128}) {
for (int s_k : {128, 256, 384, 512}) {
printf("\n--- s_k=%d (%d KV tiles) ---\n", s_k, (s_k + 127) / 128);
bf16_t* h_q = (bf16_t*)calloc(HD, sizeof(bf16_t));