[DeviceSanitizer] Support detecting misaligned access error
UR: https://github.com/oneapi-src/unified-runtime/pull/1747
@intel/llvm-reviewers-runtime @intel/unified-runtime-reviewers please review. Thank you very much!
The failed test "no_sycl_hpp_in_e2e_tests.cpp" is not related to this PR.
The failed test "no_sycl_hpp_in_e2e_tests.cpp" is not related to this PR.
Hi @AllanZyne ! It is related. The test makes sure that no E2E tests include <sycl/sycl.hpp>. Instead, the new tests should use <sycl/detail/core.hpp> and similar headers (I suspect you'll also need <sycl/usm.hpp>.)
The failed test "no_sycl_hpp_in_e2e_tests.cpp" is not related to this PR.
Hi @AllanZyne ! It is related. The test makes sure that no E2E tests include
<sycl/sycl.hpp>. Instead, the new tests should use<sycl/detail/core.hpp>and similar headers (I suspect you'll also need<sycl/usm.hpp>.)
Sorry for not checking this. New patch pushed.
@intel/unified-runtime-reviewers please review. Thanks.
@intel/unified-runtime-reviewers please review. Thank you very much!
@intel/unified-runtime-reviewers please review. Thank you very much!
I've added the UR PR to the ready to merge queue. Will get to it soon.
@intel/llvm-gatekeepers please merge