diff --git a/unified-runtime/scripts/benchmarks/benches/compute.py b/unified-runtime/scripts/benchmarks/benches/compute.py index ade9233db1613..e9da2c2bdf4e3 100644 --- a/unified-runtime/scripts/benchmarks/benches/compute.py +++ b/unified-runtime/scripts/benchmarks/benches/compute.py @@ -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: