test: fix compile error
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user