Skip to content

Commit 83e562a

Browse files
committed
Remove --param LIT options from PVC workflow
1 parent 2d80295 commit 83e562a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,11 @@ 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-
extra_lit_opts: --param gpu-intel-pvc=True --param matrix=1
9695
- name: E2E tests with dev igc on Intel Ponte Vecchio GPU
9796
runner: '["Linux", "pvc"]'
9897
image: ghcr.io/intel/llvm/ubuntu2204_intel_drivers:devigc
9998
image_options: -u 1001 --device=/dev/dri --privileged --cap-add SYS_ADMIN
10099
target_devices: ext_oneapi_level_zero:gpu;opencl:gpu
101-
extra_lit_opts: --param gpu-intel-pvc=True --param matrix=1
102100
use_igc_dev: true
103101
- name: E2E tests on Intel Arc A-Series Graphics
104102
runner: '["Linux", "arc"]'

0 commit comments

Comments
 (0)