File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed
Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change 2424# THE POSSIBILITY OF SUCH DAMAGE.
2525# *****************************************************************************
2626
27- import sys
28- import warnings
29-
30- # import os
31- # myvar=os.environ
32-
33- # import pprint
34- # pp = pprint.PrettyPrinter(indent=4)
35- # pp.pprint(myvar)
36-
37- # os.system("ldd ./dpnp/libdpnp_backend_c.so")
38- # subprocess.call("echo Hello 123", shell=True)
39-
40- if "numpy" in sys .modules :
41- warnings .warn ("\n DPNP: Module NumPy found. Please load DPNP module before NumPy.\n " )
42-
43-
4427import os
4528mypath = os .path .dirname (os .path .realpath (__file__ ))
4629
5033os .environ ["PATH" ] += os .pathsep + mypath + os .pathsep + dpctlpath
5134
5235
53- # from dpnp.dparray import dparray as ndarray
5436from dpnp .dpnp_array import dpnp_array as ndarray
5537from dpnp .dpnp_flatiter import flatiter as flatiter
5638
6143
6244
6345__all__ = _iface__all__
64-
65-
66- dpnp_queue_initialize ()
67- '''
68- SYCL queue initialization
69- '''
You can’t perform that action at this time.
0 commit comments