data
data copied to clipboard
Hide symbol from openssl for TorchData releases
🐛 Describe the bug
For all torchdata wheels, in order to provide the integration of AWSSDK, we statically linked OpenSSL to _torchdata.so, we should prevent any symbol from OpenSSL exposed by _torchdata.so. (Just add -fvisibility-hidden when build)
This was caused by stocking *.a files
Versions
main
Removing this issue from milestone 0.6 due to capacity