-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Remove CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS and fix CUDA 8 build on Windows #9491
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
|
@ezyang The work is almost done, except one change needed in the onnx repo. |
|
@ezyang Test passed locally on CPU build and the CUDA build should pass too. Could you spare some time to review this? |
ezyang
left a comment
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.
This is amazingly concise! Thank you!
|
Oh no, it breaks again. |
|
@pytorchbot retest this please |
|
@peterjc123 Do you think we can submit a PR to ONNX repo in order to merge this soon? We are thinking of doing the 0.4.1 release by the end of this week or on Monday. If this still needs time we can try to just patch up the 0.4.1 branch to make Windows CUDA 8 build work. Thanks! cc. @soumith |
|
@soumith This PR does not require the code change in ONNX. Actually, since the code in JIT is changing every day, the code here get quickly broken. I guess we should merge this ASAP. Otherwise, I'll |
0fcb92b to
ad906f2
Compare
|
It seems that all the issues has been solved except this one @apaszke Do you have any idea on this? It is annotated as |
|
@pytorchbot retest this please |
facebook-github-bot
left a comment
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.
@ezyang has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
…ws (pytorch#9693) Summary: Pull Request resolved: pytorch#9693 Fixes pytorch#9092. Pull Request resolved: pytorch#9491 Differential Revision: D8946850 fbshipit-source-id: f8e053542b573c0d778f8be62773cc761e090c77
…ws (#9491) (#9491) Summary: Fixes #9092. Pull Request resolved: pytorch/pytorch#9491 Pull Request resolved: pytorch/pytorch#9693 Differential Revision: D8946850 Pulled By: ezyang fbshipit-source-id: bd816f459ab70f6b4a0983305a1ce341bb633707
…ws (pytorch#9491) (pytorch#9491) Summary: Fixes pytorch#9092. Pull Request resolved: pytorch#9491 Pull Request resolved: pytorch#9693 Differential Revision: D8946850 Pulled By: ezyang fbshipit-source-id: bd816f459ab70f6b4a0983305a1ce341bb633707
…ws (pytorch#9491) (pytorch#9491) Summary: Fixes pytorch#9092. Pull Request resolved: pytorch#9491 Pull Request resolved: pytorch#9693 Differential Revision: D8946850 Pulled By: ezyang fbshipit-source-id: bd816f459ab70f6b4a0983305a1ce341bb633707
Fixes #9092.