Show / Hide Table of Contents

    Enum Compatibility

    Certain R2C and C2R transforms go much more slowly when FFTW memory layout and behaviour is required. The default is "best performance", which means not-compatible-with-fftw. Use the cufftSetCompatibilityMode(cufftHandle, Compatibility) API to enable exact FFTW-like behaviour.

    Namespace: ManagedCuda.CudaFFT
    Assembly: CudaFFT.dll
    Syntax
    [Flags]
    public enum Compatibility

    Fields

    Name Description
    FFTWPadding

    Default value

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX