I want to use GPU in matlab, so I installed CUDA toolkit(cuda_6.0.37), downloaded GPUmat 0.28 version. Of course my pc has geforce 850m. I clicked 'GPUstart', and it seems working and type the 'GPUmatSystemCheck', it says CUBLAS, CUFFT, CUDART installed, but there is warning 'GPUmat and SYSTEM architecture are different.'. My pc is 64 bit. Type the GPUsingle(1) on the command window, it says
'Warning: The following error was caught while executing 'GPUtype' class destructor: Undefined function 'GPUtypeDelete' for input arguments of type 'double'. Undefined function 'mxNumericArrayToGPUtypePtr' for input arguments of type 'GPUsingle'.'.
What should I do next? What am I missing?