Skip to content

Commit

Permalink
[SYCL][E2E] Fix Arc postcommit (#15676)
Browse files Browse the repository at this point in the history
The USM failures are sporadic, so let's make them unsupported. Also one
matrix test is passing. The ASAN tests always fail so XFAIL those.

Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>
  • Loading branch information
sarnex authored Oct 11, 2024
1 parent 1cf95e3 commit 4684463
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
// REQUIRES: linux, gpu

// XFAIL: gpu-intel-dg2 && linux
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/15648

// RUN: %{build} %device_asan_flags -O2 -g -o %t
// RUN: env SYCL_PREFER_UR=1 UR_LAYER_ASAN_OPTIONS="detect_kernel_arguments:1" %{run} not %t 2>&1 | FileCheck %s

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
// REQUIRES: linux, gpu

// XFAIL: gpu-intel-dg2 && linux
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/15648

// RUN: %{build} %device_asan_flags -O2 -g -o %t
// 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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
// RUN: %{run} %t.out

// XFAIL: cpu
// XFAIL: gpu
// XFAIL: gpu && !gpu-intel-dg2

#include "../common.hpp"
#include "../joint_matrix_apply_two_matrices_impl.hpp"
2 changes: 1 addition & 1 deletion sycl/test-e2e/USM/memops2d/copy2d_dhost_to_shared.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// UNSUPPORTED: (level_zero && windows)

// https://github.com/intel/llvm/issues/15648
// XFAIL: gpu-intel-dg2 && linux
// UNSUPPORTED: gpu-intel-dg2 && linux

#include "copy2d_common.hpp"

Expand Down
2 changes: 1 addition & 1 deletion sycl/test-e2e/USM/memops2d/copy2d_host_to_shared.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// UNSUPPORTED: (level_zero && windows)

// https://github.com/intel/llvm/issues/15648
// XFAIL: gpu-intel-dg2 && linux
// UNSUPPORTED: gpu-intel-dg2 && linux

#include "copy2d_common.hpp"

Expand Down
2 changes: 1 addition & 1 deletion sycl/test-e2e/USM/memops2d/copy2d_shared_to_dhost.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// UNSUPPORTED: (level_zero && windows)

// https://github.com/intel/llvm/issues/15648
// XFAIL: gpu-intel-dg2 && linux
// UNSUPPORTED: gpu-intel-dg2 && linux

#include "copy2d_common.hpp"

Expand Down
2 changes: 1 addition & 1 deletion sycl/test-e2e/USM/memops2d/copy2d_shared_to_host.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// UNSUPPORTED: (level_zero && windows)

// https://github.com/intel/llvm/issues/15648
// XFAIL: gpu-intel-dg2 && linux
// UNSUPPORTED: gpu-intel-dg2 && linux

#include "copy2d_common.hpp"

Expand Down
2 changes: 1 addition & 1 deletion sycl/test-e2e/USM/memops2d/memcpy2d_dhost_to_shared.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// UNSUPPORTED: (level_zero && windows)

// https://github.com/intel/llvm/issues/15648
// XFAIL: gpu-intel-dg2 && linux
// UNSUPPORTED: gpu-intel-dg2 && linux

#include "memcpy2d_common.hpp"

Expand Down
2 changes: 1 addition & 1 deletion sycl/test-e2e/USM/memops2d/memcpy2d_host_to_shared.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// UNSUPPORTED: (level_zero && windows)

// https://github.com/intel/llvm/issues/15648
// XFAIL: gpu-intel-dg2 && linux
// UNSUPPORTED: gpu-intel-dg2 && linux

#include "memcpy2d_common.hpp"

Expand Down
2 changes: 1 addition & 1 deletion sycl/test-e2e/USM/memops2d/memcpy2d_shared_to_dhost.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
// RUN: %{run} %t.out

// https://github.com/intel/llvm/issues/15648
// XFAIL: gpu-intel-dg2 && linux
// UNSUPPORTED: gpu-intel-dg2 && linux

// Temporarily disabled until the failure is addressed.
// UNSUPPORTED: (level_zero && windows)
Expand Down
2 changes: 1 addition & 1 deletion sycl/test-e2e/USM/memops2d/memcpy2d_shared_to_host.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// UNSUPPORTED: (level_zero && windows)

// https://github.com/intel/llvm/issues/15648
// XFAIL: gpu-intel-dg2 && linux
// UNSUPPORTED: gpu-intel-dg2 && linux

#include "memcpy2d_common.hpp"

Expand Down
2 changes: 1 addition & 1 deletion sycl/test-e2e/no-xfail-without-tracker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@
// tests to match the required format and in that case you should just update
// (i.e. reduce) the number below.
//
// NUMBER-OF-XFAIL-WITHOUT-TRACKER: 187
// NUMBER-OF-XFAIL-WITHOUT-TRACKER: 179

0 comments on commit 4684463

Please sign in to comment.