Skip to content

Commit 4f7b2a4

Browse files
committed
style: fix the styling issue by adding a period to the TODO comment
1 parent 3cc1ead commit 4f7b2a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cuda/causal_softmax/kernel.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class CudaCausalSoftmax : public CausalSoftmax {
3636

3737
DispatchFunc<ConcatType<List<DataType::kFloat32>, ReducedFloatTypes>,
3838
AllCudaBlockSizes>(
39-
// TODO: output dtype should use the one passed in during construction
39+
// TODO: output dtype should use the one passed in during construction.
4040
{static_cast<int64_t>(out.dtype()), block_size},
4141
[&](auto list_tag) {
4242
using T = TypeMapType<ListGet<0>(list_tag)>;

0 commit comments

Comments
 (0)