I want to run MATLAB code on the GPU using NVIDIA's CUDA. I found a couple of 3rd-party engines:
Would anyone recommend these or are there better ones out there? Any tips or suggestions?
An additional source of information you may want to check out is this PDF white paper from NVIDIA: Accelerating MATLAB with CUDA Using MEX Files.
Parallel Computing Toolbox released with MATLAB R2010b now has GPU support, including overloads for various mathematical operations, and an interface with pre-existing CUDA kernels.
Doc here: http://www.mathworks.com/discovery/matlab-gpu.html