Skip to content

Commit

Permalink
Merge pull request #704 from argilo/dot-prod-16i-tol
Browse files Browse the repository at this point in the history
Increase volk_32f_x2_dot_prod_16i tolerance to 1
  • Loading branch information
jdemel authored Dec 1, 2023
2 parents 348a069 + 9db4437 commit a78e913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kernel_tests.h
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ std::vector<volk_test_case_t> init_test_list(volk_test_params_t test_params)
QA(VOLK_INIT_TEST(volk_32i_x2_and_32i, test_params))
QA(VOLK_INIT_TEST(volk_32i_s32f_convert_32f, test_params))
QA(VOLK_INIT_TEST(volk_32i_x2_or_32i, test_params))
QA(VOLK_INIT_TEST(volk_32f_x2_dot_prod_16i, test_params))
QA(VOLK_INIT_TEST(volk_32f_x2_dot_prod_16i, test_params.make_tol(1)))
QA(VOLK_INIT_TEST(volk_64f_convert_32f, test_params))
QA(VOLK_INIT_TEST(volk_64f_x2_max_64f, test_params))
QA(VOLK_INIT_TEST(volk_64f_x2_min_64f, test_params))
Expand Down

0 comments on commit a78e913

Please sign in to comment.