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
feat!(//cpp/bin/torchtrtc): torchtrtc using atol and rtol for tolerance test
BREAKING CHANGE: The flag `--threshold` has been removed in favor of
two flags `--atol` and `--rtol` which control the maximum absolute
and relative tolerances for numberical deviation
Signed-off-by: Naren Dasan <[email protected]>
Signed-off-by: Naren Dasan <[email protected]>
Signed-off-by: Anurag Dixit <[email protected]>
fix: Fix for rtol and atol tolerance limit in torchtrtc
Signed-off-by: Anurag Dixit <[email protected]>
feat(//cpp)!: Using logger instead of std::cout
Signed-off-by: Anurag Dixit <[email protected]>
chore!: Applying C++ lint
Signed-off-by: Anurag Dixit <[email protected]>
chore!: Updated the tensor names as per review comments
Signed-off-by: Anurag Dixit <[email protected]>
0 commit comments