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

How to calculate a model's MCPS on xcore.ai? #916

Open
andresovela opened this issue Jul 23, 2024 · 2 comments
Open

How to calculate a model's MCPS on xcore.ai? #916

andresovela opened this issue Jul 23, 2024 · 2 comments

Comments

@andresovela
Copy link
Contributor

I'm interested in getting MCPS figures for different models, but I'm not sure how can I get cycle information on the xcore.ai/using the tools, especially considering multithreading.

Is there a proven way to calculate this?

@panickal-xmos
Copy link
Collaborator

The profiling info with times for each op is cycle accurate. Did you mean something else?

@andresovela
Copy link
Contributor Author

andresovela commented Jul 23, 2024

Usually you estimate an algorithm's processing load using an MCPS number. That allows people to be able to tell how much processing the model needs in terms of "processor usage".

There's a difference between a model that runs in 10 ms using all available cores 100% of the time, and a model that runs in 10 ms but allows the processor to enter sleep mode for 90% of the time.

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