Skip to content

Commit d9d940f

Browse files
committed
PTI_FORCE_BRIDGE_COMMANDS
Signed-off-by: Anatoly Myachev <[email protected]>
1 parent 3d1e073 commit d9d940f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/triton-benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ 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-
SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS: "1"
68+
PTI_FORCE_BRIDGE_COMMANDS: "1"
6969

7070
jobs:
7171
build:

0 commit comments

Comments
 (0)