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 24
24
# THE POSSIBILITY OF SUCH DAMAGE.
25
25
# *****************************************************************************
26
26
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
-
44
27
import os
45
28
mypath = os .path .dirname (os .path .realpath (__file__ ))
46
29
50
33
os .environ ["PATH" ] += os .pathsep + mypath + os .pathsep + dpctlpath
51
34
52
35
53
- # from dpnp.dparray import dparray as ndarray
54
36
from dpnp .dpnp_array import dpnp_array as ndarray
55
37
from dpnp .dpnp_flatiter import flatiter as flatiter
56
38
61
43
62
44
63
45
__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