Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit b01d76c

Browse files
[SYCL] Temporarily disable memcpy2d and copy2d on L0 Windows (#1689)
memcpy2d and copy2d currently fail sporadically on Level Zero on Windows. This commit temporarily disables these tests temporarily. Signed-off-by: Larsen, Steffen <[email protected]>
1 parent a92d98e commit b01d76c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SYCL/USM/copy2d.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// RUN: %ACC_RUN_PLACEHOLDER %t.out
1313

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

1717
#include <sycl/sycl.hpp>
1818

SYCL/USM/memcpy2d.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// RUN: %ACC_RUN_PLACEHOLDER %t.out
1313

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

1717
#include <sycl/sycl.hpp>
1818

0 commit comments

Comments
 (0)