Hi all,
can anybody help me to sort out the following error while running GPUstart on matlab.
Invalid MEX-file
'C:\Users\Dinesh\Matlab
codes\GPUmat_0.280_win64_build121209_CUDA_5.0\win64\bin\GPUfullInfo.mexw64': The specified
module could not be found.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Unfortunately GPUmat was compiled for CUDA 5.0 and we basically stopped any support for other CUDA version because we don't have the resources to do it. But you can compile the source code if you want.
Instructions to compile the source code:
You need to download a SVN client and then from command line:
the above command creates a folder ./GPUmat with the source code.
Then go to the 'doc' folder, open the GPUmat_Developer_Guide.pdf and
check the chapter "Source code compilation"
On Windows I use http://tortoisesvn.tigris.org/ for the SVN. When you install it, I suggest you to choose also the command line tools in the options so you can type the above command highlighted in yellow from Windows command shell.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi all,
can anybody help me to sort out the following error while running GPUstart on matlab.
Invalid MEX-file
'C:\Users\Dinesh\Matlab
codes\GPUmat_0.280_win64_build121209_CUDA_5.0\win64\bin\GPUfullInfo.mexw64': The specified
module could not be found.
I have the same problem, anyone knows a solution?
I got the same error. I managed to resolve it by installing CUDA v5.0 (I had v5.5 installed). It's working for me with CUDA v5.0 and Matlab R2014a.
Unfortunately GPUmat was compiled for CUDA 5.0 and we basically stopped any support for other CUDA version because we don't have the resources to do it. But you can compile the source code if you want.
Instructions to compile the source code:
You need to download a SVN client and then from command line:
svn export http://svn.code.sf.net/p/gpumat/code/trunk ./GPUmat
the above command creates a folder ./GPUmat with the source code.
Then go to the 'doc' folder, open the GPUmat_Developer_Guide.pdf and
check the chapter "Source code compilation"
On Windows I use http://tortoisesvn.tigris.org/ for the SVN. When you install it, I suggest you to choose also the command line tools in the options so you can type the above command highlighted in yellow from Windows command shell.