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

Add memory report visualization into tt explorer #1618

Open
tapspatel opened this issue Dec 17, 2024 · 1 comment
Open

Add memory report visualization into tt explorer #1618

tapspatel opened this issue Dec 17, 2024 · 1 comment
Assignees
Labels
explorer Issues related to Explorer Visualization tool

Comments

@tapspatel
Copy link
Contributor

#1616

Once this PR lands, you will be able to get a dump of the device state memory after every op. Usage:

ttrt run <flatbuffer> --memory

3 files are produced:

  • detailed_memory_usage.csv
  • l1_usage_summary.csv
  • memory_usage_summary.csv

They will be produced under the artifacts directory, with the name of the parent folder being the loc() of that op that was run.

@tapspatel tapspatel added the explorer Issues related to Explorer Visualization tool label Dec 17, 2024
@tapspatel tapspatel mentioned this issue Jan 21, 2025
24 tasks
@tapspatel
Copy link
Contributor Author

tapspatel commented Jan 21, 2025

Edit: this dump was updated with this PR: #1726. Running ttrt run out.ttnn --memory --save-artifacts will output memory report file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
explorer Issues related to Explorer Visualization tool
Projects
None yet
Development

No branches or pull requests

3 participants