File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
sycl/test-e2e/AddressSanitizer/invalid-argument Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 22// RUN: %{build} %device_asan_flags -O2 -g -o %t
33// RUN: env SYCL_PREFER_UR=1 UR_LAYER_ASAN_OPTIONS="detect_kernel_arguments:1" %{run} not %t 2>&1 | FileCheck %s
44
5- // See https://github.com/intel/llvm/issues/15449
6- // UNSUPPORTED: gpu-intel-dg2
7-
85#include < sycl/detail/core.hpp>
96
107#include < sycl/usm.hpp>
Original file line number Diff line number Diff line change 22// RUN: %{build} %device_asan_flags -O2 -g -o %t
33// RUN: env SYCL_PREFER_UR=1 UR_LAYER_ASAN_OPTIONS="quarantine_size_mb:1;detect_kernel_arguments:1" %{run} not %t 2>&1 | FileCheck %s
44
5- // See https://github.com/intel/llvm/issues/15449
6- // UNSUPPORTED: gpu-intel-dg2
7-
85#include < sycl/detail/core.hpp>
96
107#include < sycl/usm.hpp>
You can’t perform that action at this time.
0 commit comments