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

Use exec space from Plan in _fft function #94

Merged
merged 1 commit into from
Apr 6, 2024
Merged

Conversation

yasahi-hpc
Copy link
Collaborator

Resolves #83

This PR aims at removing the exec space argument from _fft.
Since the fft libraries are executed on top of the execution space instance in plan, the exec-space argument here should not be used.

Following modifications are made:

  1. Remove ExecSpace argument from _fft.
  2. Replace _ifft by _fft by using the fft_direction from plan.

@yasahi-hpc yasahi-hpc self-assigned this Apr 5, 2024
@yasahi-hpc yasahi-hpc added enhancement New feature or request cleanup labels Apr 5, 2024
@yasahi-hpc yasahi-hpc merged commit 60bfd7d into main Apr 6, 2024
20 checks passed
@yasahi-hpc yasahi-hpc deleted the refine-fft-impl branch April 6, 2024 06:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleanup enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

_fft should be refined not to include Execution space Use execspace from Plan.
1 participant