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
Hi,
I have been successful in recording from Neuropixels probe with SpikeGLX and sorting with KS3 using the Bank0 only imro and channelmap. Lately I tried recording with the LongCol_1shank.imro. For sorting I created an associated channelMap using the example createChanMapFileFromImro.m which uses the LongCol_1shank imro. When trying to use KS3 with the new channelMap KS crashed and reported
Error using gpuArray
An unexpected error occurred during CUDA execution. The CUDA error was:
CUDA_ERROR_ILLEGAL_ADDRESS
Error in standalone_detector (line 67)
iC = gather(iC);
When I replaced the LongCol_ channel map with the Bank0 one it did not crash, but unsurprisingly produced not the best results (mixing bank0 and bank1 channels).
Has anyone experienced such behavior? Have you managed to use KS3 with longCol configuration?
Thanks
Anan
The text was updated successfully, but these errors were encountered:
Hi,
I have been successful in recording from Neuropixels probe with SpikeGLX and sorting with KS3 using the Bank0 only imro and channelmap. Lately I tried recording with the LongCol_1shank.imro. For sorting I created an associated channelMap using the example createChanMapFileFromImro.m which uses the LongCol_1shank imro. When trying to use KS3 with the new channelMap KS crashed and reported
Error using gpuArray
An unexpected error occurred during CUDA execution. The CUDA error was:
CUDA_ERROR_ILLEGAL_ADDRESS
Error in standalone_detector (line 67)
iC = gather(iC);
When I replaced the LongCol_ channel map with the Bank0 one it did not crash, but unsurprisingly produced not the best results (mixing bank0 and bank1 channels).
Has anyone experienced such behavior? Have you managed to use KS3 with longCol configuration?
Thanks
Anan
The text was updated successfully, but these errors were encountered: