Accelerating MATLAB code using GPUs?
MATLAB does support CUDA based GPU. You have to access it from the “Parallel Computing Toolbox”. Hope these 2 links also help: Parallel Computing Toolbox Features Key Features Parallel for-loops (parfor) for running task-parallel algorithms on multiple processors Support for CUDA-enabled NVIDIA GPUs Full use of multicore processors on the desktop via workers that run … Read more