We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 397cf9f commit 55a7a4aCopy full SHA for 55a7a4a
unified-runtime/scripts/benchmarks/benches/compute.py
@@ -74,14 +74,8 @@ def benchmarks(self) -> list[Benchmark]:
74
ExecImmediateCopyQueue(self, 1, 1, "Device", "Host", 1024),
75
VectorSum(self),
76
MemcpyExecute(self, 400, 1, 102400, 10, 1, 1, 1),
77
- MemcpyExecute(self, 100, 8, 102400, 10, 1, 1, 1),
78
- MemcpyExecute(self, 400, 8, 1024, 1000, 1, 1, 1),
79
- MemcpyExecute(self, 10, 16, 1024, 10000, 1, 1, 1),
+ MemcpyExecute(self, 400, 8, 1024, 100, 1, 1, 1),
80
MemcpyExecute(self, 400, 1, 102400, 10, 0, 1, 1),
81
- MemcpyExecute(self, 100, 8, 102400, 10, 0, 1, 1),
82
- MemcpyExecute(self, 400, 8, 1024, 1000, 0, 1, 1),
83
- MemcpyExecute(self, 10, 16, 1024, 10000, 0, 1, 1),
84
- MemcpyExecute(self, 4096, 1, 1024, 10, 0, 1, 0),
85
MemcpyExecute(self, 4096, 4, 1024, 10, 0, 1, 0),
86
GraphApiSinKernelGraph(self, RUNTIMES.SYCL, 0, 5),
87
GraphApiSinKernelGraph(self, RUNTIMES.SYCL, 1, 5),
0 commit comments