MATLAB PARALLEL COMPUTING TOOLBOX - S Guia do Utilizador Página 314

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
Vista de página 313
10 Objects — Alphabetical List
10-14
GPUDevice
Graphics processing unit (GPU)
Constructor
gpuDevice
Description
A GPUDevice object represents a graphic processing unit (GPU) in your computer. You
can use the GPU to execute CUDA kernels or MATLAB code.
Methods
The following functions let you identify, select, reset, or wait for a GPU device:
Methods of the class include the following:
Method Name Description
parallel.gpu.GPUDevice.isAvailable(idx) True if the GPU specified by index idx is
supported and capable of being selected.
idx can be an integer or a vector of
integers; the default index is the current
device.
parallel.gpu.GPUDevice.getDevice(idx) Returns a GPUDevice object without
selecting it.
For the complete list, use the methods function on the GPUDevice class:
methods('parallel.gpu.GPUDevice')
You can get help on any of the class methods with the command
help parallel.gpu.GPUDevice.methodname
Vista de página 313
1 2 ... 309 310 311 312 313 314 315 316 317 318 319 ... 655 656

Comentários a estes Manuais

Sem comentários