We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be helpful to have a function that can move a space and field from the GPU to CPU (or vice versa), e.g. for plotting.
closed by #1619
Describe the solution you'd like The question is what the interface should look like:
todevice(device, field/space)
Additional context
MPICommsContext
SingletonCommsContext
The text was updated successfully, but these errors were encountered:
cc @charleskawczynski @sriharshakandala thoughts?
Sorry, something went wrong.
I like the idea. This should be somewhat straightforward with adapt, right? Are there any challenges you see?
Possibly? I'm trying some things out at the moment
Closed by #2114
Successfully merging a pull request may close this issue.
It would be helpful to have a function that can move a space and field from the GPU to CPU (or vice versa), e.g. for plotting.
closed by #1619
Describe the solution you'd like
The question is what the interface should look like:
todevice(device, field/space)
?Additional context
MPICommsContext
toSingletonCommsContext
.The text was updated successfully, but these errors were encountered: