Skip to content

Commit dbf11eb

Browse files
committed
maybe fix tests
Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 493494d commit dbf11eb

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.github/workflows/sycl-linux-run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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: 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: |

sycl/test-e2e/HostInteropTask/host-task-two-queues.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
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>

sycl/test-e2e/Matrix/element_wise_ops.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,8 @@
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"

0 commit comments

Comments
 (0)