Skip to content

Commit e658e51

Browse files
committed
Try to re-enable some Graph tests
1 parent 72b85b6 commit e658e51

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,6 @@
22
// RUN: %{run} %t.out
33
// Extra run to check for leaks in Level Zero using UR_L0_LEAKS_DEBUG
44
// RUN: %if level_zero %{%{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
5-
//
6-
7-
// Intended OpenCL fail due to backend:
8-
// The OpenCL emulation layer does not return `CL_INVALID_WORK_GROUP_SIZE` as it
9-
// should. So the Sycl graph support cannot correctly catch the error and throw
10-
// the appropriate exception for negative test. An issue has been reported
11-
// https://github.com/bashbaug/SimpleOpenCLSamples/issues/95
12-
// UNSUPPORTED: opencl
135

146
#define GRAPH_E2E_EXPLICIT
157

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,6 @@
22
// RUN: %{run} %t.out
33
// Extra run to check for leaks in Level Zero using UR_L0_LEAKS_DEBUG
44
// RUN: %if level_zero %{%{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
5-
//
6-
//
7-
// Intended - OpenCL fail due to backend
8-
// The OpenCL emulation layer does not return `CL_INVALID_WORK_GROUP_SIZE` as it
9-
// should. So the Sycl graph support cannot correctly catch the error and throw
10-
// the approriate exception for negative test. An issue has been reported
11-
// https://github.com/bashbaug/SimpleOpenCLSamples/issues/95
12-
// UNSUPPORTED: opencl
135

146
#define GRAPH_E2E_RECORD_REPLAY
157

0 commit comments

Comments
 (0)