Skip to content

Commit 7735d73

Browse files
committed
fix unneeded flags
1 parent 1e57625 commit 7735d73

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,6 @@ set(HAERO_LIBRARIES "${HAERO_LIBRARIES};kokkos")
189189
if (HAERO_ENABLE_GPU)
190190
if (HAERO_AMD_GPU)
191191
set(CMAKE_CXX_COMPILER "hipcc")
192-
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} --nocudalib --nocudainc")
193-
set(HAERO_LIBRARIES "${HAERO_LIBRARIES};rocm")
194192
elseif (HAERO_INTEL_GPU)
195193
set(CMAKE_CXX_COMPILER "icpx")
196194
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fsycl -nocudainc")

0 commit comments

Comments
 (0)