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
conv-bn folding should be used for CNN-based Vision Models when AMP is used with oneDNN Graph (#2535)
* Update tuning guide to reflect folding conv-bn when oneDNN Graph is used with AMP
By default, conv-bn folding isn't done with CNN based models when AMP is used with oneDNN Graph. `torch.fx.experimental.optimize.fuse` should be used for such models
---------
Co-authored-by: Svetlana Karslioglu <svekars@meta.com>
0 commit comments