gpuDeviceTable
Table of properties of GPU devices
Description
returns a table of
properties of all GPU devices detected in your local machine. The table displays the value
of the tbl = gpuDeviceTableIndex, Name,
ComputeCapability, DeviceAvailable, and
DeviceSelected properties of each GPU device detected in your system.
Each row of the table contains the properties of a single GPU device.
Examples
Input Arguments
Output Arguments
Tips
To query properties of remote GPUs, start a parallel pool using your cluster, then call
gpuDeviceTableinside anspmdblock.cluster = parcluster("myRemoteGPUCluster"); pool = parpool(cluster); spmd tbl = gpuDeviceTable end
For more information about using remote GPUs, see Work with Remote GPUs.
Extended Capabilities
Version History
Introduced in R2021a
