Sorry that this is in relation to Kilosort2 but we are using probes with >30um spacing so needs must. I am getting the following errors:
Error using gpuArray/subsasgn
An unexpected error occurred trying to launch a kernel. The CUDA error was:
invalid device function
Error in triageTemplates2 (line 13)
W(:,idrop,:) = []; % remove those templates everywhere
Error in learnTemplates (line 189)
triageTemplates2(ops, iW, C2C, W, U, dWU, mu, nsp, ndrop);
Error in learnAndSolve8b (line 15)
rez = learnTemplates(rez, iorder0);
The GPU is older and it is my suspicion to the source of the error, but any input from anyone else in the know would be much appreciated. GPU on MATLAB 2020b below:
Hi,
Sorry that this is in relation to Kilosort2 but we are using probes with >30um spacing so needs must. I am getting the following errors:
Error using gpuArray/subsasgn An unexpected error occurred trying to launch a kernel. The CUDA error was: invalid device function
Error in triageTemplates2 (line 13) W(:,idrop,:) = []; % remove those templates everywhere
Error in learnTemplates (line 189) triageTemplates2(ops, iW, C2C, W, U, dWU, mu, nsp, ndrop);
Error in learnAndSolve8b (line 15) rez = learnTemplates(rez, iorder0);
The GPU is older and it is my suspicion to the source of the error, but any input from anyone else in the know would be much appreciated. GPU on MATLAB 2020b below:
CUDADevice with properties:
Thank you in advance!