Skip to content

Commit

Permalink
[UR] Disable SYCL Graph submit tests in CI (#17138)
Browse files Browse the repository at this point in the history
  • Loading branch information
reble authored Feb 24, 2025
1 parent 17a6ace commit 47630fe
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions unified-runtime/scripts/benchmarks/benches/compute.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,6 @@ def benchmarks(self) -> list[Benchmark]:
GraphApiSinKernelGraph(self, RUNTIMES.LEVEL_ZERO, 1, 5),
GraphApiSinKernelGraph(self, RUNTIMES.LEVEL_ZERO, 0, 100),
GraphApiSinKernelGraph(self, RUNTIMES.LEVEL_ZERO, 1, 100),
# Submit
GraphApiSubmitExecGraph(self, 0, 1, 10),
GraphApiSubmitExecGraph(self, 1, 1, 10),
GraphApiSubmitExecGraph(self, 1, 1, 100),
# Exec
GraphApiSubmitExecGraph(self, 0, 0, 10),
GraphApiSubmitExecGraph(self, 1, 0, 10),
GraphApiSubmitExecGraph(self, 1, 0, 100),
]

if options.ur is not None:
Expand Down

0 comments on commit 47630fe

Please sign in to comment.