aws / aws-ofi-nccl

This is a plugin which lets EC2 developers use libfabric as network provider while running NCCL applications.
Apache License 2.0
140 stars 54 forks source link

tree: set export symbol visibility #452

Closed aws-nslick closed 3 months ago

aws-nslick commented 3 months ago

enables builds with -fvisibility=hidden to work correctly, at least under some compilers.

The end-goal is to get cross translation unit optimization and LTO working well, to negate some of the negative impacts of our usage of globals