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
Save some size in dtype_util when dtype selective build is not in use
We duplicate a lot of functions depending on the operator name so that dtype selective build will work. We can just detect if dtype selective build is in use and, if not, stop duplicating.
Test Plan: Saves 28288 bytes of text in size_test_all_optimized_ops compared to previous PR on my Mac.
ghstack-source-id: 021f467604b1077fa7957d76dd3d81d2362cdaef
ghstack-comment-id: 2761913331
Pull-Request-resolved: #9742
ghstack-source-id: 021f467604b1077fa7957d76dd3d81d2362cdaef
ghstack-comment-id: 2773214759
Pull Request resolved: #9842
0 commit comments