MATLAB Parallel Computing Toolbox

Parallel Computing Toolbox provides GPUArray, a special array type with several associated functions that lets you perform computations on CUDA-enabled NVIDIA GPUs directly from MATLAB. gpuDevice: Query or select GPU device . gpuDeviceCount: Number of GPU devices present. gpuArray: Create array … ................
................