Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Power measurement example #321

Draft
wants to merge 11 commits into
base: main
Choose a base branch
from
Draft

Power measurement example #321

wants to merge 11 commits into from

Conversation

hunse
Copy link
Collaborator

@hunse hunse commented Dec 1, 2021

This contains a script I wrote for testing the new allocators that reduce inter-chip communication. We actually don't have any examples of doing power measurement right now, and it's something that users often ask about. It would be good to turn this script into a notebook and add it to our examples.

Also minor speedup to hardware build
These were being tested before, it just wasn't evident/assured.
- Respect nengo.rc.rc.float_dtype where we can
- Use int32 in a number of places to reduce memory
To map connections to DecodeNeurons so that users can see which
connections have DecodeNeurons and get a handle to the relevant
Ensemble or LoihiBlock if necessary.
To reduce inter-chip communication.
@tbekolay tbekolay marked this pull request as draft December 13, 2021 21:16
@tbekolay tbekolay changed the title Draft: Power measurement example Power measurement example Dec 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants