Unverified Commit 0bd67ba2 authored by Zhijian Liu's avatar Zhijian Liu Committed by GitHub
Browse files

Fix a minor bug related to DeepGEMM upgrade (#7191)

parent 7d316991
......@@ -52,7 +52,8 @@ def grouped_gemm_nt_f8f8bf16_masked(
expected_m, n, k, num_groups, kernel_type
):
_grouped_gemm_nt_f8f8bf16_masked_raw(
lhs, rhs, out, masked_m, expected_m, recipe=recipe
lhs, rhs, out, masked_m, expected_m,
**({"recipe": recipe} if DEEPGEMM_V202506 else {})
)
......
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