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ยง
- FftR2C
Op - 1-D R2C FFT op for graph capture. The user installs a pre-built
cudarc::cufft::CudaFftplan viaGraphMsg::SetFftPlanbefore recording; the plan is borrowed throughGraphRecordCtx::fft.