We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8635659 commit f2fab0bCopy full SHA for f2fab0b
csrc/attention/mla/cutlass_mla_entry.cu
@@ -35,7 +35,7 @@ void sm100_cutlass_mla_decode(
35
36
int64_t sm100_cutlass_mla_get_workspace_size(int64_t max_seq_len,
37
int64_t num_batches,
38
- int64_t sm_count = 0,
+ int64_t sm_count,
39
int64_t num_kv_splits) {
40
TORCH_CHECK_NOT_IMPLEMENTED(false, "No compiled cutlass MLA");
41
}
0 commit comments