File tree Expand file tree Collapse file tree 2 files changed +13
-11
lines changed
Expand file tree Collapse file tree 2 files changed +13
-11
lines changed Original file line number Diff line number Diff line change 9797 target_devices : level_zero:gpu;opencl:gpu;opencl:cpu
9898 reset_intel_gpu : true
9999 extra_lit_opts : --param gpu-intel-gen12=True
100- - name : E2E tests on Intel Ponte Vecchio GPU
101- runner : ' ["Linux", "pvc"]'
102- image : ghcr.io/intel/llvm/ubuntu2204_intel_drivers:latest
103- image_options : -u 1001 --device=/dev/dri --privileged --cap-add SYS_ADMIN
104- target_devices : ext_oneapi_level_zero:gpu;opencl:gpu
105- - name : E2E tests with dev igc on Intel Ponte Vecchio GPU
106- runner : ' ["Linux", "pvc"]'
107- image : ghcr.io/intel/llvm/ubuntu2204_intel_drivers:devigc
108- image_options : -u 1001 --device=/dev/dri --privileged --cap-add SYS_ADMIN
109- target_devices : ext_oneapi_level_zero:gpu;opencl:gpu
110- use_igc_dev : true
111100 - name : E2E tests on Intel Arc A-Series Graphics
112101 runner : ' ["Linux", "arc"]'
113102 image : ghcr.io/intel/llvm/ubuntu2204_intel_drivers:latest
Original file line number Diff line number Diff line change 6060 image_options : -u 1001 --device=/dev/dri --device=/dev/kfd
6161 target_devices : ext_oneapi_hip:gpu
6262 reset_intel_gpu : false
63+ - name : E2E tests on Intel Ponte Vecchio GPU
64+ runner : ' ["Linux", "pvc"]'
65+ image : ghcr.io/intel/llvm/ubuntu2204_intel_drivers:latest
66+ image_options : -u 1001 --device=/dev/dri --privileged --cap-add SYS_ADMIN
67+ target_devices : ext_oneapi_level_zero:gpu;opencl:gpu
68+ extra_lit_opts : --param gpu-intel-pvc=True -j 100
69+ - name : E2E tests with dev igc on Intel Ponte Vecchio GPU
70+ runner : ' ["Linux", "pvc"]'
71+ image : ghcr.io/intel/llvm/ubuntu2204_intel_drivers:devigc
72+ image_options : -u 1001 --device=/dev/dri --privileged --cap-add SYS_ADMIN
73+ target_devices : ext_oneapi_level_zero:gpu;opencl:gpu
74+ use_igc_dev : true
75+ extra_lit_opts : --param gpu-intel-pvc=True -j 100
6376 # Performance tests below. Specifics:
6477 # - only run performance tests (use LIT_FILTER env)
6578 # - ask llvm-lit to show all the output, even for PASS (-a)
You can’t perform that action at this time.
0 commit comments