From 815a32befe015f06ae43fb978dd1b2f16dee6c34 Mon Sep 17 00:00:00 2001 From: Krzysztof Swiecicki Date: Wed, 19 Nov 2025 12:30:04 +0000 Subject: [PATCH 1/2] [CI] Debugging L0v2 conformance test timeouts --- .github/workflows/ur-build-hw.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ur-build-hw.yml b/.github/workflows/ur-build-hw.yml index 81f000f6d0867..f6b6fcff5dcb5 100644 --- a/.github/workflows/ur-build-hw.yml +++ b/.github/workflows/ur-build-hw.yml @@ -173,6 +173,7 @@ jobs: - name: Test adapters env: + UR_L0_V2_FORCE_DISABLE_COPY_OFFLOAD: 1 ZE_ENABLE_LOADER_DEBUG_TRACE: 1 LIT_OPTS: "--timeout 120" run: cmake --build build -j $(nproc) -- check-unified-runtime-conformance From 83ea35ca590e189b2c34f1bebd4334228e9642ca Mon Sep 17 00:00:00 2001 From: Krzysztof Swiecicki Date: Wed, 19 Nov 2025 15:44:32 +0000 Subject: [PATCH 2/2] Temporarily disable all except L0v2 jobs --- .github/workflows/ur-precommit.yml | 60 +++++++++++++++--------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/.github/workflows/ur-precommit.yml b/.github/workflows/ur-precommit.yml index 8d00b6226d90c..4d96efee6b13d 100644 --- a/.github/workflows/ur-precommit.yml +++ b/.github/workflows/ur-precommit.yml @@ -56,39 +56,39 @@ jobs: # Extra native CPU jobs are here to force the loader to be used. # UR will not use the loader if there is only one target. include: - - name: L0 - runner: UR_L0 - image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN + # - name: L0 + # runner: UR_L0 + # image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN - name: L0_V2 runner: UR_L0 image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN - - name: L0 - runner: UR_L0 - static: ON - image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN - - name: L0 - runner: UR_L0 - other_adapter: NATIVE_CPU - image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN - - name: HIP - runner: UR_HIP - image_options: -u 1001 --device=/dev/dri --device=/dev/kfd --cap-add=SYS_ADMIN - - name: CUDA - runner: UR_CUDA - image_options: -u 1001 --privileged --cap-add SYS_ADMIN --gpus all - - name: OPENCL - runner: UR_OPENCL - docker_image: "ghcr.io/intel/llvm/ubuntu2204_build:latest" - image_options: -u 1001 --device=/dev/dri --device=/dev/kfd --privileged --cap-add SYS_ADMIN - - name: OPENCL - runner: UR_OPENCL - other_adapter: NATIVE_CPU - docker_image: "ghcr.io/intel/llvm/ubuntu2204_build:latest" - image_options: -u 1001 --device=/dev/dri --device=/dev/kfd --privileged --cap-add SYS_ADMIN - - name: NATIVE_CPU - runner: UR_NATIVE_CPU - docker_image: "ghcr.io/intel/llvm/ubuntu2204_build:latest" - image_options: -u 1001 --device=/dev/dri --privileged --cap-add SYS_ADMIN + # - name: L0 + # runner: UR_L0 + # static: ON + # image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN + # - name: L0 + # runner: UR_L0 + # other_adapter: NATIVE_CPU + # image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN + # - name: HIP + # runner: UR_HIP + # image_options: -u 1001 --device=/dev/dri --device=/dev/kfd --cap-add=SYS_ADMIN + # - name: CUDA + # runner: UR_CUDA + # image_options: -u 1001 --privileged --cap-add SYS_ADMIN --gpus all + # - name: OPENCL + # runner: UR_OPENCL + # docker_image: "ghcr.io/intel/llvm/ubuntu2204_build:latest" + # image_options: -u 1001 --device=/dev/dri --device=/dev/kfd --privileged --cap-add SYS_ADMIN + # - name: OPENCL + # runner: UR_OPENCL + # other_adapter: NATIVE_CPU + # docker_image: "ghcr.io/intel/llvm/ubuntu2204_build:latest" + # image_options: -u 1001 --device=/dev/dri --device=/dev/kfd --privileged --cap-add SYS_ADMIN + # - name: NATIVE_CPU + # runner: UR_NATIVE_CPU + # docker_image: "ghcr.io/intel/llvm/ubuntu2204_build:latest" + # image_options: -u 1001 --device=/dev/dri --privileged --cap-add SYS_ADMIN uses: ./.github/workflows/ur-build-hw.yml with: adapter_name: ${{ matrix.name }}