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 44// RUN: %{build} %device_msan_flags -O2 -g -o %t3.out
55// RUN: %{run} not %t3.out 2>&1 | FileCheck %s
66
7- // XFAIL: gpu-intel-gen12 || gpu-intel-dg2
8- // XFAIL-TRACKER: https://github.com/intel/llvm/issues/16184
9-
107#include < sycl/detail/core.hpp>
118
129__attribute__ ((noinline)) long long foo(int data1, long long data2) {
Original file line number Diff line number Diff line change 44// RUN: %{build} %device_msan_flags -O2 -g -o %t3.out
55// RUN: %{run} not %t3.out 2>&1 | FileCheck %s
66
7- // XFAIL: gpu-intel-gen12 || gpu-intel-dg2
8- // XFAIL-TRACKER: https://github.com/intel/llvm/issues/16184
9-
107#include < sycl/detail/core.hpp>
118#include < sycl/usm.hpp>
129
Original file line number Diff line number Diff line change 44// RUN: %{build} %device_msan_flags -O2 -g -o %t3.out
55// RUN: %{run} not %t3.out 2>&1 | FileCheck %s
66
7- // XFAIL: gpu-intel-gen12 || gpu-intel-dg2
8- // XFAIL-TRACKER: https://github.com/intel/llvm/issues/16184
9-
107#include < sycl/detail/core.hpp>
118#include < sycl/usm.hpp>
129
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+
16config.substitutions.append(
27 (" %device_msan_flags" , " -Xarch_device -fsanitize=memory" )
38)
You can’t perform that action at this time.
0 commit comments