Skip to content

Commit d6da913

Browse files
Use import from dpctl_ext in _reshape.py
1 parent 8819c8a commit d6da913

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

dpctl_ext/tensor/_reshape.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@
3131
import dpctl.tensor as dpt
3232
import dpctl.utils
3333
import numpy as np
34-
from dpctl.tensor._tensor_impl import (
34+
35+
# TODO: revert to `from dpctl.tensor._tensor_impl...`
36+
# when dpnp fully migrates dpctl/tensor
37+
from dpctl_ext.tensor._tensor_impl import (
3538
_copy_usm_ndarray_for_reshape,
3639
_ravel_multi_index,
3740
_unravel_index,

0 commit comments

Comments
 (0)