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

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
Vista de página 533
11 Functions — Alphabetical List
11-190
mxGPUDestroyGPUArray (C)
Delete mxGPUArray object
C Syntax
#include "gpu/mxGPUArray.h"
mxGPUDestroyGPUArray(mxGPUArray const * const mgp)
Arguments
mgp
Pointer to an mxGPUArray.
Description
mxGPUDestroyGPUArray deletes an mxGPUArray object on the CPU. Use this function
to delete an mxGPUArray object you created with:
mxGPUCreateGPUArray
mxGPUCreateFromMxArray
mxGPUCopyFromMxArray
mxGPUCopyReal
mxGPUCopyImag, or
mxGPUCreateComplexGPUArray.
This function clears memory on the GPU, unless some other mxArray holds a reference
to the same data. For example, if the mxGPUArray was extracted from an input mxArray,
or wrapped in an mxArray for an output, then the data remains on the GPU.
See Also
mxGPUCopyFromMxArray | mxGPUCopyImag | mxGPUCopyReal |
mxGPUCreateComplexGPUArray | mxGPUCreateFromMxArray |
mxGPUCreateGPUArray
Vista de página 533
1 2 ... 529 530 531 532 533 534 535 536 537 538 539 ... 655 656

Comentários a estes Manuais

Sem comentários