Skip to content

Commit b7cee06

Browse files
authored
[SYCL][Doc] Add HIP backend to the filter selector (#5176)
HIP backed support has been added with #5171.
1 parent 76cb2d5 commit b7cee06

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

sycl/doc/extensions/FilterSelector/FilterSelector.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@ Every element of the triple is optional, but a filter must contain at least one
3030

3131
|`cuda`
3232
|`host`
33-
| `opencl`
33+
|`opencl`
3434
|`level_zero`
35+
|`hip`
3536
|====
3637

3738
.Supported Device Types
@@ -82,4 +83,4 @@ filter_selector("cuda:gpu,opencl:cpu")
8283
8384
// Return either the second level_zero gpu or the host device
8485
filter_selector("level_zero:gpu:1,host")
85-
----
86+
----

0 commit comments

Comments
 (0)