Tweak build defaults

This commit is contained in:
Stan Moore
2024-09-23 15:38:29 -06:00
parent 2e05cfeea9
commit e95de835c0
2 changed files with 12 additions and 11 deletions

View File

@ -41,7 +41,7 @@ KOKKOS_STANDALONE_CMAKE ?= "no"
# Default settings specific options.
# Options: force_uvm,use_ldg,rdc,enable_lambda,enable_constexpr,disable_malloc_async
KOKKOS_CUDA_OPTIONS ?= "enable_lambda,disable_malloc_async"
KOKKOS_CUDA_OPTIONS ?= "disable_malloc_async"
# Options: rdc
KOKKOS_HIP_OPTIONS ?= ""