Skip to content

Commit 4e05a0a

Browse files
Set IGC_LoopSinkAvoidSplittingDPAS=0
Signed-off-by: Whitney Tsang <[email protected]>
1 parent 3fcbdc8 commit 4e05a0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/triton-benchmarks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ env:
4949
BENCHMARKING_METHOD: ${{ inputs.benchmarking_method || 'PYTORCH_LEGACY_PROFILER_USING_IPEX' }}
5050
USE_IPEX: ${{ github.event_name != 'workflow_dispatch' && '1' || inputs.benchmarking_method == 'PYTORCH_LEGACY_PROFILER_USING_IPEX' && '1' || '0' }}
5151
TAG: ${{ inputs.tag || (github.event_name == 'pull_request' && format('pr-{0}', github.event.number)) || (github.event_name == 'schedule' && 'ci') || 'test' }}
52+
IGC_LoopSinkAvoidSplittingDPAS: 0
5253

5354
jobs:
5455
build:

0 commit comments

Comments
 (0)