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
eliminate_data_type pass requires removal of nested converts and
there is already a matcher inside simplify_reshapes that does exactly that. need to move this matcher into a separate pass and use that instead.
Add unit-tests . Unit-tests should cover cases like those described in #2517
#2506 (comment)
eliminate_data_type
pass requires removal of nested converts andthere is already a matcher inside
simplify_reshapes
that does exactly that. need to move this matcher into a separate pass and use that instead.Add unit-tests . Unit-tests should cover cases like those described in #2517
Some initial work is already here : https://github.com/ROCmSoftwarePlatform/AMDMIGraphX/compare/quant_gemm_fp8...eliminate_nested_converts?expand=1
The text was updated successfully, but these errors were encountered: