tenstorrent / tt-forge-fe

The TT-Forge FE is a graph compiler designed to optimize and transform computational graphs for deep learning models, enhancing their performance and efficiency.
https://docs.tenstorrent.com/tt-forge-fe/
Apache License 2.0
20 stars 3 forks source link

Unified verification logic #739

Open vkovinicTT opened 2 days ago

vkovinicTT commented 2 days ago

This PR addresses issue #639 by introducing a new verify function that centralizes all verification logic in one place. Additionally, a new VerifyConfig class is introduced, allowing for custom verification settings per test. The previous configuration class has been renamed to DeprecatedVerifyConfig to indicate it is now obsolete.

For more details on the changes, refer to the PR documentation.

Fix #639