We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2a395ba + 1453cca commit feae278Copy full SHA for feae278
2 files changed
CMakeLists.txt
@@ -45,7 +45,8 @@ include(SetRequiredBuildSettingsForGCC8)
45
#Idefix requires Cuda Lambdas (experimental)
46
if(Kokkos_ENABLE_CUDA)
47
set(Kokkos_ENABLE_CUDA_LAMBDA ON CACHE BOOL "Idefix requires lambdas on Cuda" FORCE)
48
- set(Kokkos_ENABLE_IMPL_CUDA_MALLOC_ASYNC OFF CACHE BOOL "Disable Async malloc to avoid bugs on PSM2" FORCE)
+ # CUDA_MALLOC_ASYNC disbaled by default in Kokkos 4.5, so not required here
49
+ #set(Kokkos_ENABLE_IMPL_CUDA_MALLOC_ASYNC OFF CACHE BOOL "Disable Async malloc to avoid bugs on PSM2" FORCE)
50
endif()
51
52
# Add kokkos CMAKE files (required early since these set compiler options)
src/kokkos
0 commit comments