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()
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
|
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
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
computeMinor
Declaration
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
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
regsPerBlock
Declaration
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
|
Improve this Doc
View Source
sharedMemPerBlockOptin
Declaration
public SizeT sharedMemPerBlockOptin
Field Value
|
Improve this Doc
View Source
sharedMemPerMultiprocessor
Declaration
public SizeT sharedMemPerMultiprocessor
Field Value
|
Improve this Doc
View Source
warpSize
Declaration
Field Value
Type |
Description |
System.Int32 |
|