Main Content

mxIsGPUArray (C)

Determine if mxArray contains GPU data

C Syntax

#include "gpu/mxGPUArray.h"
int mxIsGPUArray(mxArray const * const mp);

Arguments

mp

Pointer to an mxArray that might contain gpuArray data.

Returns

Integer indicating true result:

  • 1 indicates the input is a gpuArray.

  • 0 indicates the input is not a gpuArray.

Version History

Introduced in R2013a