You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got an error in KS2.5 that I can't figure out, the drif map looks fine for the Neuropixels 1.0 data.
The full error is,
Warning: An unexpected error occurred during CUDA execution. The CUDA error was:
CUDA_ERROR_LAUNCH_FAILED
In learnTemplates (line 4)
In learnAndSolve8b (line 35)
In main_kilosort_multiversion (line 61)
Warning: An unexpected error occurred during CUDA execution. The CUDA error was:
CUDA_ERROR_LAUNCH_FAILED
In learnAndSolve8b (line 5)
In main_kilosort_multiversion (line 61)
Error using gpuArray/reshape
An unexpected error occurred during CUDA execution. The CUDA error was:
CUDA_ERROR_LAUNCH_FAILED
Error in learnTemplates (line 185)
fexp = reshape(fexp, 1,1,[]);
Error in learnAndSolve8b (line 35)
rez = learnTemplates(rez, rez.iorig);
Error in main_kilosort_multiversion (line 61)
rez = learnAndSolve8b(rez, iseed);
I got an error in KS2.5 that I can't figure out, the drif map looks fine for the Neuropixels 1.0 data.
The full error is,
Warning: An unexpected error occurred during CUDA execution. The CUDA error was:
CUDA_ERROR_LAUNCH_FAILED
Error in learnTemplates (line 185)
fexp = reshape(fexp, 1,1,[]);
Error in learnAndSolve8b (line 35)
rez = learnTemplates(rez, rez.iorig);
Error in main_kilosort_multiversion (line 61)
rez = learnAndSolve8b(rez, iseed);
My gpuDevice() is
CUDADevice with properties:
The text was updated successfully, but these errors were encountered: