Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 323 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 323 Bytes

cufft_rust

This is a safe Rust wrapper around CUDA FFT (cuFFT).

It only supports a subset of the API which I need for private projects. For now this only includes the real-to-complex forward transform.

The CUDA toolkit is not bundled and has to be installed manually. See cuFFT.