-
Notifications
You must be signed in to change notification settings - Fork 7k
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
Revamp setup.py and C++ extension build #8528
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/vision/8528
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New FailureAs of commit 46f1189 with merge base 0bf8d14 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
Everything is passing in f5c1b36 except for some flaky macos value assertions. |
Every single job is passing except for |
Hey @NicolasHug! You merged this PR, but no labels were added. |
Reviewed By: vmoens Differential Revision: D60596220 fbshipit-source-id: 7b8010a1d5955028b8e764146e3e4ae785f49269
This PR completely re-write our setup.py to be more modular, manageable and modern. This is needed in order to add more decoders / C dependencies like for webp decoding in #8527.
I am revamping everything EXCEPT for the 2 video decoder extensions - no thanks.