torchrec icon indicating copy to clipboard operation
torchrec copied to clipboard

Allow undefined libraries to fix CMake errors

Open aporialiao opened this issue 8 months ago • 9 comments

Summary: This should get rid of the libtorch_cpu.so: undefined reference to logf@GLIBC_2.27'` etc.. we see in our cpp unit tests on Github CI See: https://fb.workplace.com/groups/1405155842844877/permalink/23944202491846891/

Note there is another error of undefined reference - but it's related to our library not installing google benchmark rather than something inside of torch.so file like the ones mentioned in post.

Differential Revision: D71862824

aporialiao avatar Mar 26 '25 01:03 aporialiao