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

Commit 9d3549b

Browse files
[SYCL] Disable SYCL/USM/{copy2d,memcpy2d}.cpp on gpu-intel-pvc (#1514)
The tests are failing, disable until addressed.
1 parent 65936ae commit 9d3549b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

SYCL/USM/copy2d.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1212
// RUN: %ACC_RUN_PLACEHOLDER %t.out
1313

14+
// Temporarily disabled until the failure is addressed.
15+
// UNSUPPORTED: gpu-intel-pvc
16+
1417
#include <sycl/sycl.hpp>
1518

1619
#include "memops2d_utils.hpp"

SYCL/USM/memcpy2d.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1212
// RUN: %ACC_RUN_PLACEHOLDER %t.out
1313

14+
// Temporarily disabled until the failure is addressed.
15+
// UNSUPPORTED: gpu-intel-pvc
16+
1417
#include <sycl/sycl.hpp>
1518

1619
#include "memops2d_utils.hpp"

0 commit comments

Comments
 (0)