We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 127ac8c commit e0089dcCopy full SHA for e0089dc
.github/workflows/sycl-rel-nightly.yml
@@ -38,6 +38,7 @@ jobs:
38
build_cache_root: "/__w/"
39
build_artifact_suffix: default
40
build_configure_extra_args: '--hip --cuda'
41
+ build_image: ghcr.io/intel/llvm/ubuntu2204_build:latest
42
merge_ref: ''
43
build_ref: sycl-rel-6_0_0
44
@@ -156,7 +157,7 @@ jobs:
156
157
with:
158
name: CUDA E2E
159
runner: '["aws_cuda-${{ github.run_id }}-${{ github.run_attempt }}"]'
- image: ghcr.io/intel/llvm/ubuntu2204_build:latest-0300ac924620a51f76c4929794637b82790f12ab
160
+ image: ghcr.io/intel/llvm/ubuntu2204_build:latest
161
image_options: -u 1001 --gpus all --cap-add SYS_ADMIN --env NVIDIA_DISABLE_REQUIRE=1
162
target_devices: cuda:gpu
163
ref: sycl-rel-6_0_0
0 commit comments