File tree Expand file tree Collapse file tree 4 files changed +13
-7
lines changed Expand file tree Collapse file tree 4 files changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ jobs:
235
235
- name : Reset Intel GPU
236
236
uses : ./devops/actions/reset_gpu
237
237
- name : Install drivers
238
- if : inputs.install_igc_driver == 'true' || inputs.install_dev_igc_driver == 'true'
238
+ if : inputs.e2e_binaries_artifact != 'in-container' && (inputs. install_igc_driver == 'true' || inputs.install_dev_igc_driver == 'true')
239
239
env :
240
240
GITHUB_TOKEN : ${{ github.token }}
241
241
run : |
Original file line number Diff line number Diff line change 1
1
{
2
2
"linux" : {
3
3
"compute_runtime" : {
4
- "github_tag" : " 25.31.34666.3 " ,
5
- "version" : " 25.31.34666.3 " ,
6
- "url" : " https://github.com/intel/compute-runtime/releases/tag/25.31.34666.3 " ,
4
+ "github_tag" : " 25.35.35096.9 " ,
5
+ "version" : " 25.35.35096.9 " ,
6
+ "url" : " https://github.com/intel/compute-runtime/releases/tag/25.35.35096.9 " ,
7
7
"root" : " {DEPS_ROOT}/opencl/runtime/linux/oclgpu"
8
8
},
9
9
"igc" : {
10
- "github_tag" : " v2.16.0 " ,
11
- "version" : " v2.16.0 " ,
12
- "url" : " https://github.com/intel/intel-graphics-compiler/releases/tag/v2.16.0 " ,
10
+ "github_tag" : " v2.18.5 " ,
11
+ "version" : " v2.18.5 " ,
12
+ "url" : " https://github.com/intel/intel-graphics-compiler/releases/tag/v2.18.5 " ,
13
13
"root" : " {DEPS_ROOT}/opencl/runtime/linux/oclgpu"
14
14
},
15
15
"cm" : {
Original file line number Diff line number Diff line change 1
1
// RUN: %{build} -o %t.out
2
2
// RUN: %{run} %t.out
3
3
4
+ // UNSUPPORTED: !igc-dev && arch-intel_gpu_pvc
5
+ // UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20193
6
+
4
7
#include < iostream>
5
8
#include < sycl/detail/core.hpp>
6
9
#include < vector>
Original file line number Diff line number Diff line change 15
15
// XFAIL: arch-intel_gpu_ptl_u || arch-intel_gpu_ptl_h
16
16
// XFAIL-TRACKER: CMPLRLLVM-66710
17
17
18
+ // XFAIL: linux && arch-intel_gpu_bmg_g21
19
+ // XFAIL-TRACKER: https://github.com/intel/llvm/issues/20190
20
+
18
21
#include " common.hpp"
19
22
#include " element_wise_ops_impl.hpp"
You can’t perform that action at this time.
0 commit comments