We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#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:
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:
Edit: this dump was updated with this PR: #1726. Running ttrt run out.ttnn --memory --save-artifacts will output memory report file.
ttrt run out.ttnn --memory --save-artifacts
Sorry, something went wrong.
odjuricicTT
vprajapati-tt
No branches or pull requests
#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: