We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b30e6cc commit a9aadd9Copy full SHA for a9aadd9
dpnp/__init__.py
@@ -28,7 +28,6 @@
28
29
import os
30
import sys
31
-import warnings
32
33
mypath = os.path.dirname(os.path.realpath(__file__))
34
@@ -61,10 +60,6 @@
61
60
[os.getenv("PATH", ""), dll_path]
62
)
63
64
-# Borrowed from DPCTL
65
-with warnings.catch_warnings():
66
- warnings.simplefilter("ignore", DeprecationWarning)
67
- from dpctl_ext.tensor import __array_api_version__, DLDeviceType
68
69
from .dpnp_array import dpnp_array as ndarray
70
from .dpnp_array_api_info import __array_namespace_info__
0 commit comments