-
Notifications
You must be signed in to change notification settings - Fork 25.3k
[unified build] More fixes for hidden visibility #10624
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
5f89dee
to
4618d76
Compare
Removed visibility change in CMakeLists.txt so we can see if these all pass. If so, I'll land and keep debugging the remaining issues on a separate PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
orionr has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
Re-run of the failed test succeeded at https://ci.pytorch.org/jenkins/job/caffe2-builds/job/py2-cuda9.0-cudnn7-aten-ubuntu16.04-trigger-test/10671/ |
Summary: Let's run CI tests to see what fails given the changes that just landed in pytorch/pytorch#10624 cc mingzhe09088 ezyang Yangqing Pull Request resolved: pytorch/pytorch#10692 Reviewed By: mingzhe09088 Differential Revision: D9423617 Pulled By: orionr fbshipit-source-id: 3bda1f118d13f8dd8e823727c93167cae747d8cf
Summary: Some more `ATEN_API` additions for hidden visibility. Running CI tests to see what fails to link. cc Yangqing mingzhe09088 ezyang Pull Request resolved: pytorch#10624 Reviewed By: mingzhe09088 Differential Revision: D9392728 Pulled By: orionr fbshipit-source-id: e0f0861496b12c9a4e40c10b6e0c9e0df18e8726
Summary: Let's run CI tests to see what fails given the changes that just landed in pytorch#10624 cc mingzhe09088 ezyang Yangqing Pull Request resolved: pytorch#10692 Reviewed By: mingzhe09088 Differential Revision: D9423617 Pulled By: orionr fbshipit-source-id: 3bda1f118d13f8dd8e823727c93167cae747d8cf
Some more
ATEN_API
additions for hidden visibility.Running CI tests to see what fails to link.
cc @Yangqing @mingzhe09088 @ezyang