cortex-lab / KiloSort

GPU code for spike sorting
GNU General Public License v2.0
175 stars 100 forks source link

Error on Graphics driver #229

Open nkosarmadar opened 3 years ago

nkosarmadar commented 3 years ago

Hi, I am trying to run kilosort on my laptop (I don't have GPU on my laptop). I successfully chose my compiler and ran mexGPUall. However, as I tried to run eMouse to test the code, I got the following error. "There is a problem with the graphics driver or with this GPU device. Be sure that you have a supported GPU and that the latest driver is installed. Error in make_eMouseData (line 67) enoise = gpuArray.randn(NT, Nchan, 'single'); Error in master_eMouse (line 21) make_eMouseData(fpath, useGPU); Caused by: The CUDA driver could not be loaded. The library name used was 'nvcuda.dll'. The error was: The specified module could not be found."

Considering that I do not have GPU, I don't know how I can solve this error or whether I am able to run Kilosort on my laptop in anyway.