File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 9
9
],
10
10
"image" : " ${{ inputs.intel_drivers_image }}" ,
11
11
"container_options" : " -u 1001 --device=/dev/dri --privileged --cap-add SYS_ADMIN" ,
12
- "targets" : " level_zero :gpu" ,
12
+ "targets" : " ext_oneapi_level_zero :gpu" ,
13
13
"cmake_args" : " "
14
14
},
15
15
{
19
19
" Windows" ,
20
20
" gen12"
21
21
],
22
- "targets" : " level_zero :gpu" ,
22
+ "targets" : " ext_oneapi_level_zero :gpu" ,
23
23
"cmake_args" : " "
24
24
},
25
25
{
69
69
],
70
70
"image" : " ${{ inputs.amdgpu_image }}" ,
71
71
"container_options" : " --device=/dev/dri --device=/dev/kfd" ,
72
- "targets" : " hip :gpu" ,
72
+ "targets" : " ext_oneapi_hip :gpu" ,
73
73
"cmake_args" : " -DHIP_PLATFORM=\" AMD\" -DAMD_ARCH=\" gfx1031\" "
74
74
},
75
75
{
81
81
],
82
82
"image" : " ${{ inputs.cuda_image }}" ,
83
83
"container_options" : " --gpus all" ,
84
- "targets" : " cuda :gpu" ,
84
+ "targets" : " ext_oneapi_cuda :gpu" ,
85
85
"cmake_args" : " "
86
86
},
87
87
{
97
97
"aws-spot" : " false" ,
98
98
"image" : " ${{ inputs.cuda_image }}" ,
99
99
"container_options" : " --gpus all" ,
100
- "targets" : " cuda :gpu" ,
100
+ "targets" : " ext_oneapi_cuda :gpu" ,
101
101
"cmake_args" : " "
102
102
}
103
103
],
You can’t perform that action at this time.
0 commit comments