nengo-ocl icon indicating copy to clipboard operation
nengo-ocl copied to clipboard

WIP: Lstsq solver

Open hunse opened this issue 7 years ago • 0 comments

This is currently not working well. As seen in the test included in the commit, it makes performance a lot worse as compared to the nengo version for the large near-singular system. Also, cho_solve doesn't work because it's so near-singular, but I'm using cho_solve in nengo so something else is weird with how the matrices are being computed on the GPU.

hunse avatar Dec 09 '17 00:12 hunse