Skip to content

Commit

Permalink
add batch one to offset tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AD2605 committed Jan 19, 2024
1 parent 5976144 commit 93ab8a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit_test/instantiate_fft_tests.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -193,12 +193,12 @@ INSTANTIATE_TEST_SUITE_P(OffsetsMultiDimensionalTest, FFTTest,
INSTANTIATE_TEST_SUITE_P(OffsetsMismatchedTest, FFTTest,
::testing::ConvertGenerator<offsets_param_tuple>(::testing::Combine(
all_valid_oop_placement_layouts, both_directions, interleaved_storage,
::testing::Values(33), ::testing::Values(sizes_t{2048}), mismatched_offsets)),
::testing::Values(1, 33), ::testing::Values(sizes_t{2048}), mismatched_offsets)),
test_params_print());
INSTANTIATE_TEST_SUITE_P(OffsetsWIErrorRegressionTest, FFTTest,
::testing::ConvertGenerator<offsets_param_tuple>(::testing::Combine(
all_valid_oop_placement_layouts, both_directions, interleaved_storage,
::testing::Values(33000), ::testing::Values(sizes_t{8}), mismatched_offsets)),
::testing::Values(1, 33000), ::testing::Values(sizes_t{8}), mismatched_offsets)),
test_params_print());
INSTANTIATE_TEST_SUITE_P(OffsetsMDErrorRegressionTest, FFTTest,
::testing::ConvertGenerator<offsets_param_tuple>(::testing::Combine(
Expand Down

0 comments on commit 93ab8a4

Please sign in to comment.