nengo / nengo-loihi

Run Nengo models on Intel's Loihi chip
https://www.nengo.ai/nengo-loihi/
Other
35 stars 12 forks source link

Implement Sparse transforms #240

Closed hunse closed 4 years ago

hunse commented 5 years ago

Support Sparse transforms for on-chip connections.

Also uses sparse matrices when possible for node->neuron and neuron->neuron connections that have a scalar or diagonal transform.

drasmuss commented 5 years ago

Oh, I also rebased this onto https://github.com/nengo/nengo-loihi/pull/241

arvoelke commented 4 years ago

Should the documentation be sync'd up to reflect scipy dependency now? Edit: Created an issue (#244).