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
When I have Spiner as a dependency and I build with Kokkos 3.7, my code crashes during Kokkos::initialize(). Discussing with @dholladay00, we found that modifying the Spiner package.py file to remove relocatable device code and then explicitly turning that off when building Kokkos with Spack, the error goes away.
The text was updated successfully, but these errors were encountered:
When I have Spiner as a dependency and I build with Kokkos 3.7, my code crashes during
Kokkos::initialize()
. Discussing with @dholladay00, we found that modifying the Spinerpackage.py
file to remove relocatable device code and then explicitly turning that off when building Kokkos with Spack, the error goes away.The text was updated successfully, but these errors were encountered: