File tree Expand file tree Collapse file tree 2 files changed +3
-27
lines changed Expand file tree Collapse file tree 2 files changed +3
-27
lines changed Original file line number Diff line number Diff line change 83
83
static_adapter : " ${{inputs.static_loader}}"
84
84
}
85
85
]
86
- build_type : [Release ]
86
+ build_type : [Debug ]
87
87
compiler : [{c: gcc, cxx: g++}]
88
88
89
89
runs-on : ${{inputs.runner_name}}
Original file line number Diff line number Diff line change @@ -48,47 +48,23 @@ jobs:
48
48
49
49
adapters :
50
50
name : Adapters
51
- needs : [detect_changes, source_checks ]
52
- if : ${{ always() && !cancelled() && contains(needs.detect_changes.outputs.filters, 'ur') }}
51
+ needs : []
52
+ if : ${{ always() }}
53
53
strategy :
54
54
fail-fast : false
55
55
matrix :
56
56
# Extra native CPU jobs are here to force the loader to be used.
57
57
# UR will not use the loader if there is only one target.
58
58
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
62
- - name : L0_V2
63
- runner : UR_L0
64
- 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
59
- name : L0
70
60
runner : UR_L0
71
61
other_adapter : NATIVE_CPU
72
62
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
63
- name : OPENCL
84
64
runner : UR_OPENCL
85
65
other_adapter : NATIVE_CPU
86
66
docker_image : " ghcr.io/intel/llvm/ubuntu2204_build:latest"
87
67
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
92
68
uses : ./.github/workflows/ur-build-hw.yml
93
69
with :
94
70
adapter_name : ${{ matrix.name }}
You can’t perform that action at this time.
0 commit comments