File tree Expand file tree Collapse file tree 4 files changed +9
-5
lines changed
sycl/test-e2e/MemorySanitizer Expand file tree Collapse file tree 4 files changed +9
-5
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+
710#include < sycl/detail/core.hpp>
811
912__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+
710#include < sycl/detail/core.hpp>
811#include < sycl/usm.hpp>
912
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+
710#include < sycl/detail/core.hpp>
811#include < sycl/usm.hpp>
912
Original file line number Diff line number Diff line change @@ -4,8 +4,3 @@ config.substitutions.append(
44config.substitutions.append(
55 (" %force_device_msan_rt" , " env UR_ENABLE_LAYERS=UR_LAYER_MSAN" )
66)
7-
8- config.unsupported_features += [' cuda' , ' hip' ]
9-
10- # https://github.com/intel/llvm/issues/16184
11- config.unsupported_features += [' gpu-intel-gen12' , ' gpu-intel-dg2' ]
You can’t perform that action at this time.
0 commit comments