Show / Hide Table of Contents

    Enum CudaOccupancy.cudaOccCarveoutConfig

    Shared memory carveout configurations

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

    Fields

    Name Description
    Default

    no preference for shared memory or L1 (default)

    MaxL1

    prefer maximum available L1 cache, minimum shared memory

    MaxShared

    prefer maximum available shared memory, minimum L1 cache

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