cufft_rust

A safe cuFFT wrapper

2 unstable releases

0.6.0 Mar 10, 2022
0.5.0 Mar 10, 2022
0.4.2 Mar 4, 2022

#1304 in Math

Custom license

22KB
475 lines

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.

Dependencies

~0.2–2.2MB
~42K SLoC