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 device mem instead of managed for fft workbuf #467

Merged
merged 1 commit into from
Aug 23, 2023

Conversation

tbensonatl
Copy link
Collaborator

The FFT plans currently use managed memory for their work area allocations. The associated memory prefetch calls cause issues in WSL2 (raised in #153). The work areas are not exposed to users, so this PR changes the allocations to async device memory allocations.

@tbensonatl
Copy link
Collaborator Author

/blossom-ci

@tbensonatl tbensonatl merged commit 327361a into main Aug 23, 2023
1 check passed
@tbensonatl tbensonatl deleted the use-device-only-mem-for-fft-workspaces branch August 29, 2023 12:29
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.

None yet

2 participants