Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow undefined libraries to fix CMake errors #2849

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

aporialiao
Copy link
Member

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

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Mar 26, 2025
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D71862824

aporialiao added a commit to aporialiao/torchrec that referenced this pull request Mar 26, 2025
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 with specific benchmark library - this will need a different fix. coming in next diff

Differential Revision: D71862824
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D71862824

aporialiao added a commit to aporialiao/torchrec that referenced this pull request Mar 26, 2025
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 with specific benchmark library - this will need a different fix. coming in next diff

Differential Revision: D71862824
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D71862824

aporialiao added a commit to aporialiao/torchrec that referenced this pull request Mar 26, 2025
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 with specific benchmark library - this will need a different fix. coming in next diff

Differential Revision: D71862824
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D71862824

aporialiao added a commit to aporialiao/torchrec that referenced this pull request Mar 26, 2025
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 with specific benchmark library - this will need a different fix. coming in next diff

Differential Revision: D71862824
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D71862824

aporialiao added a commit to aporialiao/torchrec that referenced this pull request Mar 26, 2025
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 with specific benchmark library - this will need a different fix. coming in next diff

Differential Revision: D71862824
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D71862824

aporialiao added a commit to aporialiao/torchrec that referenced this pull request Mar 26, 2025
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 with specific benchmark library - this will need a different fix. coming in next diff

Differential Revision: D71862824
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D71862824

aporialiao added a commit to aporialiao/torchrec that referenced this pull request Mar 26, 2025
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 with specific benchmark library - this will need a different fix. coming in next diff

Differential Revision: D71862824
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D71862824

aporialiao added a commit to aporialiao/torchrec that referenced this pull request Mar 26, 2025
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 with specific benchmark library - this will need a different fix. coming in next diff

Differential Revision: D71862824
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 with specific benchmark library - this will need a different fix. coming in next diff

Differential Revision: D71862824
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D71862824

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants