3636 build_cache_root : " /__w/llvm"
3737 build_cache_suffix : icx
3838 build_artifact_suffix : default
39- build_configure_extra_args : --no-assertions --hip --cuda --native_cpu --cmake-opt=-DSYCL_ENABLE_STACK_PRINTING=ON --cmake-opt=-DSYCL_LIB_WITH_DEBUG_SYMBOL=ON --cmake-opt=-DCOMPILER_RT_BUILD_SANITIZERS=Off --cmake-opt=-DCOMPILER_RT_BUILD_MEMPROF=Off
39+ build_configure_extra_args : --no-assertions --hip --cuda --native_cpu --cmake-opt=" -DSYCL_ENABLE_STACK_PRINTING=ON" --cmake-opt=" -DSYCL_LIB_WITH_DEBUG_SYMBOL=ON" --cmake-opt=" -DCOMPILER_RT_BUILD_SANITIZERS=Off" --cmake-opt=" -DCOMPILER_RT_BUILD_MEMPROF=Off"
4040 merge_ref : ' '
4141 cc : icx
4242 cxx : icpx
@@ -59,10 +59,25 @@ jobs:
5959 reset_intel_gpu : true
6060 - name : AMD/HIP
6161 runner : ' ["Linux", "amdgpu"]'
62- image : ghcr.io/intel/llvm/ubuntu2204_build :latest
62+ image : ghcr.io/intel/llvm/ubuntu2404_build :latest
6363 image_options : -u 1001 --device=/dev/dri --device=/dev/kfd
6464 target_devices : ext_oneapi_hip:gpu
6565 reset_intel_gpu : false
66+ - name : E2E tests on Intel Ponte Vecchio GPU
67+ runner : ' ["Linux", "pvc"]'
68+ env : ' {"LIT_FILTER_OUT":"ESIMD/unified_memory_api/"}'
69+ image : ghcr.io/intel/llvm/ubuntu2404_intel_drivers:latest
70+ image_options : -u 1001 --device=/dev/dri --privileged --cap-add SYS_ADMIN
71+ target_devices : ext_oneapi_level_zero:gpu;opencl:gpu
72+ extra_lit_opts : -j 50
73+ - name : E2E tests with dev igc on Intel Ponte Vecchio GPU
74+ runner : ' ["Linux", "pvc"]'
75+ env : ' {"LIT_FILTER_OUT":"ESIMD/unified_memory_api/"}'
76+ image : ghcr.io/intel/llvm/ubuntu2404_intel_drivers:devigc
77+ image_options : -u 1001 --device=/dev/dri --privileged --cap-add SYS_ADMIN
78+ target_devices : ext_oneapi_level_zero:gpu;opencl:gpu
79+ use_igc_dev : true
80+ extra_lit_opts : -j 50
6681 # Performance tests below. Specifics:
6782 # - only run performance tests (use LIT_FILTER env)
6883 # - ask llvm-lit to show all the output, even for PASS (-a)
0 commit comments