-
Notifications
You must be signed in to change notification settings - Fork 16
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
Add memory report visualization into tt explorer #1618
Comments
Edit: this dump was updated with this PR: #1726. Running |
@tapspatel This would probably be a good introductory issue for anyone onboarding onto the explorer project. I can create a more detailed roadmap if anyone new is going to take up this issue. |
@vprajapati-tt we discussed this briefly offline. I think that there is a very detailed memory report in ttnn-visualizer and that we might not need to recreate this feature in explorer. Using ttnn-visualizer reports from ttrt execution is going to be a requirement by the perf team, so i'd like to test this flow out first and if it's not sufficient we should discuss adding this to explorer. Opened an issue here #2110 |
Yeah, for detailed memory reports I definitely suggest using |
@vprajapati-tt Yes, i was referencing a more detailed view of the memory. Having a single percentage is fine now. |
@jgrimTT Here's a plan to action for taking this on as a first issue!
This should provide a brief overview of where to look in the code but I may have omitted some more detailed semantics. Feel free to ping for help, but this should be the rough roadmap to implement this feature :) |
#1616
Once this PR lands, you will be able to get a dump of the device state memory after every op. Usage:
3 files are produced:
They will be produced under the artifacts directory, with the name of the parent folder being the loc() of that op that was run.
The text was updated successfully, but these errors were encountered: