User`s guide
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