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 294cf9f commit 3d1e073Copy full SHA for 3d1e073
.github/workflows/triton-benchmarks.yml
@@ -65,6 +65,7 @@ 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
+ SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS: "1"
69
70
jobs:
71
build:
0 commit comments