File tree Expand file tree Collapse file tree 2 files changed +17
-5
lines changed Expand file tree Collapse file tree 2 files changed +17
-5
lines changed Original file line number Diff line number Diff line change 68
68
install_drivers :
69
69
type : string
70
70
required : False
71
+ use_dev_igc :
72
+ type : string
73
+ required : False
71
74
env :
72
75
type : string
73
76
default : ' {}'
132
135
- false
133
136
- true
134
137
138
+ use_dev_igc :
139
+ type : choice
140
+ options :
141
+ - false
142
+ - true
143
+
135
144
permissions :
136
145
contents : read
137
146
@@ -182,7 +191,10 @@ jobs:
182
191
env :
183
192
GITHUB_TOKEN : ${{ github.token }}
184
193
run : |
185
- sudo -E bash devops/scripts/install_drivers.sh llvm/devops/dependencies.json --all
194
+ if [ "${{ inputs.use_dev_igc }}" = "true" ]; then
195
+ sudo apt-get install -yqq libllvm14;
196
+ fi
197
+ sudo -E bash devops/scripts/install_drivers.sh llvm/devops/dependencies.json --all ${{ inputs.use_dev_igc == 'true' && '--use-dev-igc' || '' }}
186
198
- name : Source OneAPI TBB vars.sh
187
199
shell : bash
188
200
run : |
Original file line number Diff line number Diff line change 13
13
"root" : " {DEPS_ROOT}/opencl/runtime/linux/oclgpu"
14
14
},
15
15
"igc_dev" : {
16
- "github_tag" : " igc-dev-3af2d9c " ,
17
- "version" : " 3af2d9c " ,
18
- "updated_at" : " 2024-04-04T12:27 :26Z" ,
19
- "url" : " https://api.github.com/repos/intel/intel-graphics-compiler/actions/artifacts/1383563495 /zip" ,
16
+ "github_tag" : " igc-dev-db4de5f " ,
17
+ "version" : " db4de5f " ,
18
+ "updated_at" : " 2024-04-12T11:06 :26Z" ,
19
+ "url" : " https://api.github.com/repos/intel/intel-graphics-compiler/actions/artifacts/1409219375 /zip" ,
20
20
"root" : " {DEPS_ROOT}/opencl/runtime/linux/oclgpu"
21
21
},
22
22
"cm" : {
You can’t perform that action at this time.
0 commit comments