Skip to content

Commit c2bad8e

Browse files
reblekbenzie
authored andcommitted
Disable SYCL Graph submit tests in CI (#17138)
1 parent 6b299d0 commit c2bad8e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

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)