Skip to content
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

CMake Config forces launch_compiler #2424

Open
rbberger opened this issue Nov 9, 2024 · 1 comment
Open

CMake Config forces launch_compiler #2424

rbberger opened this issue Nov 9, 2024 · 1 comment

Comments

@rbberger
Copy link
Contributor

rbberger commented Nov 9, 2024

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.

find_package(Kokkos COMPONENTS separable_compilation)
find_package(KokkosKernels)

still leads to the global launch_compiler rule to get activated due to find_dependency(Kokkos) in the KokkosKernels Config module.

@JBludau
Copy link

JBludau commented Nov 9, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants