MATLAB PARALLEL COMPUTING TOOLBOX - S Uživatelská příručka Strana 477

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 656
  • Tabulka s obsahem
  • ŘEŠENÍ PROBLÉMŮ
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 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
Zobrazit stránku 476
1 2 ... 472 473 474 475 476 477 478 479 480 481 482 ... 655 656

Komentáře k této Příručce

Žádné komentáře