Skip to content
New issue

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

Force allocation for interpolate on CPU #1643

Merged
merged 1 commit into from
Mar 12, 2024
Merged

Force allocation for interpolate on CPU #1643

merged 1 commit into from
Mar 12, 2024

Conversation

Sbozzolo
Copy link
Member

MPI.reduce does not always allocate a new array. As a result, the remapper in interpolate calls may retain ownership of the output array. This PR ensures that interpolate always hands off a new array.

MPI.reduce does not always allocate a new array. As a result, the
remapper in interpolate calls may retain ownership of the output array
@Sbozzolo Sbozzolo enabled auto-merge March 12, 2024 19:44
@Sbozzolo Sbozzolo merged commit c2c6966 into main Mar 12, 2024
14 of 15 checks passed
@Sbozzolo Sbozzolo deleted the gb/faster_interp branch March 12, 2024 21:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants