This PR pulls in changes from one of my personal development branches to fix a bug where cupy arrays are indexed outside of their proper device context. It does this by refactoring the eigen probe updates so they use our special CUDA context map() instead of a list comprehension.
This PR pulls in changes from one of my personal development branches to fix a bug where cupy arrays are indexed outside of their proper device context. It does this by refactoring the eigen probe updates so they use our special CUDA context
map()
instead of a list comprehension.