Skip to content

Commit f2fab0b

Browse files
committed
fix: typo
Signed-off-by: Mickael Seznec <mickael@mistral.ai>
1 parent 8635659 commit f2fab0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csrc/attention/mla/cutlass_mla_entry.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ void sm100_cutlass_mla_decode(
3535

3636
int64_t sm100_cutlass_mla_get_workspace_size(int64_t max_seq_len,
3737
int64_t num_batches,
38-
int64_t sm_count = 0,
38+
int64_t sm_count,
3939
int64_t num_kv_splits) {
4040
TORCH_CHECK_NOT_IMPLEMENTED(false, "No compiled cutlass MLA");
4141
}

0 commit comments

Comments
 (0)