We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e57625 commit 7735d73Copy full SHA for 7735d73
CMakeLists.txt
@@ -189,8 +189,6 @@ set(HAERO_LIBRARIES "${HAERO_LIBRARIES};kokkos")
189
if (HAERO_ENABLE_GPU)
190
if (HAERO_AMD_GPU)
191
set(CMAKE_CXX_COMPILER "hipcc")
192
- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} --nocudalib --nocudainc")
193
- set(HAERO_LIBRARIES "${HAERO_LIBRARIES};rocm")
194
elseif (HAERO_INTEL_GPU)
195
set(CMAKE_CXX_COMPILER "icpx")
196
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fsycl -nocudainc")
0 commit comments