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

trmm test failing on Kokkos impl #226

Open
mzuzek opened this issue May 27, 2022 · 0 comments
Open

trmm test failing on Kokkos impl #226

mzuzek opened this issue May 27, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@mzuzek
Copy link

mzuzek commented May 27, 2022

@mhoemmen @fnrizzi
With Kokkos implementations connected by #209, trmm native test fails when executed on Kokkos implementation (with LINALG_ENABLE_KOKKOS_DEFAULT=ON), e.g. see this CI job. There seem to be two issues:

  1. Kokkos View crashing:
unknown file: Failure
C++ exception with description "Constructing View and initializing data with uninitialized execution space" thrown in the test body.
  1. incorrect results:
[ RUN      ] BLAS3_trmm.left_lower_tri_implicit_diag
/home/runner/work/stdBLAS/stdBLAS/src/stdblas/tests/native/trmm.cpp:140: Failure
The difference between gs(i,j) and C(i,j) is nan, which exceeds tol, where
gs(i,j) evaluates to -4.4000000000000004,
C(i,j) evaluates to nan, and
tol evaluates to 1.0000000000000001e-09.
Matrices differ at index (0,0)

/home/runner/work/stdBLAS/stdBLAS/src/stdblas/tests/native/trmm.cpp:140: Failure
The difference between gs(i,j) and C(i,j) is nan, which exceeds tol, where
gs(i,j) evaluates to 7.4000000000000004,
C(i,j) evaluates to nan, and
tol evaluates to 1.0000000000000001e-09.
Matrices differ at index (1,0)

(...)

See full output: full-out.txt

@mzuzek mzuzek added the bug Something isn't working label May 27, 2022
mzuzek pushed a commit to NexGenAnalytics/stdBLAS that referenced this issue May 27, 2022
mzuzek pushed a commit to NexGenAnalytics/stdBLAS that referenced this issue May 27, 2022
mzuzek pushed a commit to NexGenAnalytics/stdBLAS that referenced this issue Jun 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant