-
Notifications
You must be signed in to change notification settings - Fork 26.3k
[TensorExpr] Check statements in test_kernel.cpp #43911
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
|
Wait for #43905 to land first. I'll rebase once that happens and get rid of the first commit. |
ZolotukhinM
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.
Thanks for paying our technical debt! I have some comments inline, but I'm not opposed to landing this as-is.
💊 CI failures summary and remediationsAs of commit 9fd6f96 (more details on the Dr. CI page):
🚧 8 ongoing upstream failures:These were probably caused by upstream breakages that are not fixed yet:
ci.pytorch.org: 1 failedThis 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 or post in the (internal) Dr. CI Users group. This comment has been revised 27 times. |
619adcd to
8964c16
Compare
|
@ZolotukhinM I've relaxed the checks quite a bit due to different behaviors between backends. I'd have liked to use captured variables and be more precise, but I didn't manage to get them to work in our setup. |
8964c16 to
dc49ab1
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.
@asuhan has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
Summary: Check statements and fix all the warnings. Test Plan: test_tensorexpr Reviewers: Subscribers: Tasks: Tags:
dc49ab1 to
9fd6f96
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.
@asuhan has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
Summary: Check statements and fix all the warnings.
Test Plan: test_tensorexpr