cufft_rust

Crates.iocufft_rust
lib.rscufft_rust
version0.6.0
sourcesrc
created_at2022-03-04 18:33:26.738132
updated_at2022-03-10 17:11:29.290807
descriptionA safe cuFFT wrapper
homepage
repositoryhttps://github.com/PvdBerg1998/cufft_rust
max_upload_size
id543617
size61,480
Pim van den Berg (PvdBerg1998)

documentation

README

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.

Commit count: 31

cargo fmt