You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@kyungjoo-kim A spot-check on Apollo exposed this test failure below, hopefully just a small touch-up needed for your SIMD fixes?
[ RUN ] openmp.batched_vector_arithmatic_simd_dcomplex2
/home/ndellin/kokkos-kernels/unit_test/../test_common/KokkosKernels_TestUtils.hpp:85: Failure
The difference between double(AT1::abs(val1)) and double(AT2::abs(val2)) is 1.3067744696188346, which exceeds double(AT3::abs(tol)), where
double(AT1::abs(val1)) evaluates to 0,
double(AT2::abs(val2)) evaluates to 1.3067744696188346, and
double(AT3::abs(tol)) evaluates to 0.
/home/ndellin/kokkos-kernels/unit_test/../test_common/KokkosKernels_TestUtils.hpp:85: Failure
The difference between double(AT1::abs(val1)) and double(AT2::abs(val2)) is 0.49846081263005498, which exceeds double(AT3::abs(tol)), where
double(AT1::abs(val1)) evaluates to 0,
double(AT2::abs(val2)) evaluates to 0.49846081263005498, and
double(AT3::abs(tol)) evaluates to 0.
//many more repeats like this...
The text was updated successfully, but these errors were encountered:
@kyungjoo-kim A spot-check on Apollo exposed this test failure below, hopefully just a small touch-up needed for your SIMD fixes?
The text was updated successfully, but these errors were encountered: