Skip to content

Commit 66a5c1f

Browse files
Xiao YUXiao YU
authored andcommitted
Update test
1 parent c6c12ba commit 66a5c1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/kernels/attention/test_paged_attention.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def run_cuda_benchmark(num_iters: int, profile: bool = False) -> float:
165165
print("\nresult f16= ", output.shape, output[0,0,:])
166166
f16_output = output
167167

168-
diff = f16_output - fp8_ouput
168+
diff = f16_output - fp8_output
169169
print("output mean(fp16, fp8) = ", torch.mean(f16_output), torch.mean(fp8_output))
170170
print("diff(fp16, fp8) mean, std = ", torch.mean(diff), torch.std(diff))
171171

0 commit comments

Comments
 (0)