"graphbolt/vscode:/vscode.git/clone" did not exist on "cad7caeb00f008d86ec6ba25252390bf64359f5c"
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( ...@@ -97,9 +97,7 @@ def bench_deepgemm(
) )
def run_deepgemm(): def run_deepgemm():
deep_gemm.m_grouped_gemm_fp8_fp8_bf16_nt_contiguous( deep_gemm.m_grouped_fp8_gemm_nt_contiguous(x_fp8, y_fp8, out, m_indices)
x_fp8, y_fp8, out, m_indices
)
# warmup # warmup
for _ in range(num_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