MATLAB PARALLEL COMPUTING TOOLBOX - S Guide de l'utilisateur Page 312

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 656
  • Table des matières
  • DEPANNAGE
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 311
10 Objects — Alphabetical List
10-12
gpuArray
Array stored on GPU
Constructor
gpuArray converts an array in the MATLAB workspace into a gpuArray with elements
stored on the GPU device.
Also, the following create gpuArrays:
eye(___,'gpuArray') rand(___,'gpuArray')
false(___,'gpuArray') randi(___,'gpuArray')
Inf(___,'gpuArray') randn(___,'gpuArray')
NaN(___,'gpuArray') gpuArray.colon
ones(___,'gpuArray') gpuArray.freqspace
true(___,'gpuArray') gpuArray.linspace
zeros(___,'gpuArray') gpuArray.logspace
gpuArray.speye
For class specific help on the three methods with the gpuArray prefix, type
help gpuArray.methodname
where methodname is the name of the method. For example, to get help on colon, type
help gpuArray.colon
The following methods control the random number stream on the GPU:
parallel.gpu.RandStream
parallel.gpu.rng
Vue de la page 311
1 2 ... 307 308 309 310 311 312 313 314 315 316 317 ... 655 656

Commentaires sur ces manuels

Pas de commentaire