Specify C++ language mode for warning post amdgpu-arch failure

Change-Id: I55bf6734a1e8dc06dd0a1ee12086b7667332206f
此提交包含在:
harkgill-amd
2025-01-30 09:50:20 -05:00
提交者 Harkirat Gill
父節點 179801a750
當前提交 935b538261
+2 -1
查看文件
@@ -103,7 +103,8 @@ if(NOT GPU_TARGETS)
" As a result, --offload-arch will not be set for subsequent\n"
" compilations, and the default architecture\n"
" (gfx906 for dynamic build / gfx942 for static build) will be used\n")
" (gfx906 for dynamic build / gfx942 for static build) will be used\n"
" for compiling device code in C++ language mode\n")
else()
# rocm_agent_enumerator adds gfx000 entry
string(REPLACE "gfx000\n" "" AMDGPU_ARCH_OUTPUT "${AMDGPU_ARCH_OUTPUT}")