Skip to content

Commit b796a27

Browse files
oleksandr-pavlykndgrigorian
authored andcommitted
Clarified type of input arguments, that it can be list or tuple
1 parent 3de0c27 commit b796a27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dpctl/utils/_compute_follows_data.pyx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def get_execution_queue(qs, /):
5454
Get execution queue from queues associated with input arrays.
5555
5656
Args:
57-
qs (List[:class:`dpctl.SyclQueue`]):
57+
qs (List[:class:`dpctl.SyclQueue`], Tuple[:class:`dpctl.SyclQueue`]):
5858
a list or a tuple of :class:`dpctl.SyclQueue` objects
5959
corresponding to arrays that are being combined.
6060
@@ -88,7 +88,7 @@ def get_coerced_usm_type(usm_types, /):
8888
model.
8989
9090
Args:
91-
usm_types (List[str]):
91+
usm_types (List[str], Tuple[str]):
9292
a list or a tuple of strings of ``.usm_types`` attributes
9393
for input arrays
9494

0 commit comments

Comments
 (0)