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 | ftl::sint64 | -1 | An amount of total memory of the device in bytes. |
FreeMemory | ftl::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. |