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 0acb048 commit d7a38a5Copy full SHA for d7a38a5
cmake/CMakeLists.txt
@@ -1267,6 +1267,7 @@ function(onnxruntime_set_compile_flags target_name)
1267
# Unsupported by Clang 18 yet.
1268
list(REMOVE_ITEM ORT_HIP_WARNING_FLAGS -Wno-dangling-reference)
1269
1270
+ list(REMOVE_ITEM ORT_HIP_WARNING_FLAGS -Wno-interference-size)
1271
# float16.h:90:12: error: ‘tmp’ is used uninitialized
1272
list(APPEND ORT_HIP_WARNING_FLAGS -Wno-uninitialized)
1273
list(APPEND ORT_HIP_WARNING_FLAGS -Wno-deprecated-copy)
0 commit comments