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

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
Vista de página 524
mxGPUCopyGPUArray (C)
11-181
mxGPUCopyGPUArray (C)
Duplicate (deep copy) mxGPUArray object
C Syntax
#include "gpu/mxGPUArray.h"
mxGPUArray* mxGPUCopyGPUArray(mxGPUArray const * const mgp)
Arguments
mgp
Pointer to an mxGPUArray.
Returns
Pointer to an mxGPUArray.
Description
mxGPUCopyGPUArray produces a new array on the GPU and copies the data, and then
returns a new mxGPUArray that refers to the copy. Use mxGPUDestroyGPUArray to
delete the result when you are done with it.
See Also
mxGPUCopyFromMxArray | mxGPUDestroyGPUArray
Vista de página 524
1 2 ... 520 521 522 523 524 525 526 527 528 529 530 ... 655 656

Comentários a estes Manuais

Sem comentários