File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -161,14 +161,16 @@ jobs:
161
161
taskset -c "${{ env.CORES }}" ${BENCH_SCRIPTS_DIR}/main.py
162
162
~/llvm_bench_workdir
163
163
--sycl ${{ github.workspace }}/sycl_build
164
- --ur ${{ github.workspace }}/ur_install
165
164
--adapter ${{ matrix.adapter.str_name }}
166
165
--compare baseline
167
166
--compute-runtime ${{ inputs.compute_runtime_commit }}
168
167
--build-igc
169
168
${{ inputs.upload_report && '--output-html' || '' }}
170
169
${{ inputs.pr_no != 0 && '--output-markdown' || '' }}
171
170
${{ inputs.bench_script_params }}
171
+ # Temporarily disabled due to build faiures
172
+ # https://github.com/intel/llvm/actions/runs/13814877162/job/38645384849#step:14:849
173
+ # --ur ${{ github.workspace }}/ur_install
172
174
173
175
- name : Print benchmark results
174
176
run : |
You can’t perform that action at this time.
0 commit comments