-
Notifications
You must be signed in to change notification settings - Fork 22
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
norm2
test failing on Kokkos impl
#224
Comments
According to P1673R8, vector_sum_of_squares(x, {.scaling_factor=1.0, .scaled_sum_of_squares=init}) Instead the current serial implementation uses: vector_sum_of_squares(x, {.scaling_factor=0.0, .scaled_sum_of_squares=1.0}) and then includes That could be easy to fix, but just below we have the current serial implementation of |
Issue 141 is opened and related to this |
Thanks @fnrizzi! |
@mhoemmen @fnrizzi
norm2
native test fails when executed on Kokkos implementation (withLINALG_ENABLE_KOKKOS_DEFAULT=ON
), e.g. see this CI job:The text was updated successfully, but these errors were encountered: