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

Energy and runtime estimation for running the SNN on neuromorphic simulator #139

Closed
shreshth-29 opened this issue Jun 15, 2023 · 3 comments
Assignees

Comments

@shreshth-29
Copy link

From what I understand, the results are obtained on a neuromorphic simulator (INI for example). It gives the performance metrics, but I was wondering if there was a way to obtain the energy consumption, inference time and the no. of MACC operations as well?

@rbodo
Copy link
Contributor

rbodo commented Jun 22, 2023

Hi, for the INI simulator, you also get the number of MACC operations, but not energy consumption or inference time because the simulation runs on a GPU and does not reflect truly asynchronous processing on dedicated hardware. See also #70 for an explanation of the logged data.

@shreshth-29
Copy link
Author

shreshth-29 commented Jun 22, 2023 via email

@rbodo
Copy link
Contributor

rbodo commented Jun 22, 2023

only accumulate ops in the SNN.

@rbodo rbodo closed this as completed Nov 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants