We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3202856 commit 4d2606aCopy full SHA for 4d2606a
dpnp/dpnp_iface.py
@@ -68,8 +68,8 @@
68
"get_normalized_queue_device",
69
"get_result_array",
70
"get_usm_ndarray",
71
- "is_cuda_backend",
72
"get_usm_ndarray_or_scalar",
+ "is_cuda_backend",
73
"is_supported_array_or_scalar",
74
"is_supported_array_type",
75
"synchronize_array_data",
@@ -753,7 +753,8 @@ def is_cuda_backend(obj=None):
753
Returns
754
-------
755
out : bool
756
- Return ``True`` if object has a CUDA backend, otherwise ``False``.
+ Return ``True`` if data of the input object resides on a CUDA backend,
757
+ otherwise ``False``.
758
759
"""
760
0 commit comments