Skip to content

Commit

Permalink
clang format fix one more try
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandr Malyshev authored and maleksan85 committed Aug 15, 2024
1 parent f4d57eb commit e753fcb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions csrc/custom/paged_attention/attention_ll4mi.cu
Original file line number Diff line number Diff line change
Expand Up @@ -914,9 +914,7 @@ __launch_bounds__(NUM_THREADS) void paged_attention_ll4mi_reduce_kernel(
const scalar_t* __restrict__ tmp_out, // [num_seqs, num_heads,
// max_num_partitions, head_size]
const int* __restrict__ context_lens, // [num_seqs]
const int max_num_partitions) {
UNREACHABLE_CODE
}
const int max_num_partitions){UNREACHABLE_CODE}

#endif // defined(__HIP__MI300_MI250__) TODO: Add NAVI support

Expand Down

0 comments on commit e753fcb

Please sign in to comment.