MATLAB: Custom CUDA kernels and gpuArrays

cudaMATLAB

I would like to run my own CUDA kernel on a matrix defined by a gpuArray. Is this possible? I currently run my own CUDA kernels in Matlab using compiled mex code. All I need inside Matlab is a pointer to the location of the gpuArray on the device.

Best Answer

Related Question