Skip to content

Commit cfeba5a

Browse files
authored
[Tutorial] Fix a typo in 08-grouped-gemm.py (#9425)
Fix a typo in the tutorial 08-grouped-gemm.py Co-authored-by: Zheming Jin <zjin-lcf@users.noreply.github.com>
1 parent af2cb4b commit cfeba5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/tutorials/08-grouped-gemm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ def group_gemm_fn(group_A, group_B):
225225

226226
@triton.autotune(
227227
tma_configs,
228-
key=['group_a_ptrs', 'group_b_ptrs', 'gropup_c_ptrs', 'group_size'],
228+
key=['group_a_ptrs', 'group_b_ptrs', 'group_c_ptrs', 'group_size'],
229229
)
230230
@triton.jit
231231
def grouped_matmul_tma_kernel(

0 commit comments

Comments
 (0)