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 4482516 commit 2c79721Copy full SHA for 2c79721
ggml/src/ggml-sycl/CMakeLists.txt
@@ -97,6 +97,8 @@ if (NOT oneMath_FOUND)
97
# Create alias to match with find_package targets name
98
function(onemath_alias target)
99
if (TARGET ${target})
100
+ # Silence verbose warnings from external libraries
101
+ target_compile_options(${target} PRIVATE -Wno-uninitialized -Wno-unused-parameter -Wno-unused-variable -Wno-cast-qual)
102
add_library(ONEMATH::${target} ALIAS ${target})
103
endif()
104
endfunction()
0 commit comments