CudaDeviceInfo Properties |
The CudaDeviceInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| CudaComputeCapability |
The compute capability
| |
| FreeMemory |
Get the amount of free memory at the moment
| |
| ID |
The id of the device
| |
| IsCompatible |
Checks whether the Cuda module can be run on the given device
| |
| MultiProcessorCount |
The number of single multi processors
| |
| Name |
The name of the device
| |
| Ptr |
Pointer to the unmanaged object
(Inherited from UnmanagedObject.) | |
| TotalMemory |
Get the amount of total memory
|