File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 71
71
build_cache_root : " /__w/"
72
72
build_artifact_suffix : " default"
73
73
build_cache_suffix : " default"
74
+ # FIXME: UR can't find /opt/rocm/hsa with rocm-6.0.0. Previous rocm-5.7.0 had it.
75
+ build_image : " ghcr.io/intel/llvm/ubuntu2204_build:7ed894ab0acc8ff09262113fdb08940d22654a30"
74
76
changes : ${{ needs.detect_changes.outputs.filters }}
75
77
76
78
test :
82
84
include :
83
85
- name : AMD/HIP
84
86
runner : ' ["Linux", "amdgpu"]'
85
- image : ghcr.io/intel/llvm/ubuntu2204_build:latest
87
+ # FIXME: Keep in sync with the above hack.
88
+ image : ghcr.io/intel/llvm/ubuntu2204_build:7ed894ab0acc8ff09262113fdb08940d22654a30
86
89
image_options : -u 1001 --device=/dev/dri --device=/dev/kfd
87
90
target_devices : ext_oneapi_hip:gpu
88
91
- name : Intel
You can’t perform that action at this time.
0 commit comments