nengo / nengo-loihi

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

NengoLoihi


A backend for running Nengo models on Intel's Loihi architecture.

To use the backend, simply replace::

nengo.Simulator(model)

with::

nengo_loihi.Simulator(model)

For more details and installation instructions, please see the documentation <https://www.nengo.ai/nengo-loihi/>_.