Skip to content

Commit 02e90d5

Browse files
committed
style: fix the styling issue by adding a period to the TODO comment
1 parent ae94669 commit 02e90d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)