Skip to main content

Module fft_r2c

Module fft_r2c 

Source
Expand description

1-D R2C FFT op for super::super::GraphOp.

Wraps crate::kernel::record::FftR2COp / crate::kernel::record::FftRecorder into a single GraphOp-implementing type. Gated on the cufft feature.

Structsยง

FftR2COp
1-D R2C FFT op for graph capture. The user installs a pre-built cudarc::cufft::CudaFft plan via GraphMsg::SetFftPlan before recording; the plan is borrowed through GraphRecordCtx::fft.