Skip to content

Commit

Permalink
Remove --param LIT options from PVC workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
uditagarwal97 committed Sep 18, 2024
1 parent 2d80295 commit 83e562a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/sycl-linux-precommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,11 @@ jobs:
image: ghcr.io/intel/llvm/ubuntu2204_intel_drivers:latest
image_options: -u 1001 --device=/dev/dri --privileged --cap-add SYS_ADMIN
target_devices: ext_oneapi_level_zero:gpu;opencl:gpu
extra_lit_opts: --param gpu-intel-pvc=True --param matrix=1
- name: E2E tests with dev igc on Intel Ponte Vecchio GPU
runner: '["Linux", "pvc"]'
image: ghcr.io/intel/llvm/ubuntu2204_intel_drivers:devigc
image_options: -u 1001 --device=/dev/dri --privileged --cap-add SYS_ADMIN
target_devices: ext_oneapi_level_zero:gpu;opencl:gpu
extra_lit_opts: --param gpu-intel-pvc=True --param matrix=1
use_igc_dev: true
- name: E2E tests on Intel Arc A-Series Graphics
runner: '["Linux", "arc"]'
Expand Down

0 comments on commit 83e562a

Please sign in to comment.