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 421c225 commit 0ae0226Copy full SHA for 0ae0226
sycl/plugins/level_zero/CMakeLists.txt
@@ -29,6 +29,9 @@ if (NOT DEFINED LEVEL_ZERO_LIBRARY OR NOT DEFINED LEVEL_ZERO_INCLUDE_DIR)
29
target_compile_options(ze_tracing_layer PRIVATE
30
"-Wno-pedantic"
31
)
32
+ target_compile_options(ze_validation_layer PRIVATE
33
+ "-Wno-pedantic"
34
+ )
35
36
set(LEVEL_ZERO_INCLUDE_DIR
37
${level-zero-loader_SOURCE_DIR}/include CACHE PATH "Path to Level Zero Headers")
0 commit comments