Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, DeviceInfo arg0) |
| None | __init__ (self, int driverVersion, int runtimeVersion, int computeMajor, int computeMinor, int totalGlobalMem, str name) |
| bool | fitForComputations (self) |
| int | computeMajor (self) |
| None | computeMajor (self, int arg1) |
| int | computeMinor (self) |
| None | computeMinor (self, int arg1) |
| int | driverVersion (self) |
| None | driverVersion (self, int arg1) |
| str | name (self) |
| None | name (self, str arg1) |
| int | runtimeVersion (self) |
| None | runtimeVersion (self, int arg1) |
| int | totalGlobalMem (self) |
| None | totalGlobalMem (self, int arg1) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| DeviceInfo | operator (*args, **kwargs) |
| DeviceInfo | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_computeMajor = 8 |
| typing | _offsetof_computeMinor = 12 |
| typing | _offsetof_driverVersion = 0 |
| typing | _offsetof_name = 24 |
| typing | _offsetof_runtimeVersion = 4 |
| typing | _offsetof_totalGlobalMem = 16 |
Generated from: MR::Cuda::DeviceInfo
|
static |
| None mrcudapy.DeviceInfo.__init__ | ( | self | ) |
| None mrcudapy.DeviceInfo.__init__ | ( | self, | |
| DeviceInfo | arg0 ) |
Implicit copy constructor.
| None mrcudapy.DeviceInfo.__init__ | ( | self, | |
| int | driverVersion, | ||
| int | runtimeVersion, | ||
| int | computeMajor, | ||
| int | computeMinor, | ||
| int | totalGlobalMem, | ||
| str | name ) |
Implicit aggregate constructor.
| int mrcudapy.DeviceInfo.computeMajor | ( | self | ) |
compute capability major version
| None mrcudapy.DeviceInfo.computeMajor | ( | self, | |
| int | arg1 ) |
| int mrcudapy.DeviceInfo.computeMinor | ( | self | ) |
compute capability minor version
| None mrcudapy.DeviceInfo.computeMinor | ( | self, | |
| int | arg1 ) |
| int mrcudapy.DeviceInfo.driverVersion | ( | self | ) |
maximum CUDA version supported by the driver
| None mrcudapy.DeviceInfo.driverVersion | ( | self, | |
| int | arg1 ) |
| bool mrcudapy.DeviceInfo.fitForComputations | ( | self | ) |
returns true if all versions pass the checks
| str mrcudapy.DeviceInfo.name | ( | self | ) |
name of the device
| None mrcudapy.DeviceInfo.name | ( | self, | |
| str | arg1 ) |
|
static |
|
static |
| int mrcudapy.DeviceInfo.runtimeVersion | ( | self | ) |
application's CUDA version
| None mrcudapy.DeviceInfo.runtimeVersion | ( | self, | |
| int | arg1 ) |
| int mrcudapy.DeviceInfo.totalGlobalMem | ( | self | ) |
global memory on device in bytes (not all is available for our process)
| None mrcudapy.DeviceInfo.totalGlobalMem | ( | self, | |
| int | arg1 ) |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |