Main Content

mxGPUGetClassID (C)

mxClassID associated with data on GPU

C Syntax

#include "gpu/mxGPUArray.h"
mxClassID mxGPUGetClassID(mxGPUArray const * const mgp)

Arguments

mgp

Pointer to an mxGPUArray.

Returns

mxClassID type.

Description

mxGPUGetClassID returns an mxClassID type indicating the underlying class of the input data.

Version History

Introduced in R2013a

Go to top of page