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

[FEAT] Offload FFTs to non-CUDA GPUs using HIP #75

Open
MikeSWang opened this issue Sep 11, 2024 · 0 comments
Open

[FEAT] Offload FFTs to non-CUDA GPUs using HIP #75

MikeSWang opened this issue Sep 11, 2024 · 0 comments
Assignees
Labels
enhancement Functionality improvements feature Feature requests
Milestone

Comments

@MikeSWang
Copy link
Owner

Is the requested feature related to an issue?

This is the sequel to issue gh-17.

Summary

Offload FFT operations to non-CUDA GPUs using HIP/hipFFT.

Alternatives

N/A

Implementation

The HIP toolchain including hipFFT/rocFFT libraries is leveraged.

Additional context

HIP/hipFFT toolchain also allows the compilation of CUDA-compatible code to run on CUDA-capable GPUs.

@MikeSWang MikeSWang added the feature Feature requests label Sep 11, 2024
@MikeSWang MikeSWang self-assigned this Sep 11, 2024
@MikeSWang MikeSWang added this to the v1 release milestone Sep 12, 2024
@MikeSWang MikeSWang added enhancement Functionality improvements build Build issues labels Sep 12, 2024
@MikeSWang MikeSWang pinned this issue Sep 12, 2024
@MikeSWang MikeSWang removed the build Build issues label Sep 12, 2024
MikeSWang added a commit that referenced this issue Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Functionality improvements feature Feature requests
Projects
None yet
Development

No branches or pull requests

1 participant