Show / Hide Table of Contents

    Enum CudaOccupancy.cudaOccCacheConfig

    Function cache configurations

    Namespace: ManagedCuda
    Assembly: ManagedCuda.dll
    Syntax
    public enum cudaOccCacheConfig

    Fields

    Name Description
    PreferEqual

    prefer equal sized L1 cache and shared memory

    PreferL1

    prefer larger L1 cache and smaller shared memory

    PreferNone

    no preference for shared memory or L1 (default)

    PreferShared

    prefer larger shared memory and smaller L1 cache

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