Commit 5493c53
authored
[CI] Enable UR runs in benchmarking CI (#19753)
Temporary change enabling UR benchmarking.
This is not the most ideal solution, but currently no benchmarking data
is being collected for the UR; this data is needed urgently. A proper
solution can be discussed after UR benchmarking has been re-enabled.
**Note:** The new benchmark CI runs are using a docker environment,
there seems to be a very consistent performance penalty of 2
microseconds as a result compared to previous UR benchmark CI runs that
are not using a docker environment. Please see
https://intel.github.io/llvm/benchmarks/?tags=UR&runs=Baseline_PVC_L0%2CCommit5661e7275b64a6c00a96ae295815f40a9384e958_PVC_L0
: this compares performance of latest commit with commit 5661e72, which
was the commit used to benchmark the last run result from July 30th.
I am currently looking into ways to reduce this penalty, for now I am
opening this PR as the data is still useful. It's worth noting that SYCL
only incurred 0.5-1 microsecond penalty from this move, so there may be
room for improvement here.1 parent 2c6a397 commit 5493c53
2 files changed
Lines changed: 45 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
358 | 358 | | |
359 | 359 | | |
360 | 360 | | |
| 361 | + | |
361 | 362 | | |
362 | 363 | | |
363 | 364 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
28 | 32 | | |
29 | 33 | | |
30 | 34 | | |
| |||
90 | 94 | | |
91 | 95 | | |
92 | 96 | | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
93 | 136 | | |
94 | 137 | | |
95 | 138 | | |
| |||
152 | 195 | | |
153 | 196 | | |
154 | 197 | | |
| 198 | + | |
155 | 199 | | |
156 | 200 | | |
157 | 201 | | |
| |||
0 commit comments