File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -291,9 +291,6 @@ if(ENABLE_HIP)
291291 set (CMAKE_HIP_FLAGS "${O2_GPU_CMAKE_CXX_FLAGS_NOSTD} ${CMAKE_HIP_FLAGS} ${GPUCA_HIP_DENORMALS_FLAGS} " )
292292 set (CMAKE_HIP_FLAGS_${CMAKE_BUILD_TYPE_UPPER} "${CMAKE_CXX_FLAGS_${CMAKE_BUILD_TYPE_UPPER} } ${CMAKE_HIP_FLAGS_${CMAKE_BUILD_TYPE_UPPER} }" )
293293 string (APPEND CMAKE_HIP_FLAGS " -fgpu-defer-diag -mllvm -amdgpu-enable-lower-module-lds=false -mllvm -amdgpu-function-calls=true -Wno-invalid-command-line-argument -Wno-unused-command-line-argument -Wno-invalid-constexpr -Wno-ignored-optimization-argument -Wno-unused-private-field -Wno-pass-failed " )
294- if (hip_VERSION VERSION_GREATER_EQUAL "6.0" AND NOT hip_VERSION VERSION_GREATER_EQUAL "6.2" )
295- string (APPEND CMAKE_HIP_FLAGS " -mllvm -amdgpu-legacy-sgpr-spill-lowering=true" ) # TODO: Cleanup
296- endif ()
297294 if (GPUCA_KERNEL_RESOURCE_USAGE_VERBOSE)
298295 string (APPEND CMAKE_HIP_FLAGS " -Rpass-analysis=kernel-resource-usage" )
299296 endif ()
You can’t perform that action at this time.
0 commit comments