Skip to content

Commit 3275a45

Browse files
committed
fix typo
1 parent 13816ea commit 3275a45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

problems/amd/mla/submission.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
def custom_kernel(data: input_t) -> output_t:
66
"""
7-
Reference implementation of rope + mla
7+
Reference implementation of mla without RoPE
88
Args:
9-
data: q, k_cache, v_cache, block_table, cached_seqlens, max_seqlen_pad, rope_positions
9+
data: b, s_q, mean_sk, h_q, h_kv, d, dv, causal, varlen, seed
1010
Returns:
1111
mla output
1212
"""

0 commit comments

Comments
 (0)