File tree 2 files changed +11
-0
lines changed
2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 8
8
description : PyTorch ref, keep empty for default
9
9
type : string
10
10
default : " "
11
+ triton_ref :
12
+ description : Triton XPU ref, keep empty for default
13
+ type : string
14
+ default : " "
11
15
suite :
12
16
description : Test suite
13
17
type : choice
@@ -124,6 +128,7 @@ jobs:
124
128
uses : ./.github/workflows/e2e-reusable.yml
125
129
with :
126
130
pytorch_ref : ${{ inputs.pytorch_ref }}
131
+ triton_ref : ${{ inputs.triton_ref }}
127
132
suite : ${{ matrix.suite }}
128
133
mode : ${{ matrix.mode }}
129
134
test_mode : accuracy
Original file line number Diff line number Diff line change 7
7
description : PyTorch ref, keep empty for default
8
8
type : string
9
9
default : " "
10
+ triton_ref :
11
+ description : Triton XPU ref, keep empty for default
12
+ type : string
13
+ default : " "
10
14
suite :
11
15
description : Test suite
12
16
type : string
69
73
70
74
- name : Checkout repository
71
75
uses : actions/checkout@v4
76
+ with :
77
+ ref : ${{ inputs.triton_ref }}
72
78
73
79
- name : Load pip cache
74
80
id : pip-cache
You can’t perform that action at this time.
0 commit comments