Skip to content

Commit 47630fe

Browse files
authored
[UR] Disable SYCL Graph submit tests in CI (#17138)
1 parent 17a6ace commit 47630fe

File tree

1 file changed

+0
-8
lines changed
  • unified-runtime/scripts/benchmarks/benches

1 file changed

+0
-8
lines changed

unified-runtime/scripts/benchmarks/benches/compute.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,6 @@ def benchmarks(self) -> list[Benchmark]:
8888
GraphApiSinKernelGraph(self, RUNTIMES.LEVEL_ZERO, 1, 5),
8989
GraphApiSinKernelGraph(self, RUNTIMES.LEVEL_ZERO, 0, 100),
9090
GraphApiSinKernelGraph(self, RUNTIMES.LEVEL_ZERO, 1, 100),
91-
# Submit
92-
GraphApiSubmitExecGraph(self, 0, 1, 10),
93-
GraphApiSubmitExecGraph(self, 1, 1, 10),
94-
GraphApiSubmitExecGraph(self, 1, 1, 100),
95-
# Exec
96-
GraphApiSubmitExecGraph(self, 0, 0, 10),
97-
GraphApiSubmitExecGraph(self, 1, 0, 10),
98-
GraphApiSubmitExecGraph(self, 1, 0, 100),
9991
]
10092

10193
if options.ur is not None:

0 commit comments

Comments
 (0)