[Others] Fix typo (#7280)

* typo

* typo

* typo

* typo
This commit is contained in:
Echo-Nie
2026-04-14 17:28:22 +08:00
committed by GitHub
parent 9d9d79c457
commit 8819a039c9
24 changed files with 70 additions and 70 deletions
+2 -2
View File
@@ -185,8 +185,8 @@ def tune_blockwise_fp8_gemm_fused(
cutlass_fp8_fp8_half_block_gemm_fused(
A,
B,
x_sacle=a_scale,
y_sacle=b_scale,
x_scale=a_scale,
y_scale=b_scale,
bias=None,
transpose_x=False,
transpose_y=True,