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