-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Introduce BUILD_CAFFE2 flag #43673
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
Introduce BUILD_CAFFE2 flag #43673
Conversation
💊 CI failures summary and remediationsAs of commit aba398d (more details on the Dr. CI page): ✅ None of the CI failures appear to be your fault 💚
❄️ 1 failure tentatively classified as flakybut reruns have not yet been triggered to confirm:
|
8480b6c to
89b485f
Compare
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.
@walterddr has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
| ) | ||
|
|
||
|
|
||
| class NonCaffe2Job: |
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.
How about PyTorchPure build job? Also, I think it would be better to just add one more experimental node (say no-caffe2) to
| "asan": AsanConfigNode, |
than create a new config altogether
9061499 to
216765a
Compare
216765a to
1c673b8
Compare
b1aeb63 to
757662c
Compare
malfet
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.
Please add if build_only or pure_torch: to
| if build_only: |
to restrict the change to build only until tests are fixed and add
#TODO comment to remove this restriction later.
Also, I would argue that in its current state it does not need to be run on every diff but only on master branch (i.e. replace XImportant with X)
Codecov Report
@@ Coverage Diff @@
## master #43673 +/- ##
=======================================
Coverage 69.24% 69.25%
=======================================
Files 378 379 +1
Lines 46862 46932 +70
=======================================
+ Hits 32451 32501 +50
- Misses 14411 14431 +20
Continue to review full report at Codecov.
|
e28b5e9 to
aba398d
Compare
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.
@walterddr has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
|
@walterddr merged this pull request in 8ca3913. |
introduce BUILD_CAFFE2 flag. default to
ON.