File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 48
48
uses : ./.github/workflows/sycl_gen_test_matrix.yml
49
49
with :
50
50
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 "
52
52
53
53
linux_default :
54
54
name : Linux
Original file line number Diff line number Diff line change 71
71
"container_options" : " --gpus all" ,
72
72
"check_sycl_all" : " cuda:gpu" ,
73
73
"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" : " "
74
86
}
75
87
],
76
88
"cts" : [
You can’t perform that action at this time.
0 commit comments