File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 75
75
image : ghcr.io/intel/llvm/ubuntu2204_build:latest
76
76
image_options : -u 1001
77
77
target_devices : ext_intel_esimd_emulator:gpu
78
+ install_drivers : ${{ contains(needs.detect_changes.outputs.filters, 'drivers') }}
78
79
- name : AMD/HIP
79
80
runner : ' ["Linux", "amdgpu"]'
80
81
image : ghcr.io/intel/llvm/ubuntu2204_build:latest
85
86
image : ghcr.io/intel/llvm/ubuntu2204_intel_drivers:latest
86
87
image_options : -u 1001 --device=/dev/dri --privileged --cap-add SYS_ADMIN
87
88
target_devices : ext_oneapi_level_zero:gpu;opencl:gpu;opencl:cpu
88
- reset_gpu : ${{ contains(needs.detect_changes.outputs.filters, 'drivers') }}
89
+ reset_gpu : true
90
+ install_drivers : ${{ contains(needs.detect_changes.outputs.filters, 'drivers') }}
89
91
uses : ./.github/workflows/sycl_linux_run_tests.yml
90
92
with :
91
93
name : ${{ matrix.name }}
You can’t perform that action at this time.
0 commit comments