Replies: 1 comment 1 reply
-
scan body will be compiled and only can run on single device IIUC. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
On a GPU-equipped node, I run the following code:
It appears scan respects the device of the operation and not the device of the array itself when merging on Y. Is it possible to make it do so or should I resort to a vanilla loop in python?
Beta Was this translation helpful? Give feedback.
All reactions