ctn-archive / nengo_spinnaker_2014

SpiNNaker backend for Nengo -- now obsolete. See instead https://github.com/project-rig/nengo_spinnaker
MIT License
0 stars 1 forks source link

Routing Keys by an "Object ID" #88

Closed mossblaser closed 10 years ago

mossblaser commented 10 years ago

Instead of explicitly defining the "x,y,p" parts of routing keys based on the cores involved, use the observation that all things from a given ensemble/value source/sink are routed to the same place and so a single ID will suffice.

Bonuses of this include:

mundya commented 10 years ago

I like this idea so much I can't quite remember why we're using x, y, p... other than that for a while it looked like PACMAN would enforce this.

The keyspaces stuff should make this dead easy to try out - even with dynamically resizing the fields :smile:

mundya commented 10 years ago

This is now done by object ID and partition ID.