Generated from class MR.Cuda.DeviceInfo. This is the const half of the class.
More...
|
| virtual unsafe void | Dispose (bool disposing) |
|
| unsafe int | driverVersion [get] |
| | maximum CUDA version supported by the driver
|
| unsafe int | runtimeVersion [get] |
| | application's CUDA version
|
| unsafe int | computeMajor [get] |
| | compute capability major version
|
| unsafe int | computeMinor [get] |
| | compute capability minor version
|
| unsafe nuint | totalGlobalMem [get] |
| | global memory on device in bytes (not all is available for our process)
|
| unsafe MR.Std.Const_String | name [get, protected set] |
| | name of the device
|
Generated from class MR.Cuda.DeviceInfo. This is the const half of the class.
◆ Const_DeviceInfo() [1/5]
| unsafe MR.Cuda.Const_DeviceInfo.Const_DeviceInfo |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ Const_DeviceInfo() [2/5]
| unsafe MR.Cuda.Const_DeviceInfo.Const_DeviceInfo |
( |
int | driverVersion, |
|
|
int | runtimeVersion, |
|
|
int | computeMajor, |
|
|
int | computeMinor, |
|
|
nuint | totalGlobalMem, |
|
|
string | name ) |
|
inline |
◆ Const_DeviceInfo() [3/5]
| unsafe MR.Cuda.Const_DeviceInfo.Const_DeviceInfo |
( |
MR.Cuda._ByValue_DeviceInfo | _other | ) |
|
|
inline |
◆ Const_DeviceInfo() [4/5]
◆ Const_DeviceInfo() [5/5]
| MR.Cuda.Const_DeviceInfo.Const_DeviceInfo |
( |
DeviceInfo | _other | ) |
|
|
inline |
◆ Dispose() [1/2]
| virtual void MR.Cuda.Const_DeviceInfo.Dispose |
( |
| ) |
|
|
inlinevirtual |
◆ Dispose() [2/2]
| virtual unsafe void MR.Cuda.Const_DeviceInfo.Dispose |
( |
bool | disposing | ) |
|
|
inlineprotectedvirtual |
◆ fitForComputations()
| unsafe bool MR.Cuda.Const_DeviceInfo.fitForComputations |
( |
| ) |
|
|
inline |
◆ __ref_storage_computeMajor
| unsafe int* MR.Cuda.Const_DeviceInfo.__ref_storage_computeMajor |
|
protected |
◆ __ref_storage_computeMinor
| unsafe int* MR.Cuda.Const_DeviceInfo.__ref_storage_computeMinor |
|
protected |
◆ __ref_storage_driverVersion
| unsafe int* MR.Cuda.Const_DeviceInfo.__ref_storage_driverVersion |
|
protected |
◆ __ref_storage_runtimeVersion
| unsafe int* MR.Cuda.Const_DeviceInfo.__ref_storage_runtimeVersion |
|
protected |
◆ __ref_storage_totalGlobalMem
| unsafe nuint* MR.Cuda.Const_DeviceInfo.__ref_storage_totalGlobalMem |
|
protected |
◆ computeMajor
| unsafe int MR.Cuda.Const_DeviceInfo.computeMajor |
|
get |
compute capability major version
◆ computeMinor
| unsafe int MR.Cuda.Const_DeviceInfo.computeMinor |
|
get |
compute capability minor version
◆ driverVersion
| unsafe int MR.Cuda.Const_DeviceInfo.driverVersion |
|
get |
maximum CUDA version supported by the driver
◆ name
| unsafe MR.Std.Const_String MR.Cuda.Const_DeviceInfo.name |
|
getprotected set |
◆ runtimeVersion
| unsafe int MR.Cuda.Const_DeviceInfo.runtimeVersion |
|
get |
application's CUDA version
◆ totalGlobalMem
| unsafe nuint MR.Cuda.Const_DeviceInfo.totalGlobalMem |
|
get |
global memory on device in bytes (not all is available for our process)
The documentation for this class was generated from the following file: