Skip to content

Commit 92e5e27

Browse files
Test IGC_allowDecompose2DBlockFuncs
Signed-off-by: Whitney Tsang <[email protected]>
1 parent eff7b30 commit 92e5e27

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
@@ -40,6 +40,7 @@ env:
4040
BENCHMARKING_METHOD: ${{ inputs.benchmarking_method || 'PYTORCH_LEGACY_PROFILER_USING_IPEX' }}
4141
USE_IPEX: ${{ github.event_name != 'workflow_dispatch' && '1' || inputs.benchmarking_method == 'PYTORCH_LEGACY_PROFILER_USING_IPEX' && '1' || '0' }}
4242
TAG: ${{ inputs.tag || (github.event_name == 'pull_request' && 'pr') || (github.event_name == 'schedule' && 'ci') || 'test' }}
43+
IGC_allowDecompose2DBlockFuncs: 0
4344

4445
jobs:
4546
build:

0 commit comments

Comments
 (0)