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

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
Vista de página 531
11 Functions — Alphabetical List
11-188
mxGPUCreateMxArrayOnCPU (C)
Create mxArray for returning CPU data to MATLAB with data from GPU
C Syntax
#include "gpu/mxGPUArray.h"
mxArray* mxGPUCreateMxArrayOnCPU(mxGPUArray const * const mgp)
Arguments
mgp
Pointer to an mxGPUArray.
Returns
Pointer to an mxArray object containing CPU data that is a copy of the GPU data.
Description
mxGPUCreateMxArrayOnCPU copies the GPU data from the specified mxGPUArray into
an mxArray on the CPU for return to MATLAB. This is similar to the gather function.
After calling this function, the input mxGPUArray object is no longer needed and you can
delete it with mxGPUDestroyGPUArray.
See Also
mxGPUCreateMxArrayOnGPU | mxGPUDestroyGPUArray
Vista de página 531
1 2 ... 527 528 529 530 531 532 533 534 535 536 537 ... 655 656

Comentários a estes Manuais

Sem comentários