Skip to content

Commit

Permalink
Format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joserochh committed Oct 26, 2024
1 parent b21c380 commit c50867c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions test/test-eltwise-reduce-mod-avx512.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ TEST(EltwiseReduceMod, avx512_64_mod_1) {
CheckEqual(result, exp_out);
}


TEST(EltwiseReduceMod, avx512_64_mod_2) {
if (!has_avx512dq) {
GTEST_SKIP();
Expand All @@ -46,8 +45,8 @@ TEST(EltwiseReduceMod, avx512_64_mod_2) {
11357185129558358846ULL, 15524763729212309524ULL,
15578066193709346988ULL, 9262080163435001663ULL};

std::vector<uint64_t> exp_out{1282985348605, 701667589612, 1154521301334,
519986957540, 1153052298859, 914113932554,
std::vector<uint64_t> exp_out{1282985348605, 701667589612, 1154521301334,
519986957540, 1153052298859, 914113932554,
1255706689604, 1229762981307};
std::vector<uint64_t> result{0, 0, 0, 0, 0, 0, 0, 0};

Expand Down Expand Up @@ -117,8 +116,8 @@ TEST(EltwiseReduceMod, avx512_52_mod_2) {
11357185129558358846ULL, 15524763729212309524ULL,
15578066193709346988ULL, 9262080163435001663ULL};

std::vector<uint64_t> exp_out{183473757692, 701667589612, 1154521301334,
519986957540, 1153052298859, 914113932554,
std::vector<uint64_t> exp_out{183473757692, 701667589612, 1154521301334,
519986957540, 1153052298859, 914113932554,
1255706689604, 130251390394};
std::vector<uint64_t> result{0, 0, 0, 0, 0, 0, 0, 0};

Expand Down

0 comments on commit c50867c

Please sign in to comment.