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 25e864b commit 15d0364Copy full SHA for 15d0364
dpctl/dptensor/__init__.py
@@ -1 +1 @@
1
-from .dparray import *
+import dpctl.dptensor.numpy_usm_shared
dpctl/tests/test_dparray.py
@@ -23,7 +23,7 @@
23
##===----------------------------------------------------------------------===##
24
25
import unittest
26
-from dpctl.dptensor import dparray
+from dpctl.dptensor import numpy_usm_shared as dparray
27
import numpy
28
29
0 commit comments