This is a basic example of how to use the CUDA-accelerated library cuBLAS to perform a matrix multiplication. cuBLAS is accessed from MATLAB via the C++ MEX API. This implementation was tested with ...
This works by separately compiling a cuda function doing the matrix multiplication and a mex function reading the data innput from matlab into objects and then linking them together. Matlab knows ...