Determine if two mxGPUArrays refer to same GPU data
#include "gpu/mxGPUArray.h" int mxGPUIsSame(mxGPUArray const * const mgp1, mxGPUArray const * const mgp2)
mgp1
, mgp2
Pointers to mxGPUArray
.
int
type.
mxGPUIsSame
returns an integer indicating
if two mxGPUArray
pointers refer to the same GPU
data:
1 (true) indicates that the inputs refer to the same data.
0 (false) indicates that the inputs do not refer to the same data.