From 659baf67da4be8fd2bcf8511b6908e6873d23ed1 Mon Sep 17 00:00:00 2001 From: Damien L-G Date: Thu, 2 Mar 2023 15:45:14 -0500 Subject: [PATCH] Drop DESUL_HIP_RDC compile definition --- cmake/kokkos_arch.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/kokkos_arch.cmake b/cmake/kokkos_arch.cmake index 2187f99352..5cf7fbd373 100644 --- a/cmake/kokkos_arch.cmake +++ b/cmake/kokkos_arch.cmake @@ -512,7 +512,7 @@ ENDIF() IF (KOKKOS_ENABLE_HIP) IF (KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE) COMPILER_SPECIFIC_FLAGS( - DEFAULT -fgpu-rdc -DDESUL_HIP_RDC + DEFAULT -fgpu-rdc ) ELSE() COMPILER_SPECIFIC_FLAGS(