Skip to content

Commit 58598a1

Browse files
antonwolfyvtavana
andauthored
Decouple einsum utils function to separate file (#1920)
* Update LinAlg functions from BLAS routine * Decouple einsum utils function to separate file --------- Co-authored-by: vtavana <[email protected]>
1 parent 100094a commit 58598a1

File tree

3 files changed

+1315
-1282
lines changed

3 files changed

+1315
-1282
lines changed

dpnp/dpnp_iface_linearalgebra.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@
4343

4444
import dpnp
4545

46+
from .dpnp_utils.dpnp_utils_einsum import dpnp_einsum
4647
from .dpnp_utils.dpnp_utils_linearalgebra import (
4748
dpnp_dot,
48-
dpnp_einsum,
4949
dpnp_kron,
5050
dpnp_matmul,
5151
)

0 commit comments

Comments
 (0)