Skip to content

Commit 4d2606a

Browse files
Apply remarks
1 parent 3202856 commit 4d2606a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

dpnp/dpnp_iface.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@
6868
"get_normalized_queue_device",
6969
"get_result_array",
7070
"get_usm_ndarray",
71-
"is_cuda_backend",
7271
"get_usm_ndarray_or_scalar",
72+
"is_cuda_backend",
7373
"is_supported_array_or_scalar",
7474
"is_supported_array_type",
7575
"synchronize_array_data",
@@ -753,7 +753,8 @@ def is_cuda_backend(obj=None):
753753
Returns
754754
-------
755755
out : bool
756-
Return ``True`` if object has a CUDA backend, otherwise ``False``.
756+
Return ``True`` if data of the input object resides on a CUDA backend,
757+
otherwise ``False``.
757758
758759
"""
759760

0 commit comments

Comments
 (0)