Skip to content

Commit ef70eeb

Browse files
authored
[SYCL][Graph] Mark re-enabled Graph Arc tests as unsupported (#11611)
PR #11602 renabled some Graph test-e2e tests which started passing on Arc in post-commit CI after the merge of #11565. However, these passes are not guaranteed to be deterministic. See post-commit https://github.com/intel/llvm/actions/runs/6580530144/job/17879085527 run where `Graph/RecordReplay/buffer_copy_host2target_offset.cpp` failed after being renabled. Mark the tests reenabled by #11602 as unsupported to keep post-commit CI clean by skipping the tests on Arc, until support for the Arc target in the Graph tests can be investigated properly.
1 parent 2ddbc35 commit ef70eeb

13 files changed

+39
-0
lines changed

sycl/test-e2e/Graph/Explicit/basic_buffer.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
//
77
// CHECK-NOT: LEAK
88

9+
// https://github.com/intel/llvm/issues/11434
10+
// UNSUPPORTED: gpu-intel-dg2
11+
912
#define GRAPH_E2E_EXPLICIT
1013

1114
#include "../Inputs/basic_buffer.cpp"

sycl/test-e2e/Graph/Explicit/buffer_copy_host2target.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
//
77
// CHECK-NOT: LEAK
88

9+
// https://github.com/intel/llvm/issues/11434
10+
// UNSUPPORTED: gpu-intel-dg2
11+
912
#define GRAPH_E2E_EXPLICIT
1013

1114
#include "../Inputs/buffer_copy_host2target.cpp"

sycl/test-e2e/Graph/Explicit/buffer_copy_host2target_2d.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
//
77
// CHECK-NOT: LEAK
88

9+
// https://github.com/intel/llvm/issues/11434
10+
// UNSUPPORTED: gpu-intel-dg2
11+
912
#define GRAPH_E2E_EXPLICIT
1013

1114
#include "../Inputs/buffer_copy_host2target_2d.cpp"

sycl/test-e2e/Graph/Explicit/buffer_copy_host2target_offset.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
//
77
// CHECK-NOT: LEAK
88

9+
// https://github.com/intel/llvm/issues/11434
10+
// UNSUPPORTED: gpu-intel-dg2
11+
912
#define GRAPH_E2E_EXPLICIT
1013

1114
#include "../Inputs/buffer_copy_host2target_offset.cpp"

sycl/test-e2e/Graph/Explicit/temp_buffer_reinterpret.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
//
77
// CHECK-NOT: LEAK
88

9+
// https://github.com/intel/llvm/issues/11434
10+
// UNSUPPORTED: gpu-intel-dg2
11+
912
#define GRAPH_E2E_EXPLICIT
1013

1114
#include "../Inputs/temp_buffer_reinterpret.cpp"

sycl/test-e2e/Graph/Explicit/usm_copy.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
//
77
// CHECK-NOT: LEAK
88

9+
// https://github.com/intel/llvm/issues/11434
10+
// UNSUPPORTED: gpu-intel-dg2
11+
912
#define GRAPH_E2E_EXPLICIT
1013

1114
#include "../Inputs/usm_copy.cpp"

sycl/test-e2e/Graph/RecordReplay/basic_buffer.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
//
77
// CHECK-NOT: LEAK
88

9+
// https://github.com/intel/llvm/issues/11434
10+
// UNSUPPORTED: gpu-intel-dg2
11+
912
#define GRAPH_E2E_RECORD_REPLAY
1013

1114
#include "../Inputs/basic_buffer.cpp"

sycl/test-e2e/Graph/RecordReplay/buffer_copy_host2target.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
//
77
// CHECK-NOT: LEAK
88

9+
// https://github.com/intel/llvm/issues/11434
10+
// UNSUPPORTED: gpu-intel-dg2
11+
912
#define GRAPH_E2E_RECORD_REPLAY
1013

1114
#include "../Inputs/buffer_copy_host2target.cpp"

sycl/test-e2e/Graph/RecordReplay/buffer_copy_host2target_2d.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
//
77
// CHECK-NOT: LEAK
88

9+
// https://github.com/intel/llvm/issues/11434
10+
// UNSUPPORTED: gpu-intel-dg2
11+
912
#define GRAPH_E2E_RECORD_REPLAY
1013

1114
#include "../Inputs/buffer_copy_host2target_2d.cpp"

sycl/test-e2e/Graph/RecordReplay/buffer_copy_host2target_offset.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
//
77
// CHECK-NOT: LEAK
88

9+
// https://github.com/intel/llvm/issues/11434
10+
// UNSUPPORTED: gpu-intel-dg2
11+
912
#define GRAPH_E2E_RECORD_REPLAY
1013

1114
#include "../Inputs/buffer_copy_host2target_offset.cpp"

sycl/test-e2e/Graph/RecordReplay/temp_buffer_reinterpret.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
//
77
// CHECK-NOT: LEAK
88

9+
// https://github.com/intel/llvm/issues/11434
10+
// UNSUPPORTED: gpu-intel-dg2
11+
912
#define GRAPH_E2E_RECORD_REPLAY
1013

1114
#include "../Inputs/temp_buffer_reinterpret.cpp"

sycl/test-e2e/Graph/RecordReplay/usm_copy.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
//
77
// CHECK-NOT: LEAK
88

9+
// https://github.com/intel/llvm/issues/11434
10+
// UNSUPPORTED: gpu-intel-dg2
11+
912
#define GRAPH_E2E_RECORD_REPLAY
1013

1114
#include "../Inputs/usm_copy.cpp"

sycl/test-e2e/Graph/RecordReplay/usm_copy_in_order.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
//
77
// CHECK-NOT: LEAK
88

9+
// https://github.com/intel/llvm/issues/11434
10+
// UNSUPPORTED: gpu-intel-dg2
11+
912
// Tests memcpy operation using device USM and an in-order queue.
1013

1114
#include "../graph_common.hpp"

0 commit comments

Comments
 (0)