Skip to content

Commit d106985

Browse files
committed
fix code comments
1 parent db310db commit d106985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/csrc/cuda/get_cos_and_sin_kernel.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ void apply_get_cos_and_sin(
100100
if (is_prompts) {
101101
block_size_y = batch_size;
102102
block_size_x = max_seq_len_in_batch;
103-
// TODO: The cumsum operation can be fused into the kernel later on.
103+
// TODO: The cumsum operation can be fused into get_cos_and_sin kernel later on.
104104
comsum_lengths = torch::cumsum(sequence_lengths, 0, torch::kInt32);
105105
}
106106
else{

0 commit comments

Comments
 (0)