Skip to content

Commit 60daaf9

Browse files
[NFC][SYCL][Devops] Use non-deprecated backend name in device filter (#9464)
1 parent 564f1da commit 60daaf9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

devops/test_configs.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
],
1010
"image": "${{ inputs.intel_drivers_image }}",
1111
"container_options": "-u 1001 --device=/dev/dri --privileged --cap-add SYS_ADMIN",
12-
"targets": "level_zero:gpu",
12+
"targets": "ext_oneapi_level_zero:gpu",
1313
"cmake_args": ""
1414
},
1515
{
@@ -19,7 +19,7 @@
1919
"Windows",
2020
"gen12"
2121
],
22-
"targets": "level_zero:gpu",
22+
"targets": "ext_oneapi_level_zero:gpu",
2323
"cmake_args": ""
2424
},
2525
{
@@ -69,7 +69,7 @@
6969
],
7070
"image": "${{ inputs.amdgpu_image }}",
7171
"container_options": "--device=/dev/dri --device=/dev/kfd",
72-
"targets": "hip:gpu",
72+
"targets": "ext_oneapi_hip:gpu",
7373
"cmake_args": "-DHIP_PLATFORM=\"AMD\" -DAMD_ARCH=\"gfx1031\""
7474
},
7575
{
@@ -81,7 +81,7 @@
8181
],
8282
"image": "${{ inputs.cuda_image }}",
8383
"container_options": "--gpus all",
84-
"targets": "cuda:gpu",
84+
"targets": "ext_oneapi_cuda:gpu",
8585
"cmake_args": ""
8686
},
8787
{
@@ -97,7 +97,7 @@
9797
"aws-spot": "false",
9898
"image": "${{ inputs.cuda_image }}",
9999
"container_options": "--gpus all",
100-
"targets": "cuda:gpu",
100+
"targets": "ext_oneapi_cuda:gpu",
101101
"cmake_args": ""
102102
}
103103
],

0 commit comments

Comments
 (0)