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 b20ac92 commit 3efdc58Copy full SHA for 3efdc58
csrc/attention/mla/cutlass_mla_kernels.cu
@@ -113,9 +113,8 @@ typename T::Fmha::Arguments args_from_options(
113
static_cast<int64_t>(page_size * (D_latent + D_rope)));
114
StrideLSE stride_PT = cute::make_stride(_1{}, page_count_per_seq);
115
StrideLSE stride_LSE = cute::make_tuple(_1{}, 0 + H);
116
- StrideO stride_O =
117
- cute::make_tuple(static_cast<int64_t>(0 + D_latent), _1{},
118
- static_cast<int64_t>(0 + H * D_latent));
+ StrideO stride_O = cute::make_tuple(static_cast<int64_t>(0 + D_latent), _1{},
+ static_cast<int64_t>(0 + H * D_latent));
119
120
using Element = typename T::Element;
121
using ElementOut = typename T::ElementOut;
0 commit comments