Revert "Attempt to fix windows build"#35217
Conversation
💊 CircleCI build failures summary and remediationsAs of commit 0993da2 (more details on the Dr. CI page): 💚 💚 Looks good so far! There are no CircleCI failures yet. 💚 💚 This comment was automatically generated by Dr. CI (expand for details).Follow this link to opt-out of these comments for your Pull Requests.Please report bugs/suggestions on the GitHub issue tracker. This comment has been revised 17 times. |
|
That seems fine, but how did you notice this was no longer working? Master windows seems to be green now. |
|
@ezyang I probably have worded it incorrectly. I meant the "fix" is no longer necessary, because removing the fix still leads to a successful VS2017 build. Not triggering the compiler bug, the fix, which is really a hack, shouldn't be there. |
|
@pytorchbot merge this please |
7c6ca3a to
5dfd405
Compare
|
Originally: The first commit is the real change, and the second is CI tweaks that should be reverted before merging. The second commit (CI tweak) has now been reverted. |
8178011 to
f91bf2a
Compare
|
Waiting on #35593 |
This causes ambiguity and can be triggered sometimes (e.g., by pytorch#35217). Explicitly convert them to float. error: conditional expression is ambiguous; 'const hip_impl::Scalar_accessor<float, Native_vec_, 0>' can be converted to 'float' and vice versa
Summary: This causes ambiguity and can be triggered sometimes (e.g., by #35217). Explicitly convert them to float. error: conditional expression is ambiguous; 'const hip_impl::Scalar_accessor<float, Native_vec_, 0>' can be converted to 'float' and vice versa Pull Request resolved: #35593 Differential Revision: D20735663 Pulled By: ezyang fbshipit-source-id: ae6a38a08e59821bae13eb0b9f9bdf21a008d5c0
This reverts commit 0c22255.
f91bf2a to
0993da2
Compare
|
All tests have passed now |
…pytorch#35593) Summary: This causes ambiguity and can be triggered sometimes (e.g., by pytorch#35217). Explicitly convert them to float. error: conditional expression is ambiguous; 'const hip_impl::Scalar_accessor<float, Native_vec_, 0>' can be converted to 'float' and vice versa Pull Request resolved: pytorch#35593 Differential Revision: D20735663 Pulled By: ezyang fbshipit-source-id: ae6a38a08e59821bae13eb0b9f9bdf21a008d5c0
…#35593) Summary: This causes ambiguity and can be triggered sometimes (e.g., by #35217). Explicitly convert them to float. error: conditional expression is ambiguous; 'const hip_impl::Scalar_accessor<float, Native_vec_, 0>' can be converted to 'float' and vice versa Pull Request resolved: #35593 Differential Revision: D20735663 Pulled By: ezyang fbshipit-source-id: ae6a38a08e59821bae13eb0b9f9bdf21a008d5c0
facebook-github-bot
left a comment
There was a problem hiding this comment.
@ezyang is landing this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
…#35593) Summary: This causes ambiguity and can be triggered sometimes (e.g., by pytorch#35217). Explicitly convert them to float. error: conditional expression is ambiguous; 'const hip_impl::Scalar_accessor<float, Native_vec_, 0>' can be converted to 'float' and vice versa Pull Request resolved: pytorch#35593 Differential Revision: D20735663 Pulled By: ezyang fbshipit-source-id: ae6a38a08e59821bae13eb0b9f9bdf21a008d5c0
Summary: This reverts commit 6623bd7. Pull Request resolved: pytorch#35217 Differential Revision: D20793032 Pulled By: ezyang fbshipit-source-id: 66132f6007db2932aafcbdb09d89101cb944bab1
This reverts commit 0c22255.