User`s guide
11 Functions — Alphabetical List
11-132
for ii = 1:gpuDeviceCount
g = gpuDevice(ii);
fprintf(1,'Device %i has ComputeCapability %s \n', ...
g.Index,g.ComputeCapability)
end
Device 1 has ComputeCapability 3.5
Device 2 has ComputeCapability 2.0
See Also
arrayfun | wait (GPUDevice) | feval | gpuDeviceCount |
parallel.gpu.CUDAKernel | reset