Workaround nearbyint() for Kokkos SYCL backend#74
Conversation
83d7020 to
2774977
Compare
nearbyint() overload for Kokkosnearbyint() overload for Kokkos SYCL backend
|
@lindsayad @roystgnr Objections? |
|
Not a fan of us putting things in namespace Kokkos. No way to make this work via ADL? |
|
I don't think so. ADL does not apply to fundamental types |
|
I'm not a fan of the MOOSE "you must file an issue before you can put up a PR" policy, but I think this is one case where it would have paid off; I'm instead trying to reverse-engineer what must be wrong here. I take it Kokkos calls |
They state in the code |
|
Opened roystgnr#90. |
|
Also it looks like |
|
Does the change look reasonable? |
nearbyint() overload for Kokkos SYCL backendnearbyint() for Kokkos SYCL backend
|
|
Kokkos does not provide portable
nearbyint()implementation for SYCL backend.