Skip to content

Commit

Permalink
Adding appropriate coverage for layout and scalar types...
Browse files Browse the repository at this point in the history
Signed-off-by: Luc Berger-Vergiat <lberge@sandia.gov>
  • Loading branch information
lucbv committed Feb 21, 2025
1 parent 8df1d9e commit 2af5754
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions batched/dense/unit_test/Test_Batched_SerialSVD.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -588,6 +588,7 @@ TEST_F(TestCategory, batched_scalar_serial_svd_double) {
testIssue1786<double, Kokkos::LayoutRight, TestDevice>();
testSpecialCases<double, Kokkos::LayoutLeft, TestDevice>();
testSpecialCases<double, Kokkos::LayoutRight, TestDevice>();
testTwoByTwoInternal<double, Kokkos::LayoutLeft, TestDevice>();
testTwoByTwoInternal<double, Kokkos::LayoutRight, TestDevice>();
}
#endif
Expand All @@ -601,5 +602,7 @@ TEST_F(TestCategory, batched_scalar_serial_svd_float) {
testIssue1786<float, Kokkos::LayoutRight, TestDevice>();
testSpecialCases<float, Kokkos::LayoutLeft, TestDevice>();
testSpecialCases<float, Kokkos::LayoutRight, TestDevice>();
testTwoByTwoInternal<float, Kokkos::LayoutLeft, TestDevice>();
testTwoByTwoInternal<float, Kokkos::LayoutRight, TestDevice>();
}
#endif

0 comments on commit 2af5754

Please sign in to comment.