Skip to content

Commit 499dcc5

Browse files
committed
bmm_fp8
1 parent 604cfd4 commit 499dcc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flashinfer/gemm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ def forward(
349349
cutlass_fp8_gemm_runner=cutlass_fp8_gemm_runner,
350350
)
351351

352-
352+
# This is just helper for bmm_fp8
353353
def fp8_gemm_sm100(
354354
a: torch.Tensor,
355355
b: torch.Tensor,

0 commit comments

Comments
 (0)