Unverified Commit 1bd53168 authored by Yuan Luo's avatar Yuan Luo Committed by GitHub
Browse files

fix benchmark fp8 blockwise group gemm (#8815)

parent aeac900c
......@@ -97,9 +97,7 @@ def bench_deepgemm(
)
def run_deepgemm():
deep_gemm.m_grouped_gemm_fp8_fp8_bf16_nt_contiguous(
x_fp8, y_fp8, out, m_indices
)
deep_gemm.m_grouped_fp8_gemm_nt_contiguous(x_fp8, y_fp8, out, m_indices)
# warmup
for _ in range(num_warmup):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment