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

Consider passing output views by const& #158

Closed
tpadioleau opened this issue Oct 8, 2024 · 1 comment · Fixed by #161
Closed

Consider passing output views by const& #158

tpadioleau opened this issue Oct 8, 2024 · 1 comment · Fixed by #161

Comments

@tpadioleau
Copy link
Collaborator

I don't think we want our API to handle allocations of output views ? I would suggest to pass output views by const& so that the user is guaranteed KokkosFFT will not overwrite it.

@yasahi-hpc
Copy link
Collaborator

I think it should work. Not sure about hfft and ihfft

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 a pull request may close this issue.

2 participants