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

Enable intermediate verification in forward pass #1405

Open
dgolubovicTT opened this issue Mar 7, 2025 · 0 comments · May be fixed by #1406
Open

Enable intermediate verification in forward pass #1405

dgolubovicTT opened this issue Mar 7, 2025 · 0 comments · May be fixed by #1406
Assignees

Comments

@dgolubovicTT
Copy link
Contributor

We need intermediate golden verification for debugging data mismatches effectively.
There are two scopes of graph verification:
First scope is verifying graph between compile stages. This enables us to detect in which stage of compile data mismatch occurs.
Second scope is verifying each intermediate tensor as opposed to verifying only outputs. This will enable us to locate where exactly data mismatch occurs in the graph.

We had these features in pybuda, the goal is just to enable them in forge setting

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

Successfully merging a pull request may close this issue.

1 participant