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
We are seeing this in Sierra builds. Compile with HIP and rocBLAS, and the below code fails to build. It attempts to run on the device, despite that execution_space is Kokkos::Serial. Here's a MRE:
Bug Report
We are seeing this in Sierra builds. Compile with HIP and rocBLAS, and the below code fails to build. It attempts to run on the device, despite that
execution_space
isKokkos::Serial
. Here's a MRE:It looks like there is some compile-time checking missing in KokkosKernels Level 3 BLAS...
The text was updated successfully, but these errors were encountered: