Main Content
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.
Version History
Introduced in R2013a