Skip to content

Commit cc61b49

Browse files
authored
Merge pull request #59 from betatim/multiple-devices
Add "multi device" support
2 parents c0c7303 + 33450f3 commit cc61b49

23 files changed

+561
-229
lines changed

Diff for: array_api_strict/__init__.py

+3
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,9 @@
309309

310310
__all__ += ["all", "any"]
311311

312+
from ._array_object import Device
313+
__all__ += ["Device"]
314+
312315
# Helper functions that are not part of the standard
313316

314317
from ._flags import (

0 commit comments

Comments
 (0)