Show / Hide Table of Contents

    Struct CudaContext.sSMtoCores

    Defines for GPU Architecture types (using the SM version to determine the # of cores per SM

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: ManagedCuda
    Assembly: ManagedCuda.dll
    Syntax
    protected struct sSMtoCores

    Constructors

    | Improve this Doc View Source

    sSMtoCores(Int32, Int32)

    Declaration
    public sSMtoCores(int sm, int cores)
    Parameters
    Type Name Description
    System.Int32 sm
    System.Int32 cores

    Fields

    | Improve this Doc View Source

    Cores

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

    SM

    0xMm (hexidecimal notation), M = SM Major version, and m = SM minor version

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