File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -161,16 +161,14 @@ jobs:
161161 taskset -c "${{ env.CORES }}" ${BENCH_SCRIPTS_DIR}/main.py
162162 ~/llvm_bench_workdir
163163 --sycl ${{ github.workspace }}/sycl_build
164+ --ur ${{ github.workspace }}/ur_install
164165 --adapter ${{ matrix.adapter.str_name }}
165166 --compare baseline
166167 --compute-runtime ${{ inputs.compute_runtime_commit }}
167168 --build-igc
168169 ${{ inputs.upload_report && '--output-html' || '' }}
169170 ${{ inputs.pr_no != 0 && '--output-markdown' || '' }}
170171 ${{ 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
174172
175173 - name : Print benchmark results
176174 run : |
You can’t perform that action at this time.
0 commit comments