You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: