MATLAB PARALLEL COMPUTING TOOLBOX - S Guía de usuario Pagina 477

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 656
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 476
gpuDeviceCount
11-133
gpuDeviceCount
Number of GPU devices present
Syntax
n = gpuDeviceCount
Description
n = gpuDeviceCount returns the number of GPU devices present in your computer.
Examples
Determine how many GPU devices you have available in your computer and examine the
properties of each.
n = gpuDeviceCount;
for ii = 1:n
gpuDevice(ii)
end
See Also
arrayfun | feval | gpuDevice | parallel.gpu.CUDAKernel
Vista de pagina 476
1 2 ... 472 473 474 475 476 477 478 479 480 481 482 ... 655 656

Comentarios a estos manuales

Sin comentarios