Skip to content

Commit 2d5c967

Browse files
authored
[BENCHMARKS] Don't use Level Zero v2 loader (#5592)
To check: https://github.com/intel/intel-xpu-backend-for-triton/actions/runs/19834481601 (looks similar to the results in DLE 2025.2 env) This should unlock the transition to DLE 2025.3 for BMG. Signed-off-by: Anatoly Myachev <[email protected]>
1 parent 2e4c4b7 commit 2d5c967

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/triton-benchmarks.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ env:
6565
VERIFY: ${{ (github.event_name == 'pull_request' || github.event_name == 'schedule' || inputs.verify) && '1' || '0' }}
6666
TAG: ${{ inputs.tag || (github.event_name == 'pull_request' && format('pr-{0}', github.event.number)) || (github.event_name == 'schedule' && 'ci') || 'test' }}
6767
N_RUNS: ${{ inputs.n_runs || '1' }}
68+
# FIXME: Enable Level Zero v2 loader once it's stable.
69+
# https://github.com/intel/intel-xpu-backend-for-triton/issues/5572
70+
UR_LOADER_USE_LEVEL_ZERO_V2: "0"
6871

6972
jobs:
7073
build:

0 commit comments

Comments
 (0)