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

Remove non-batched version of get_extents #95

Merged
merged 3 commits into from
Apr 9, 2024

Conversation

yasahi-hpc
Copy link
Collaborator

@yasahi-hpc yasahi-hpc commented Apr 6, 2024

This PR aims at removing the unused get_extents function.
All the extents are computed by the batched version of get_extents now.

Following modifications are made:

  1. Remove older version of get_extents and fully replace it with get_extents_batched
  2. Rename get_extents_batched as get_extents
  3. Using new get_extents for plan creation for all backends
  4. Fix the test of get_extents function for 2DFFT over 2D View.
    Previously, it was testing 1D FFT over 2D View case.

@yasahi-hpc yasahi-hpc self-assigned this Apr 6, 2024
@yasahi-hpc yasahi-hpc added bug Something isn't working cleanup labels Apr 6, 2024
@yasahi-hpc yasahi-hpc merged commit b15bc9f into main Apr 9, 2024
20 checks passed
@yasahi-hpc yasahi-hpc deleted the remove-get-extents-non-batched branch April 9, 2024 11:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cleanup
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant