Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marius10p committed Mar 24, 2019
1 parent 32a0ef7 commit 43880a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -10,7 +10,7 @@ To aid in setting up a Kilosort2 run on your own probe configuration, we have de

### Installation ###

Required toolboxes: parallel computing toolbox, signal processing toolbox.
Required toolboxes: parallel computing toolbox, signal processing toolbox, Matlab >=R2016b

You must run and complete successfully "mexGPUall" in the CUDA folder. This requires mexcuda support, which comes with the parallel computing toolbox. To set up mexcuda compilation, install the exact version of the CUDA toolkit compatible with your Matlab version (see [here](https://www.mathworks.com/help/distcomp/gpu-support-by-release.html)). On Windows, you must also install a CPU compiler, for example the freely available [Visual Studio Community 2013](https://www.visualstudio.com/vs/older-downloads/). Note that the most recent editions of Visual Studio are usually not compatible with CUDA. If you had previously used a different CPU compiler in Matlab, you must switch to the CUDA-compatible compiler using mex -setup C++. For more about mexcuda installation, see these [instructions](http://uk.mathworks.com/help/distcomp/mexcuda.html).

Expand Down

0 comments on commit 43880a4

Please sign in to comment.