test: fix compile error

This commit is contained in:
2026-05-28 11:57:08 +00:00
parent 7b16eceb91
commit 20ae390d32

View File

@@ -64,7 +64,6 @@ test_umma_qk_hd64(const bf16_t* q, const bf16_t* k,
uint16_t val = sQ[0];
float fval = bf16_to_f32(val);
s_out[250] = fval; // Should be 1.0
s_out[251] = (float)one_bf16; // Raw BF16 bits
}
__syncthreads();