| Crates.io | cufft_rust |
| lib.rs | cufft_rust |
| version | 0.6.0 |
| created_at | 2022-03-04 18:33:26.738132+00 |
| updated_at | 2022-03-10 17:11:29.290807+00 |
| description | A safe cuFFT wrapper |
| homepage | |
| repository | https://github.com/PvdBerg1998/cufft_rust |
| max_upload_size | |
| id | 543617 |
| size | 61,480 |
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.