Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -949,7 +949,7 @@ struct Sm100FmhaBwdKernelTmaWarpSpecialized {
TensorC const& coord,
TensorShape const& tensor_shape) {

// TODO: Performance of FlashMLA on sm90 is dropped with latest cutlass, so here revert the to the old version.
// TODO: Performance of FlashMLA on sm90 is dropped with latest cutlass, so here revert to the old version.
// Tensor preds = cute::lazy::transform(coord, [&](auto const& c) { return elem_less(c, tensor_shape); });

auto copy_op = make_cotiled_copy(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -954,7 +954,7 @@ struct Sm100FmhaBwdMlaKernelTmaWarpSpecialized {
TensorC const& coord,
TensorShape const& tensor_shape) {

// TODO: Performance of FlashMLA on sm90 is dropped with latest cutlass, so here revert the to the old version.
// TODO: Performance of FlashMLA on sm90 is dropped with latest cutlass, so here revert to the old version.
// Tensor preds = cute::lazy::transform(coord, [&](auto const& c) { return elem_less(c, tensor_shape); });

auto copy_op = make_cotiled_copy(
Expand Down