Show / Hide Table of Contents

    Class CudaOccupancy.cudaOccDeviceProp

    mirror the type and spelling of cudaDeviceProp's members keep these alphabetized

    Inheritance
    System.Object
    CudaOccupancy.cudaOccDeviceProp
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: ManagedCuda
    Assembly: ManagedCuda.dll
    Syntax
    public class cudaOccDeviceProp

    Constructors

    | Improve this Doc View Source

    cudaOccDeviceProp()

    Declaration
    public cudaOccDeviceProp()
    | Improve this Doc View Source

    cudaOccDeviceProp(CudaDeviceProperties)

    Declaration
    public cudaOccDeviceProp(CudaDeviceProperties props)
    Parameters
    Type Name Description
    CudaDeviceProperties props
    | Improve this Doc View Source

    cudaOccDeviceProp(Int32)

    Declaration
    public cudaOccDeviceProp(int deviceID)
    Parameters
    Type Name Description
    System.Int32 deviceID

    Fields

    | Improve this Doc View Source

    computeMajor

    Declaration
    public int computeMajor
    Field Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    computeMinor

    Declaration
    public int computeMinor
    Field Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    maxThreadsPerBlock

    Declaration
    public int maxThreadsPerBlock
    Field Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    maxThreadsPerMultiProcessor

    Declaration
    public int maxThreadsPerMultiProcessor
    Field Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    numSms

    Declaration
    public int numSms
    Field Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    regsPerBlock

    Declaration
    public int regsPerBlock
    Field Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    regsPerMultiprocessor

    Declaration
    public int regsPerMultiprocessor
    Field Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    sharedMemPerBlock

    Declaration
    public SizeT sharedMemPerBlock
    Field Value
    Type Description
    SizeT
    | Improve this Doc View Source

    sharedMemPerBlockOptin

    Declaration
    public SizeT sharedMemPerBlockOptin
    Field Value
    Type Description
    SizeT
    | Improve this Doc View Source

    sharedMemPerMultiprocessor

    Declaration
    public SizeT sharedMemPerMultiprocessor
    Field Value
    Type Description
    SizeT
    | Improve this Doc View Source

    warpSize

    Declaration
    public int warpSize
    Field Value
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX