We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bf934b commit dab02d7Copy full SHA for dab02d7
.github/workflows/triton-benchmarks.yml
@@ -65,6 +65,9 @@ env:
65
VERIFY: ${{ (github.event_name == 'pull_request' || github.event_name == 'schedule' || inputs.verify) && '1' || '0' }}
66
TAG: ${{ inputs.tag || (github.event_name == 'pull_request' && format('pr-{0}', github.event.number)) || (github.event_name == 'schedule' && 'ci') || 'test' }}
67
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"
71
72
jobs:
73
build:
0 commit comments