Skip to content

Commit c6f82ed

Browse files
[SYCL][E2E] Enable USM/memops2d on PVC (#10746)
The underlying issue in the GPU RT seems to have been fixed, verified locally. Closes #8103.
1 parent f26df80 commit c6f82ed

32 files changed

+32
-32
lines changed

sycl/test-e2e/USM/memops2d/copy2d_device_to_device.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// RUN: %{run} %t.out
1212

1313
// Temporarily disabled until the failure is addressed.
14-
// UNSUPPORTED: gpu-intel-pvc || (level_zero && windows)
14+
// UNSUPPORTED: (level_zero && windows)
1515

1616
#include "copy2d_common.hpp"
1717

sycl/test-e2e/USM/memops2d/copy2d_device_to_dhost.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// RUN: %{run} %t.out
1212

1313
// Temporarily disabled until the failure is addressed.
14-
// UNSUPPORTED: gpu-intel-pvc || (level_zero && windows)
14+
// UNSUPPORTED: (level_zero && windows)
1515

1616
#include "copy2d_common.hpp"
1717

sycl/test-e2e/USM/memops2d/copy2d_device_to_host.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
// Temporarily disabled until the failure is addressed.
1414
// For HIP see https://github.com/intel/llvm/issues/10157.
15-
// UNSUPPORTED: gpu-intel-pvc || (level_zero && windows) || hip
15+
// UNSUPPORTED: (level_zero && windows) || hip
1616

1717
#include "copy2d_common.hpp"
1818

sycl/test-e2e/USM/memops2d/copy2d_device_to_shared.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// RUN: %{run} %t.out
1212

1313
// Temporarily disabled until the failure is addressed.
14-
// UNSUPPORTED: gpu-intel-pvc || (level_zero && windows)
14+
// UNSUPPORTED: (level_zero && windows)
1515

1616
#include "copy2d_common.hpp"
1717

sycl/test-e2e/USM/memops2d/copy2d_dhost_to_device.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// RUN: %{run} %t.out
1212

1313
// Temporarily disabled until the failure is addressed.
14-
// UNSUPPORTED: gpu-intel-pvc || (level_zero && windows)
14+
// UNSUPPORTED: (level_zero && windows)
1515

1616
#include "copy2d_common.hpp"
1717

sycl/test-e2e/USM/memops2d/copy2d_dhost_to_dhost.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// RUN: %{run} %t.out
1111

1212
// Temporarily disabled until the failure is addressed.
13-
// UNSUPPORTED: gpu-intel-pvc || (level_zero && windows)
13+
// UNSUPPORTED: (level_zero && windows)
1414

1515
#include "copy2d_common.hpp"
1616

sycl/test-e2e/USM/memops2d/copy2d_dhost_to_host.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// RUN: %{run} %t.out
1212

1313
// Temporarily disabled until the failure is addressed.
14-
// UNSUPPORTED: gpu-intel-pvc || (level_zero && windows)
14+
// UNSUPPORTED: (level_zero && windows)
1515

1616
#include "copy2d_common.hpp"
1717

sycl/test-e2e/USM/memops2d/copy2d_dhost_to_shared.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// RUN: %{run} %t.out
1212

1313
// Temporarily disabled until the failure is addressed.
14-
// UNSUPPORTED: gpu-intel-pvc || (level_zero && windows)
14+
// UNSUPPORTED: (level_zero && windows)
1515

1616
#include "copy2d_common.hpp"
1717

sycl/test-e2e/USM/memops2d/copy2d_host_to_device.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
// Temporarily disabled until the failure is addressed.
1414
// For HIP see https://github.com/intel/llvm/issues/10157.
15-
// UNSUPPORTED: gpu-intel-pvc || (level_zero && windows) || hip
15+
// UNSUPPORTED: (level_zero && windows) || hip
1616

1717
#include "copy2d_common.hpp"
1818

sycl/test-e2e/USM/memops2d/copy2d_host_to_dhost.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// RUN: %{run} %t.out
1212

1313
// Temporarily disabled until the failure is addressed.
14-
// UNSUPPORTED: gpu-intel-pvc || (level_zero && windows)
14+
// UNSUPPORTED: (level_zero && windows)
1515

1616
#include "copy2d_common.hpp"
1717

sycl/test-e2e/USM/memops2d/copy2d_host_to_host.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// RUN: %{run} %t.out
1212

1313
// Temporarily disabled until the failure is addressed.
14-
// UNSUPPORTED: gpu-intel-pvc || (level_zero && windows)
14+
// UNSUPPORTED: (level_zero && windows)
1515

1616
#include "copy2d_common.hpp"
1717

sycl/test-e2e/USM/memops2d/copy2d_host_to_shared.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// RUN: %{run} %t.out
1212

1313
// Temporarily disabled until the failure is addressed.
14-
// UNSUPPORTED: gpu-intel-pvc || (level_zero && windows)
14+
// UNSUPPORTED: (level_zero && windows)
1515

1616
#include "copy2d_common.hpp"
1717

sycl/test-e2e/USM/memops2d/copy2d_shared_to_device.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// RUN: %{run} %t.out
1212

1313
// Temporarily disabled until the failure is addressed.
14-
// UNSUPPORTED: gpu-intel-pvc || (level_zero && windows)
14+
// UNSUPPORTED: (level_zero && windows)
1515

1616
#include "copy2d_common.hpp"
1717

sycl/test-e2e/USM/memops2d/copy2d_shared_to_dhost.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// RUN: %{run} %t.out
1212

1313
// Temporarily disabled until the failure is addressed.
14-
// UNSUPPORTED: gpu-intel-pvc || (level_zero && windows)
14+
// UNSUPPORTED: (level_zero && windows)
1515

1616
#include "copy2d_common.hpp"
1717

sycl/test-e2e/USM/memops2d/copy2d_shared_to_host.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// RUN: %{run} %t.out
1212

1313
// Temporarily disabled until the failure is addressed.
14-
// UNSUPPORTED: gpu-intel-pvc || (level_zero && windows)
14+
// UNSUPPORTED: (level_zero && windows)
1515

1616
#include "copy2d_common.hpp"
1717

sycl/test-e2e/USM/memops2d/copy2d_shared_to_shared.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// RUN: %{run} %t.out
1212

1313
// Temporarily disabled until the failure is addressed.
14-
// UNSUPPORTED: gpu-intel-pvc || (level_zero && windows)
14+
// UNSUPPORTED: (level_zero && windows)
1515

1616
#include "copy2d_common.hpp"
1717

sycl/test-e2e/USM/memops2d/memcpy2d_device_to_device.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// RUN: %{run} %t.out
1212

1313
// Temporarily disabled until the failure is addressed.
14-
// UNSUPPORTED: gpu-intel-pvc || (level_zero && windows)
14+
// UNSUPPORTED: (level_zero && windows)
1515

1616
#include "memcpy2d_common.hpp"
1717

sycl/test-e2e/USM/memops2d/memcpy2d_device_to_dhost.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// RUN: %{run} %t.out
1212

1313
// Temporarily disabled until the failure is addressed.
14-
// UNSUPPORTED: gpu-intel-pvc || (level_zero && windows)
14+
// UNSUPPORTED: (level_zero && windows)
1515

1616
#include "memcpy2d_common.hpp"
1717

sycl/test-e2e/USM/memops2d/memcpy2d_device_to_host.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
// Temporarily disabled until the failure is addressed.
1414
// For HIP see https://github.com/intel/llvm/issues/10157.
15-
// UNSUPPORTED: gpu-intel-pvc || (level_zero && windows) || hip
15+
// UNSUPPORTED: (level_zero && windows) || hip
1616

1717
#include "memcpy2d_common.hpp"
1818

sycl/test-e2e/USM/memops2d/memcpy2d_device_to_shared.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// RUN: %{run} %t.out
1212

1313
// Temporarily disabled until the failure is addressed.
14-
// UNSUPPORTED: gpu-intel-pvc || (level_zero && windows)
14+
// UNSUPPORTED: (level_zero && windows)
1515

1616
#include "memcpy2d_common.hpp"
1717

sycl/test-e2e/USM/memops2d/memcpy2d_dhost_to_device.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// RUN: %{run} %t.out
1212

1313
// Temporarily disabled until the failure is addressed.
14-
// UNSUPPORTED: gpu-intel-pvc || (level_zero && windows)
14+
// UNSUPPORTED: (level_zero && windows)
1515

1616
#include "memcpy2d_common.hpp"
1717

sycl/test-e2e/USM/memops2d/memcpy2d_dhost_to_dhost.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// RUN: %{run} %t.out
1111

1212
// Temporarily disabled until the failure is addressed.
13-
// UNSUPPORTED: gpu-intel-pvc || (level_zero && windows)
13+
// UNSUPPORTED: (level_zero && windows)
1414

1515
#include "memcpy2d_common.hpp"
1616

sycl/test-e2e/USM/memops2d/memcpy2d_dhost_to_host.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// RUN: %{run} %t.out
1212

1313
// Temporarily disabled until the failure is addressed.
14-
// UNSUPPORTED: gpu-intel-pvc || (level_zero && windows)
14+
// UNSUPPORTED: (level_zero && windows)
1515

1616
#include "memcpy2d_common.hpp"
1717

sycl/test-e2e/USM/memops2d/memcpy2d_dhost_to_shared.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// RUN: %{run} %t.out
1212

1313
// Temporarily disabled until the failure is addressed.
14-
// UNSUPPORTED: gpu-intel-pvc || (level_zero && windows)
14+
// UNSUPPORTED: (level_zero && windows)
1515

1616
#include "memcpy2d_common.hpp"
1717

sycl/test-e2e/USM/memops2d/memcpy2d_host_to_device.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
// Temporarily disabled until the failure is addressed.
1414
// For HIP see https://github.com/intel/llvm/issues/10157.
15-
// UNSUPPORTED: gpu-intel-pvc || (level_zero && windows) || hip
15+
// UNSUPPORTED: (level_zero && windows) || hip
1616

1717
#include "memcpy2d_common.hpp"
1818

sycl/test-e2e/USM/memops2d/memcpy2d_host_to_dhost.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// RUN: %{run} %t.out
1212

1313
// Temporarily disabled until the failure is addressed.
14-
// UNSUPPORTED: gpu-intel-pvc || (level_zero && windows)
14+
// UNSUPPORTED: (level_zero && windows)
1515

1616
#include "memcpy2d_common.hpp"
1717

sycl/test-e2e/USM/memops2d/memcpy2d_host_to_host.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// RUN: %{run} %t.out
1212

1313
// Temporarily disabled until the failure is addressed.
14-
// UNSUPPORTED: gpu-intel-pvc || (level_zero && windows)
14+
// UNSUPPORTED: (level_zero && windows)
1515

1616
#include "memcpy2d_common.hpp"
1717

sycl/test-e2e/USM/memops2d/memcpy2d_host_to_shared.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// RUN: %{run} %t.out
1212

1313
// Temporarily disabled until the failure is addressed.
14-
// UNSUPPORTED: gpu-intel-pvc || (level_zero && windows)
14+
// UNSUPPORTED: (level_zero && windows)
1515

1616
#include "memcpy2d_common.hpp"
1717

sycl/test-e2e/USM/memops2d/memcpy2d_shared_to_device.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// RUN: %{run} %t.out
1212

1313
// Temporarily disabled until the failure is addressed.
14-
// UNSUPPORTED: gpu-intel-pvc || (level_zero && windows)
14+
// UNSUPPORTED: (level_zero && windows)
1515

1616
#include "memcpy2d_common.hpp"
1717

sycl/test-e2e/USM/memops2d/memcpy2d_shared_to_dhost.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// RUN: %{run} %t.out
1212

1313
// Temporarily disabled until the failure is addressed.
14-
// UNSUPPORTED: gpu-intel-pvc || (level_zero && windows)
14+
// UNSUPPORTED: (level_zero && windows)
1515

1616
#include "memcpy2d_common.hpp"
1717

sycl/test-e2e/USM/memops2d/memcpy2d_shared_to_host.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// RUN: %{run} %t.out
1212

1313
// Temporarily disabled until the failure is addressed.
14-
// UNSUPPORTED: gpu-intel-pvc || (level_zero && windows)
14+
// UNSUPPORTED: (level_zero && windows)
1515

1616
#include "memcpy2d_common.hpp"
1717

sycl/test-e2e/USM/memops2d/memcpy2d_shared_to_shared.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// RUN: %{run} %t.out
1212

1313
// Temporarily disabled until the failure is addressed.
14-
// UNSUPPORTED: gpu-intel-pvc || (level_zero && windows)
14+
// UNSUPPORTED: (level_zero && windows)
1515

1616
#include "memcpy2d_common.hpp"
1717

0 commit comments

Comments
 (0)