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 aeddb8d commit 5186733Copy full SHA for 5186733
libdevice/cmake/modules/SYCLLibdevice.cmake
@@ -239,6 +239,7 @@ if (NOT MSVC AND UR_SANITIZER_INCLUDE_DIR)
239
device.h atomic.hpp spirv_vars.h
240
${UR_SANITIZER_INCLUDE_DIR}/asan/asan_libdevice.hpp
241
include/asan_rtl.hpp
242
+ include/sanitizer_defs.hpp
243
include/spir_global_var.hpp
244
${sycl-compiler_deps})
245
@@ -296,6 +297,7 @@ if (NOT MSVC AND UR_SANITIZER_INCLUDE_DIR)
296
297
298
${UR_SANITIZER_INCLUDE_DIR}/msan/msan_libdevice.hpp
299
include/msan_rtl.hpp
300
301
302
sycl-compiler)
303
endif()
0 commit comments