Skip to content

Commit ef7960a

Browse files
committed
Revert "[benchmark] Disabling UR test suites"
This reverts commit ba1297f.
1 parent 35f8a51 commit ef7960a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ur-benchmarks-reusable.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)