Skip to content

Commit

Permalink
Fix an indent
Browse files Browse the repository at this point in the history
  • Loading branch information
Faraz9877 committed Dec 16, 2024
1 parent 18ba3de commit c8f573b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csrc/torch_bindings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ TORCH_LIBRARY_EXPAND(TORCH_EXTENSION_NAME, ops) {
// CUTLASS sparse matrix compressor
ops.def(
"cutlass_sparse_compress_entry(Tensor! a_compressed, Tensor! e,"
" Tensor a) -> bool");
" Tensor a) -> bool");
ops.impl("cutlass_sparse_compress_entry", &cutlass_sparse_compress_entry);

// Mamba selective scan kernel
Expand Down

0 comments on commit c8f573b

Please sign in to comment.