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
Summary:
Pull Request resolved: #4457
X-link: facebookresearch/FBGEMM#1515
Add IPO option to enable link time optimization, which is disabled by default. AVX files use inline asm code and can't be parsed by lto implementations, so they are excluded. CUDA code is also excluded.
This optimization has reduced libfbgemm.a from 80Mb to 64Mb on my host, using GCC 15.
We have attempts to enable link time optimization on PyTorch, fixing FBGEMM builds is the important prerequisite.
Pull Request resolved: #4452
Reviewed By: cthi
Differential Revision: D77912148
Pulled By: q10
fbshipit-source-id: 8ad52ad4c556020e69a39166c867248024a04917
0 commit comments