-
Notifications
You must be signed in to change notification settings - Fork 99
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
cuda.sparse_spmv_tensor_core failures with clang/7+cuda/9 #1314
Comments
First run
|
I think this happens because here: kokkos-kernels/src/Kokkos_ArithTraits.hpp Line 655 in 2199f99
Kokkos::ArithTraits for half is only properly defined when |
Yes, prec() for half is actually |
Hopefully fixed in #1322 |
A more comprehensive fix for the root issue is part of #1329 |
@cwpearson when testing on kokkos-dev-2 after merge of #1307 I encountered test failures with spmv tensor code tests, can you investigate? I'm not sure if the failures are related to #1307 or showed up with separate changes
Output failure snip:
Reproducer (kokkos-dev-2):
The text was updated successfully, but these errors were encountered: