File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments