Skip to content

Commit

Permalink
fix: format
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuuichi Asahi committed Sep 10, 2024
1 parent f179da1 commit 689fba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion batched/dense/unit_test/Test_Batched_SerialGetrf.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ struct Functor_BatchedSerialGemm {
KOKKOS_INLINE_FUNCTION
Functor_BatchedSerialGemm(const ScalarType alpha, const AViewType &a, const BViewType &b, const ScalarType beta,
const CViewType &c)
: _a(a), _b(b), _c(c), _alpha(alpha), _beta(beta) {}
: _a(a), _b(b), _c(c), _alpha(alpha), _beta(beta) {}

KOKKOS_INLINE_FUNCTION
void operator()(const int k) const {
Expand Down

0 comments on commit 689fba1

Please sign in to comment.