Show / Hide Table of Contents

    Enum CUshared_carveout

    Shared memory carveout configurations

    Namespace: ManagedCuda.BasicTypes
    Assembly: ManagedCuda.dll
    Syntax
    public enum CUshared_carveout

    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