Skip to content

Commit a8b0356

Browse files
[SYCL][HIP][E2E] Disable failing 2D USM tests for HIP (#10159)
As described in #10157, certain configurations of 2D USM memory copies currently fail for HIP. This commit temporarily disables these. Signed-off-by: Larsen, Steffen <[email protected]>
1 parent d10a290 commit a8b0356

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

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

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

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

1617
#include "copy2d_common.hpp"
1718

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

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

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

1617
#include "copy2d_common.hpp"
1718

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

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

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

1617
#include "memcpy2d_common.hpp"
1718

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

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

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

1617
#include "memcpy2d_common.hpp"
1718

0 commit comments

Comments
 (0)