File tree Expand file tree Collapse file tree 4 files changed +5
-9
lines changed
sycl/test-e2e/MemorySanitizer Expand file tree Collapse file tree 4 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 6
6
// RUN: %{build} %device_msan_flags -O2 -g -o %t3.out
7
7
// RUN: %{run} not %t3.out 2>&1 | FileCheck %s
8
8
9
- // XFAIL: gpu-intel-gen12 || gpu-intel-dg2
10
- // XFAIL-TRACKER: https://github.com/intel/llvm/issues/16184
11
-
12
9
#include < sycl/detail/core.hpp>
13
10
14
11
__attribute__ ((noinline)) long long foo(int data1, long long data2) {
Original file line number Diff line number Diff line change 6
6
// RUN: %{build} %device_msan_flags -O2 -g -o %t3.out
7
7
// RUN: %{run} not %t3.out 2>&1 | FileCheck %s
8
8
9
- // XFAIL: gpu-intel-gen12 || gpu-intel-dg2
10
- // XFAIL-TRACKER: https://github.com/intel/llvm/issues/16184
11
-
12
9
#include < sycl/detail/core.hpp>
13
10
#include < sycl/usm.hpp>
14
11
Original file line number Diff line number Diff line change 6
6
// RUN: %{build} %device_msan_flags -O2 -g -o %t3.out
7
7
// RUN: %{run} not %t3.out 2>&1 | FileCheck %s
8
8
9
- // XFAIL: gpu-intel-gen12 || gpu-intel-dg2
10
- // XFAIL-TRACKER: https://github.com/intel/llvm/issues/16184
11
-
12
9
#include < sycl/detail/core.hpp>
13
10
#include < sycl/usm.hpp>
14
11
Original file line number Diff line number Diff line change
1
+ # TRACKER: https://github.com/intel/llvm/issues/16184
2
+ has_arch_gpu_intel_pvc = any(' arch-intel_gpu_pvc' in T for T in config.sycl_dev_features.values())
3
+ if not has_arch_gpu_intel_pvc:
4
+ config.unsupported_features += [' gpu' ]
5
+
1
6
config.substitutions.append(
2
7
(" %device_msan_flags" , " -Xarch_device -fsanitize=memory" )
3
8
)
You can’t perform that action at this time.
0 commit comments