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 ac9072f commit d47fbf0Copy full SHA for d47fbf0
dpctl/tensor/_usmarray.pyx
@@ -670,7 +670,7 @@ cdef class usm_ndarray:
670
if adv_ind_start_p < 0:
671
return res
672
673
-+ from ._copy_utils import _mock_extract, _mock_nonzero, _take_multi_index
+ from ._copy_utils import _mock_extract, _mock_nonzero, _take_multi_index
674
if len(adv_ind) == 1 and adv_ind[0].dtype == dpt_bool:
675
return _mock_extract(res, adv_ind[0], adv_ind_start_p)
676
0 commit comments