File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Expand file tree Collapse file tree 3 files changed +7
-1
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 : 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
// 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