Skip to content

Commit 471c849

Browse files
authored
[CI] Don't test on OCL for igc-dev (#19451)
Matrix team says this has no value and it just misses XPASSes because they are converted to UNSUPPORTED. --------- Signed-off-by: Sarnie, Nick <[email protected]>
1 parent eadd81e commit 471c849

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/sycl-linux-precommit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
runner: '["Linux", "arc"]'
106106
image: ghcr.io/intel/llvm/ubuntu2404_intel_drivers:devigc
107107
image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
108-
target_devices: level_zero:gpu;opencl:gpu
108+
target_devices: level_zero:gpu
109109
extra_lit_opts: --param matrix-xmx8=True
110110
use_igc_dev: true
111111
env: '{"LIT_FILTER":"Matrix/"}'
@@ -117,7 +117,7 @@ jobs:
117117
runner: '["Linux", "pvc"]'
118118
image: ghcr.io/intel/llvm/ubuntu2404_intel_drivers:devigc
119119
image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
120-
target_devices: level_zero:gpu;opencl:gpu
120+
target_devices: level_zero:gpu
121121
use_igc_dev: true
122122
env: '{"LIT_FILTER":"Matrix/"}'
123123
- name: Intel Battlemage Graphics

sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_unroll.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: target-spir
9-
// XFAIL: run-mode && igc-dev
9+
// XFAIL: run-mode && igc-dev && gpu-intel-dg2
1010
// XFAIL-TRACKER: CMPLRLLVM-66371
1111
// REQUIRES: aspect-ext_intel_matrix
1212

sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_unroll_init.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: target-spir
9-
// XFAIL: run-mode && igc-dev
9+
// XFAIL: run-mode && igc-dev && gpu-intel-dg2
1010
// XFAIL-TRACKER: CMPLRLLVM-66371
1111

1212
// REQUIRES: aspect-ext_intel_matrix, gpu

0 commit comments

Comments
 (0)