Here we mentioned there's a to_device() method to enable data copy/movement across devices:
|
3. A `.to_device(device)` method on the array object, with `device` again being |
|
a `Device` object, to move an array to a different device. |
But we haven't defined the signature and semantics yet.
Here we mentioned there's a
to_device()method to enable data copy/movement across devices:array-api/spec/design_topics/device_support.md
Lines 48 to 49 in 0941067
But we haven't defined the signature and semantics yet.