Skip to content

Commit

Permalink
Fix curly brace
Browse files Browse the repository at this point in the history
  • Loading branch information
frostedoyster committed Nov 23, 2023
1 parent 460d173 commit ce17070
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mops/include/mops/opsa.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ void MOPS_EXPORT outer_product_scatter_add(Tensor<scalar_t, 2> output,
Tensor<scalar_t, 2> A,
Tensor<scalar_t, 2> B,
Tensor<int32_t, 1> indices_output);
}
}
} // namespace cuda

namespace cuda {
/// CUDA version of mops::outer_product_scatter_add
Expand Down

0 comments on commit ce17070

Please sign in to comment.