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
Projects that use Kokkos and KokkosKernels can't disable the Kokkos launch_compiler via COMPONENTS separable_compilation. KokkosKernels always forces the use of launch_compiler.
separable compilation is not working as expected in kokkos core. We are currently working on it, for starters see kokkos/kokkos#7525.
Will take a look at KokkosKernels as soon as it is fixed in core.
Projects that use Kokkos and KokkosKernels can't disable the Kokkos
launch_compiler
viaCOMPONENTS separable_compilation
. KokkosKernels always forces the use oflaunch_compiler
.still leads to the global
launch_compiler
rule to get activated due tofind_dependency(Kokkos)
in the KokkosKernels Config module.The text was updated successfully, but these errors were encountered: