We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is the sequel to issue gh-17.
Offload FFT operations to non-CUDA GPUs using HIP/hipFFT.
N/A
The HIP toolchain including hipFFT/rocFFT libraries is leveraged.
HIP/hipFFT toolchain also allows the compilation of CUDA-compatible code to run on CUDA-capable GPUs.
The text was updated successfully, but these errors were encountered:
FIX(cpp): (#75) Fix memory management in hipFFT array copying/impleme…
2441847
…ntation
FEAT(ci): (#75) Add hybrid HIP/CUDA builds
7f4bbc7
FEAT(ci): (#75) Add hipFFT build
ac92d9c
MikeSWang
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: