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
Describe the bug vt doesn't seem to work with Kokkos when CUDA is enabled:
kokkos/cmake-build-cuda11_8-debug/install/include/Cuda/Kokkos_Cuda_KernelLaunch.hpp(46): error: identifier "vt::phase::PhaseManager::nextPhaseReduce" is undefined in device code
kokkos/cmake-build-cuda11_8-debug/install/include/Cuda/Kokkos_Cuda_KernelLaunch.hpp(46): error: identifier "vt::phase::PhaseManager::nextPhaseDone" is undefined in device code
Additional context
We currently only have one build with Kokkos enabled:
Azure nvcc builds have Kokkos disabled + we only build with Serial backend anyways (so we can run the tests on nodes without GPU). We could have a separate Azure job that would cover compilation with Kokkos and CUDA backend enabled (with some explicitly provided architecture).
Describe the bug
vt
doesn't seem to work withKokkos
when CUDA is enabled:Additional context
We currently only have one build with Kokkos enabled:
Azure nvcc builds have Kokkos disabled + we only build with Serial backend anyways (so we can run the tests on nodes without GPU). We could have a separate Azure job that would cover compilation with Kokkos and CUDA backend enabled (with some explicitly provided architecture).
@nmm0 can you provide additional details?
The text was updated successfully, but these errors were encountered: