Skip to content

Commit

Permalink
Merge pull request #920 from IntelPython/default-dpctl-usmarray
Browse files Browse the repository at this point in the history
Set dpctl usmarray as default data container.
  • Loading branch information
Alexander-Makaryev authored Sep 1, 2021
2 parents d10c090 + 44be670 commit e389248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dpnp/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
Explicitly use NumPy.ndarray as return type for creation functions
'''

__DPNP_OUTPUT_DPCTL__ = int(os.getenv('DPNP_OUTPUT_DPCTL', 0))
__DPNP_OUTPUT_DPCTL__ = int(os.getenv('DPNP_OUTPUT_DPCTL', 1))
'''
Explicitly use DPCtl package container as return type for creation functions
'''
Expand Down

0 comments on commit e389248

Please sign in to comment.