Skip to content

Commit 3efdc58

Browse files
committed
Format
Signed-off-by: kaixih <[email protected]>
1 parent b20ac92 commit 3efdc58

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

csrc/attention/mla/cutlass_mla_kernels.cu

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,8 @@ typename T::Fmha::Arguments args_from_options(
113113
static_cast<int64_t>(page_size * (D_latent + D_rope)));
114114
StrideLSE stride_PT = cute::make_stride(_1{}, page_count_per_seq);
115115
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));
116+
StrideO stride_O = cute::make_tuple(static_cast<int64_t>(0 + D_latent), _1{},
117+
static_cast<int64_t>(0 + H * D_latent));
119118

120119
using Element = typename T::Element;
121120
using ElementOut = typename T::ElementOut;

0 commit comments

Comments
 (0)