Skip to content

Commit ed38533

Browse files
committed
[CI] Debugging L0v2 conformance test timeouts
1 parent 717967c commit ed38533

File tree

2 files changed

+33
-33
lines changed

2 files changed

+33
-33
lines changed

.github/workflows/ur-precommit.yml

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -56,39 +56,39 @@ jobs:
5656
# Extra native CPU jobs are here to force the loader to be used.
5757
# UR will not use the loader if there is only one target.
5858
include:
59-
- name: L0
60-
runner: UR_L0
61-
image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
59+
# - name: L0
60+
# runner: UR_L0
61+
# image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
6262
- name: L0_V2
6363
runner: UR_L0
6464
image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
65-
- name: L0
66-
runner: UR_L0
67-
static: ON
68-
image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
69-
- name: L0
70-
runner: UR_L0
71-
other_adapter: NATIVE_CPU
72-
image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
73-
- name: HIP
74-
runner: UR_HIP
75-
image_options: -u 1001 --device=/dev/dri --device=/dev/kfd --cap-add=SYS_ADMIN
76-
- name: CUDA
77-
runner: UR_CUDA
78-
image_options: -u 1001 --privileged --cap-add SYS_ADMIN --gpus all
79-
- name: OPENCL
80-
runner: UR_OPENCL
81-
docker_image: "ghcr.io/intel/llvm/ubuntu2204_build:latest"
82-
image_options: -u 1001 --device=/dev/dri --device=/dev/kfd --privileged --cap-add SYS_ADMIN
83-
- name: OPENCL
84-
runner: UR_OPENCL
85-
other_adapter: NATIVE_CPU
86-
docker_image: "ghcr.io/intel/llvm/ubuntu2204_build:latest"
87-
image_options: -u 1001 --device=/dev/dri --device=/dev/kfd --privileged --cap-add SYS_ADMIN
88-
- name: NATIVE_CPU
89-
runner: UR_NATIVE_CPU
90-
docker_image: "ghcr.io/intel/llvm/ubuntu2204_build:latest"
91-
image_options: -u 1001 --device=/dev/dri --privileged --cap-add SYS_ADMIN
65+
# - name: L0
66+
# runner: UR_L0
67+
# static: ON
68+
# image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
69+
# - name: L0
70+
# runner: UR_L0
71+
# other_adapter: NATIVE_CPU
72+
# image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
73+
# - name: HIP
74+
# runner: UR_HIP
75+
# image_options: -u 1001 --device=/dev/dri --device=/dev/kfd --cap-add=SYS_ADMIN
76+
# - name: CUDA
77+
# runner: UR_CUDA
78+
# image_options: -u 1001 --privileged --cap-add SYS_ADMIN --gpus all
79+
# - name: OPENCL
80+
# runner: UR_OPENCL
81+
# docker_image: "ghcr.io/intel/llvm/ubuntu2204_build:latest"
82+
# image_options: -u 1001 --device=/dev/dri --device=/dev/kfd --privileged --cap-add SYS_ADMIN
83+
# - name: OPENCL
84+
# runner: UR_OPENCL
85+
# other_adapter: NATIVE_CPU
86+
# docker_image: "ghcr.io/intel/llvm/ubuntu2204_build:latest"
87+
# image_options: -u 1001 --device=/dev/dri --device=/dev/kfd --privileged --cap-add SYS_ADMIN
88+
# - name: NATIVE_CPU
89+
# runner: UR_NATIVE_CPU
90+
# docker_image: "ghcr.io/intel/llvm/ubuntu2204_build:latest"
91+
# image_options: -u 1001 --device=/dev/dri --privileged --cap-add SYS_ADMIN
9292
uses: ./.github/workflows/ur-build-hw.yml
9393
with:
9494
adapter_name: ${{ matrix.name }}

devops/dependencies.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"linux": {
33
"compute_runtime": {
4-
"github_tag": "25.40.35563.4",
5-
"version": "25.40.35563.4",
6-
"url": "https://github.com/intel/compute-runtime/releases/tag/25.40.35563.4",
4+
"github_tag": "25.22.33944.8",
5+
"version": "25.22.33944.8",
6+
"url": "https://github.com/intel/compute-runtime/releases/tag/25.22.33944.8",
77
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu"
88
},
99
"igc": {

0 commit comments

Comments
 (0)