Eric Hunsberger

Results 78 issues of Eric Hunsberger

Previously, all Processes were treated the same, even though different types of processes can't be planned together. This PR splits that up so that different process types are treated differently....

work in progress

Trying computing multiple filters per group to reduce the number of times the image has to be loaded. So far, it hasn't seemed to help that much, though. Maybe it...

work in progress

Requires: [pyopencl_blas](https://github.com/hunse/pyopencl_blas) Also needs more testing to ensure performance doesn't get worse as compared to running these solvers in Nengo. LstsqClassifier doesn't use cho_solve, which is a bit disconcerting since...

work in progress

Allow solvers to use OpenCL for faster solving. Requires nengo/nengo#1313.

These tests were created a long time ago. They might still be useful, but will need some updating. They're mostly failing right now.

Allow duplicate indices when using advanced indexing.

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...

work in progress

https://forum.nengo.ai/t/connecting-ensembles-using-neuron-clusters-second-question-added/1121/4 Doing multiple connections from different slices of neurons in an ensemble to the same target does not work properly. Minimal example, where the output should be a sine wave...