CudaDevice
Description
Properties of a CUDA device.Structure fields and default values (if defined) are described below:
| Name | Type | Default | Description |
|---|---|---|---|
| Name | String | The name of the device. | |
| TotalMemory | atl::sint64 | -1 | An amount of total memory of the device in bytes. |
| FreeMemory | atl::sint64 | -1 | An amount of free memory of the device in bytes. |
| ComputeCapability | String | Compute Capability of the device | |
| Index | int | 0 | An index of the device. |
