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:
235235 - name : Reset Intel GPU
236236 uses : ./devops/actions/reset_gpu
237237 - 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')
239239 env :
240240 GITHUB_TOKEN : ${{ github.token }}
241241 run : |
Original file line number Diff line number Diff line change 11{
22 "linux" : {
33 "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 " ,
77 "root" : " {DEPS_ROOT}/opencl/runtime/linux/oclgpu"
88 },
99 "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 " ,
1313 "root" : " {DEPS_ROOT}/opencl/runtime/linux/oclgpu"
1414 },
1515 "cm" : {
Original file line number Diff line number Diff line change 11// RUN: %{build} -o %t.out
22// RUN: %{run} %t.out
33
4+ // UNSUPPORTED: !igc-dev && arch-intel_gpu_pvc
5+ // UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20193
6+
47#include < iostream>
58#include < sycl/detail/core.hpp>
69#include < vector>
Original file line number Diff line number Diff line change 1515// XFAIL: arch-intel_gpu_ptl_u || arch-intel_gpu_ptl_h
1616// XFAIL-TRACKER: CMPLRLLVM-66710
1717
18+ // XFAIL: linux && arch-intel_gpu_bmg_g21
19+ // XFAIL-TRACKER: https://github.com/intel/llvm/issues/20190
20+
1821#include " common.hpp"
1922#include " element_wise_ops_impl.hpp"
You can’t perform that action at this time.
0 commit comments