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
[TC] Fix to graph break inside set_block_mapping (HabanaAI#1143)
This PR is fixing graph break caused by torch compilation of
set_block_mapping. Problem is that _replace function of tuple is not
supported by torch compilation process (cannot be inlined). This PR is
recasted and stripped version of
HabanaAI#1073 (outdated).
0 commit comments