-
Notifications
You must be signed in to change notification settings - Fork 588
Allow undefined libraries to fix CMake errors #2849
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
Conversation
|
This pull request was exported from Phabricator. 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
28caf61 to
7c4ab91
Compare
|
This pull request was exported from Phabricator. 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
7c4ab91 to
33d273c
Compare
|
This pull request was exported from Phabricator. 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
33d273c to
2e1407d
Compare
|
This pull request was exported from Phabricator. 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
2e1407d to
b1ad02b
Compare
|
This pull request was exported from Phabricator. 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
b1ad02b to
bef8955
Compare
|
This pull request was exported from Phabricator. 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
bef8955 to
bf03d39
Compare
|
This pull request was exported from Phabricator. 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
bf03d39 to
9d67379
Compare
|
This pull request was exported from Phabricator. 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
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
9d67379 to
f0d66ec
Compare
|
This pull request was exported from Phabricator. Differential Revision: D71862824 |
Summary:
This should get rid of the
libtorch_cpu.so: undefined reference tologf@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