Skip to content

Commit 72905ab

Browse files
committed
Custom Triton XPU for E2E accuracy workload
Signed-off-by: Anatoly Myachev <[email protected]>
1 parent 8cfce0c commit 72905ab

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.github/workflows/e2e-accuracy.yml

+5
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
description: PyTorch ref, keep empty for default
99
type: string
1010
default: ""
11+
triton_ref:
12+
description: Triton XPU ref, keep empty for default
13+
type: string
14+
default: ""
1115
suite:
1216
description: Test suite
1317
type: choice
@@ -124,6 +128,7 @@ jobs:
124128
uses: ./.github/workflows/e2e-reusable.yml
125129
with:
126130
pytorch_ref: ${{ inputs.pytorch_ref }}
131+
triton_ref: ${{ inputs.triton_ref }}
127132
suite: ${{ matrix.suite }}
128133
mode: ${{ matrix.mode }}
129134
test_mode: accuracy

.github/workflows/e2e-reusable.yml

+6
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
description: PyTorch ref, keep empty for default
88
type: string
99
default: ""
10+
triton_ref:
11+
description: Triton XPU ref, keep empty for default
12+
type: string
13+
default: ""
1014
suite:
1115
description: Test suite
1216
type: string
@@ -69,6 +73,8 @@ jobs:
6973
7074
- name: Checkout repository
7175
uses: actions/checkout@v4
76+
with:
77+
ref: ${{ inputs.triton_ref }}
7278

7379
- name: Load pip cache
7480
id: pip-cache

0 commit comments

Comments
 (0)