File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 66
66
with :
67
67
name : CUDA E2E
68
68
runner : ' ["aws_cuda-${{ github.event.workflow_run.id }}-${{ github.event.workflow_run.run_attempt }}"]'
69
- image : ghcr.io/intel/llvm/ubuntu2204_build:latest-0300ac924620a51f76c4929794637b82790f12ab
69
+ image : ghcr.io/intel/llvm/ubuntu2204_build:latest
70
70
image_options : -u 1001 --gpus all --cap-add SYS_ADMIN --env NVIDIA_DISABLE_REQUIRE=1
71
71
target_devices : ext_oneapi_cuda:gpu
72
72
# No idea why but that seems to work and be in sync with the main
Original file line number Diff line number Diff line change 46
46
build_artifact_suffix : " default"
47
47
build_cache_suffix : " default"
48
48
changes : ${{ needs.detect_changes.outputs.filters }}
49
- build_image : " ghcr.io/intel/llvm/ubuntu2204_build:latest-0300ac924620a51f76c4929794637b82790f12ab"
50
49
51
50
determine_arc_tests :
52
51
name : Decide which Arc tests to run
Original file line number Diff line number Diff line change 60
60
reset_intel_gpu : true
61
61
- name : AMD/HIP
62
62
runner : ' ["Linux", "amdgpu"]'
63
- image : ghcr.io/intel/llvm/ubuntu2204_build:latest-0300ac924620a51f76c4929794637b82790f12ab
63
+ image : ghcr.io/intel/llvm/ubuntu2204_build:latest
64
64
image_options : -u 1001 --device=/dev/dri --device=/dev/kfd
65
65
target_devices : ext_oneapi_hip:gpu
66
66
reset_intel_gpu : false
You can’t perform that action at this time.
0 commit comments