Skip to content

Commit

Permalink
Drop DESUL_HIP_RDC compile definition
Browse files Browse the repository at this point in the history
  • Loading branch information
dalg24 committed Mar 2, 2023
1 parent 554032e commit 659baf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/kokkos_arch.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 659baf6

Please sign in to comment.