You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: GPU/GPUTracking/Base/hip/CMakeLists.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -122,7 +122,7 @@ add_custom_target(${MODULE}_HIP_SRC_CHK ALL DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/
122
122
123
123
add_custom_command(
124
124
OUTPUT${GPU_RTC_BIN}.command
125
-
COMMANDecho-n"${CMAKE_HIP_COMPILER}${GPU_RTC_DEFINES}${GPU_RTC_FLAGS_SEPARATED} -x hip --cuda-device-only">${GPU_RTC_BIN}.command
125
+
COMMANDecho-n"${CMAKE_HIP_COMPILER}${GPU_RTC_DEFINES}${GPU_RTC_FLAGS_SEPARATED} -x hip --cuda-device-only -Wno-unused-const-variable">${GPU_RTC_BIN}.command
126
126
COMMAND_EXPAND_LISTSVERBATIM
127
127
COMMENT"Preparing HIP RTC command file ${GPU_RTC_BIN}.command"
0 commit comments