Skip to content

Commit 7e3e95c

Browse files
authored
[SYCL][Graph] Reenable passing Graph tests on Arc (#11602)
The following 13 graphs tests originally disabled by #11434 now pass on the Arc post commit testing after the merge of #11565 ``` Unexpectedly Passed Tests (13): SYCL :: Graph/Explicit/basic_buffer.cpp SYCL :: Graph/Explicit/buffer_copy_host2target.cpp SYCL :: Graph/Explicit/buffer_copy_host2target_2d.cpp SYCL :: Graph/Explicit/buffer_copy_host2target_offset.cpp SYCL :: Graph/Explicit/temp_buffer_reinterpret.cpp SYCL :: Graph/Explicit/usm_copy.cpp SYCL :: Graph/RecordReplay/basic_buffer.cpp SYCL :: Graph/RecordReplay/buffer_copy_host2target.cpp SYCL :: Graph/RecordReplay/buffer_copy_host2target_2d.cpp SYCL :: Graph/RecordReplay/buffer_copy_host2target_offset.cpp SYCL :: Graph/RecordReplay/temp_buffer_reinterpret.cpp SYCL :: Graph/RecordReplay/usm_copy.cpp SYCL :: Graph/RecordReplay/usm_copy_in_order.cpp ``` There are some Graphs E2E tests which are still marked XFAIL on Arc, but the same subset failed(via XPASS) in two post-commit runs: * https://github.com/intel/llvm/actions/runs/6576278057/job/17865822384 * https://github.com/intel/llvm/actions/runs/6572360130/job/17855217912
1 parent 4618ff8 commit 7e3e95c

13 files changed

+0
-39
lines changed

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

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

9-
// https://github.com/intel/llvm/issues/11434
10-
// XFAIL: gpu-intel-dg2
11-
129
#define GRAPH_E2E_EXPLICIT
1310

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

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

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

9-
// https://github.com/intel/llvm/issues/11434
10-
// XFAIL: gpu-intel-dg2
11-
129
#define GRAPH_E2E_EXPLICIT
1310

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

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

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

9-
// https://github.com/intel/llvm/issues/11434
10-
// XFAIL: gpu-intel-dg2
11-
129
#define GRAPH_E2E_EXPLICIT
1310

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

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

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

9-
// https://github.com/intel/llvm/issues/11434
10-
// XFAIL: gpu-intel-dg2
11-
129
#define GRAPH_E2E_EXPLICIT
1310

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

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

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

9-
// https://github.com/intel/llvm/issues/11434
10-
// XFAIL: gpu-intel-dg2
11-
129
#define GRAPH_E2E_EXPLICIT
1310

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

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

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

9-
// https://github.com/intel/llvm/issues/11434
10-
// XFAIL: gpu-intel-dg2
11-
129
#define GRAPH_E2E_EXPLICIT
1310

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

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

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

9-
// https://github.com/intel/llvm/issues/11434
10-
// XFAIL: gpu-intel-dg2
11-
129
#define GRAPH_E2E_RECORD_REPLAY
1310

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

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

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

9-
// https://github.com/intel/llvm/issues/11434
10-
// XFAIL: gpu-intel-dg2
11-
129
#define GRAPH_E2E_RECORD_REPLAY
1310

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

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

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

9-
// https://github.com/intel/llvm/issues/11434
10-
// XFAIL: gpu-intel-dg2
11-
129
#define GRAPH_E2E_RECORD_REPLAY
1310

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

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

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

9-
// https://github.com/intel/llvm/issues/11434
10-
// XFAIL: gpu-intel-dg2
11-
129
#define GRAPH_E2E_RECORD_REPLAY
1310

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

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

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

9-
// https://github.com/intel/llvm/issues/11434
10-
// XFAIL: gpu-intel-dg2
11-
129
#define GRAPH_E2E_RECORD_REPLAY
1310

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

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

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

9-
// https://github.com/intel/llvm/issues/11434
10-
// XFAIL: gpu-intel-dg2
11-
129
#define GRAPH_E2E_RECORD_REPLAY
1310

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

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

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

9-
// https://github.com/intel/llvm/issues/11434
10-
// XFAIL: gpu-intel-dg2
11-
129
// Tests memcpy operation using device USM and an in-order queue.
1310

1411
#include "../graph_common.hpp"

0 commit comments

Comments
 (0)