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 d4e4d41 commit 8e4c133Copy full SHA for 8e4c133
cmake/Dependencies.cmake
@@ -1324,6 +1324,9 @@ if(USE_ROCM)
1324
list(APPEND HIP_HIPCC_FLAGS -fdebug-info-for-profiling)
1325
endif(CMAKE_BUILD_TYPE MATCHES Debug)
1326
1327
+ # needed for compat with newer versions of hip-clang that introduced C++20 mangling rules
1328
+ list(APPEND HIP_HIPCC_FLAGS -fclang-abi-compat=17)
1329
+
1330
set(HIP_CLANG_FLAGS ${HIP_CXX_FLAGS})
1331
# Ask hcc to generate device code during compilation so we can use
1332
# host linker to link.
0 commit comments