Show / Hide Table of Contents

    Enum CudaOccupancy.cudaOccLimitingFactors

    Occupancy Limiting Factors

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

    Fields

    Name Description
    Blocks

    occupancy limited due to blocks available

    Registers

    occupancy limited due to registers available

    SharedMemory

    occupancy limited due to shared memory available

    Warps

    occupancy limited due to warps available

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