Skip to content

Commit 9d4b506

Browse files
committed
Remove --param gpu-intel-pvc=True
1 parent 14fcf2d commit 9d4b506

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sycl-post-commit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,14 @@ jobs:
6565
image: ghcr.io/intel/llvm/ubuntu2204_intel_drivers:latest
6666
image_options: -u 1001 --device=/dev/dri --privileged --cap-add SYS_ADMIN
6767
target_devices: ext_oneapi_level_zero:gpu;opencl:gpu
68-
extra_lit_opts: --param gpu-intel-pvc=True -j 100
68+
extra_lit_opts: -j 100
6969
- name: E2E tests with dev igc on Intel Ponte Vecchio GPU
7070
runner: '["Linux", "pvc"]'
7171
image: ghcr.io/intel/llvm/ubuntu2204_intel_drivers:devigc
7272
image_options: -u 1001 --device=/dev/dri --privileged --cap-add SYS_ADMIN
7373
target_devices: ext_oneapi_level_zero:gpu;opencl:gpu
7474
use_igc_dev: true
75-
extra_lit_opts: --param gpu-intel-pvc=True -j 100
75+
extra_lit_opts: -j 100
7676
# Performance tests below. Specifics:
7777
# - only run performance tests (use LIT_FILTER env)
7878
# - ask llvm-lit to show all the output, even for PASS (-a)

0 commit comments

Comments
 (0)