Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable hypot long double test on power arches #3962

Conversation

ndellingwood
Copy link
Contributor

No description provided.

@@ -601,8 +601,10 @@ TEST(TEST_CATEGORY, mathematical_functions_power_functions) {
do_test_math_binary_function<TEST_EXECSPACE, kk_hypot>(2.f, 3.f);
do_test_math_binary_function<TEST_EXECSPACE, kk_hypot>(2., 3.);
#ifdef MATHEMATICAL_FUNCTIONS_HAVE_LONG_DOUBLE_OVERLOADS
#if !(defined(KOKKOS_ARCH_POWER8) || defined(KOKKOS_ARCH_POWER9))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
#if !(defined(KOKKOS_ARCH_POWER8) || defined(KOKKOS_ARCH_POWER9))
#if !(defined(KOKKOS_ARCH_POWER8) || defined(KOKKOS_ARCH_POWER9)) // FIXME

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Amended the PR with the change and applied clang-format

@ndellingwood ndellingwood merged commit 57c49f7 into kokkos:release-candidate-3.4.0 Apr 23, 2021
@ndellingwood ndellingwood deleted the disable-ldhypot-power branch April 23, 2021 18:39
@masterleinad masterleinad mentioned this pull request May 25, 2021
3 tasks
ndellingwood added a commit to ndellingwood/kokkos that referenced this pull request Sep 22, 2022
Disable test on Power9 (and Power8) arches
Similar treatment for kk3_hypot as kk_hypot in kokkos#3962
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants