Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
guocuimi committed Feb 14, 2025
1 parent 06a9180 commit 634d779
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/kernels/attention/mla_kernel_sm80.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ __global__ __launch_bounds__(Traits::kThreadNum) void mla_kernel_sm80(
// for MLA/MQA, group_size = n_heads
const int group_size = params.n_heads;


MLATile<Params> tile(params);

// ProblemShape
Expand Down

0 comments on commit 634d779

Please sign in to comment.