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.
2 parents d10c090 + 44be670 commit e389248Copy full SHA for e389248
dpnp/config.py
@@ -43,7 +43,7 @@
43
Explicitly use NumPy.ndarray as return type for creation functions
44
'''
45
46
-__DPNP_OUTPUT_DPCTL__ = int(os.getenv('DPNP_OUTPUT_DPCTL', 0))
+__DPNP_OUTPUT_DPCTL__ = int(os.getenv('DPNP_OUTPUT_DPCTL', 1))
47
48
Explicitly use DPCtl package container as return type for creation functions
49
0 commit comments