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 845bdfd commit 8e51ba6Copy full SHA for 8e51ba6
cmake/BuildFlags.cmake
@@ -36,6 +36,7 @@ if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU" OR CMAKE_CXX_COMPILER_ID STREQUAL "MSVC"
36
list(APPEND SYCL_HOST_FLAGS -fPIC)
37
list(APPEND SYCL_HOST_FLAGS -std=c++17)
38
list(APPEND SYCL_HOST_FLAGS -Wunused-variable)
39
+ list(APPEND SYCL_HOST_FLAGS -Wno-interference-size)
40
# Some versions of DPC++ compiler pass paths to SYCL headers as user include paths (`-I`) rather
41
# than system paths (`-isystem`). This makes host compiler to report warnings encountered in the
42
# SYCL headers, such as deprecated warnings, even if warned API is not actually used in the program.
0 commit comments