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 SourcesSMtoCores(Int32, Int32)
Declaration
public sSMtoCores(int sm, int cores)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | sm | |
System.Int32 | cores |
Fields
| Improve this Doc View SourceCores
Declaration
public int Cores
Field Value
Type | Description |
---|---|
System.Int32 |
SM
0xMm (hexidecimal notation), M = SM Major version, and m = SM minor version
Declaration
public int SM
Field Value
Type | Description |
---|---|
System.Int32 |