Skip to content

Commit 248f003

Browse files
author
Pavel V Chupin
committed
[CI] Add CUDA on AWS run in pre-commit
1 parent cff6c68 commit 248f003

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.github/workflows/sycl_precommit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
uses: ./.github/workflows/sycl_gen_test_matrix.yml
4949
with:
5050
ref: ${{ github.event.pull_request.head.sha }}
51-
lts_config: "hip_amdgpu;ocl_x64;ocl_gen9;l0_gen9;esimd_emu;cuda"
51+
lts_config: "hip_amdgpu;ocl_x64;ocl_gen9;l0_gen9;esimd_emu;cuda;cuda_aws"
5252

5353
linux_default:
5454
name: Linux

devops/test_configs.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,18 @@
7171
"container_options": "--gpus all",
7272
"check_sycl_all": "cuda:gpu",
7373
"cmake_args": ""
74+
},
75+
{
76+
"config": "cuda_aws",
77+
"name": "CUDA LLVM Test Suite",
78+
"runs-on": "aws-cuda_${{ inputs.uniq }}",
79+
"aws-ami": "ami-02ec0f344128253f9",
80+
"aws-type": [ "g4dn.2xlarge", "g4dn.4xlarge" ],
81+
"aws-disk": "/dev/xvda:64",
82+
"image": "${{ inputs.cuda_image }}",
83+
"container_options": "--gpus all",
84+
"check_sycl_all": "cuda:gpu",
85+
"cmake_args": ""
7486
}
7587
],
7688
"cts": [

0 commit comments

Comments
 (0)