Skip to content

Commit 2566c73

Browse files
committed
Address reviews
1 parent 1c5139a commit 2566c73

File tree

3 files changed

+3
-15
lines changed

3 files changed

+3
-15
lines changed

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

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -92,20 +92,14 @@ jobs:
9292
image: ghcr.io/intel/llvm/ubuntu2204_intel_drivers:latest
9393
image_options: -u 1001 --device=/dev/dri --privileged --cap-add SYS_ADMIN
9494
target_devices: ext_oneapi_level_zero:gpu;opencl:gpu
95-
install_drivers: ${{ contains(needs.detect_changes.outputs.filters, 'drivers') }}
96-
extra_lit_opts: --param gpu-intel-pvc=True -j 20
95+
extra_lit_opts: --param gpu-intel-pvc=True --param matrix=1
9796
- name: E2E tests with dev igc on Intel Ponte Vecchio GPU
9897
runner: '["Linux", "pvc"]'
9998
image: ghcr.io/intel/llvm/ubuntu2204_intel_drivers:devigc
10099
image_options: -u 1001 --device=/dev/dri --privileged --cap-add SYS_ADMIN
101100
target_devices: ext_oneapi_level_zero:gpu;opencl:gpu
102-
install_drivers: >-
103-
${{ contains(needs.detect_changes.outputs.filters, 'drivers') ||
104-
contains(needs.detect_changes.outputs.filters, 'devigccfg') }}
105-
use_dev_igc: ${{ contains(needs.detect_changes.outputs.filters, 'devigccfg') }}
106-
# Run only if the PR does not have the 'ci-no-devigc' label.
107-
skip_run: ${{ contains(github.event.pull_request.labels.*.name, 'ci-no-devigc') }}
108-
extra_lit_opts: --param gpu-intel-pvc=True -j 20
101+
extra_lit_opts: --param gpu-intel-pvc=True --param matrix=1
102+
use_igc_dev: true
109103
- name: E2E tests on Intel Arc A-Series Graphics
110104
runner: '["Linux", "arc"]'
111105
image: ghcr.io/intel/llvm/ubuntu2204_intel_drivers:latest

sycl/test-e2e/Matrix/SPVCooperativeMatrix/joint_matrix_bf16_fill_k_cache_OOB.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
// REQUIRES: aspect-ext_intel_matrix, gpu
99
// UNSUPPORTED: gpu-intel-dg2
1010

11-
// https://github.com/intel/llvm/issues/14826
12-
// XFAIL: arch-intel_gpu_pvc && igc-dev
13-
1411
// RUN: %{build} -D__SPIRV_USE_COOPERATIVE_MATRIX -o %t_gpu_vnni.out -ffp-model=precise -DOOB -DVNNI
1512
// RUN: %{run} %t_gpu_vnni.out
1613

sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_OOB.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
// REQUIRES: aspect-ext_intel_matrix, gpu
99
// UNSUPPORTED: gpu-intel-dg2
1010

11-
// https://github.com/intel/llvm/issues/14826
12-
// XFAIL: arch-intel_gpu_pvc && igc-dev
13-
1411
// RUN: %{build} -o %t_gpu_vnni.out -ffp-model=precise -DOOB -DVNNI
1512
// RUN: %{run} %t_gpu_vnni.out
1613

0 commit comments

Comments
 (0)