From 32ec3b709985fab80bbfd93ef5f5ffd28df1d047 Mon Sep 17 00:00:00 2001 From: Pablo Reble Date: Mon, 24 Feb 2025 08:30:59 -0600 Subject: [PATCH] Update compute.py --- unified-runtime/scripts/benchmarks/benches/compute.py | 8 -------- 1 file changed, 8 deletions(-) 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: