Skip to content

Commit

Permalink
Add test configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
pgorlani committed Apr 11, 2024
1 parent fdc8718 commit 4cc45a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/unittest/blas2/blas2_ger_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,9 @@ const auto combi =
template <typename scalar_t>
const auto combi =
::testing::Combine(::testing::Values("usm", "buf"), // allocation type
::testing::Values(11, 1023), // m
::testing::Values(14, 1010), // n
::testing::Values<scalar_t>(0.0, 1.5), // alpha
::testing::Values(11, 1023, 8888, 10968), // m
::testing::Values(14, 1010, 9999), // n
::testing::Values<scalar_t>(0, 1.5), // alpha
::testing::Values(2), // incX
::testing::Values(3), // incY
::testing::Values(2) // lda_mul
Expand Down

0 comments on commit 4cc45a1

Please sign in to comment.