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
Currently, the serial CPU backend is enabled in Alpaka only if you
download Alpaka using FetchContent. When using a preinstalled version of
Alpaka, the default backend is not correctly set. In this PR, I move the
default backend configuration from a file which is only loaded for
FetchContent usage to the main CMakeLists.txt file, allowing it to be
used in all builds.
0 commit comments