-
Notifications
You must be signed in to change notification settings - Fork 26.3k
[quant] adding const qualifier to Quantizer::equalTo #75355
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
Summary: fix issue 74538 Quantizer::equalTo missing const qualifier Equality test should be const. Test Plan: Reviewers: Subscribers: Tasks: Tags: [ghstack-poisoned]
🔗 Helpful links
💊 CI failures summary and remediationsAs of commit e0d6442 (more details on the Dr. CI page): 💚 💚 Looks good so far! There are no failures yet. 💚 💚 This comment was automatically generated by Dr. CI (expand for details).Please report bugs/suggestions to the (internal) Dr. CI Users group. |
Summary: fix issue 74538 Quantizer::equalTo missing const qualifier Equality test should be const. Test Plan: Reviewers: Subscribers: Tasks: Tags: [ghstack-poisoned]
|
@terrychenism has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
|
the code makes sense. Could you fill out the test plan? Also, looks like there are some CI errors. Thanks for working on this. |
Summary: fix issue #74538 Quantizer::equalTo missing const qualifier Equality test should be const. Test Plan: Reviewers: Subscribers: Tasks: Tags: Differential Revision: [D35444203](https://our.internmc.facebook.com/intern/diff/D35444203) [ghstack-poisoned]
|
@terrychenism has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
Summary: fix issue #74538 Quantizer::equalTo missing const qualifier Equality test should be const. Test Plan: Reviewers: Subscribers: Tasks: Tags: Differential Revision: [D35444203](https://our.internmc.facebook.com/intern/diff/D35444203) [ghstack-poisoned]
Summary: fix issue #74538 Quantizer::equalTo missing const qualifier Equality test should be const. Test Plan: Reviewers: Subscribers: Tasks: Tags: Differential Revision: [D35444203](https://our.internmc.facebook.com/intern/diff/D35444203) [ghstack-poisoned]
Summary: fix issue #74538 Quantizer::equalTo missing const qualifier Equality test should be const. Test Plan: Reviewers: Subscribers: Tasks: Tags: Differential Revision: [D35444203](https://our.internmc.facebook.com/intern/diff/D35444203) [ghstack-poisoned]
Summary: fix issue #74538 Quantizer::equalTo missing const qualifier Equality test should be const. Test Plan: Reviewers: Subscribers: Tasks: Tags: Differential Revision: [D35444203](https://our.internmc.facebook.com/intern/diff/D35444203) [ghstack-poisoned]
Summary: fix issue #74538 Quantizer::equalTo missing const qualifier Equality test should be const. Test Plan: Reviewers: Subscribers: Tasks: Tags: Differential Revision: [D35444203](https://our.internmc.facebook.com/intern/diff/D35444203) [ghstack-poisoned]
Summary: fix issue #74538 Quantizer::equalTo missing const qualifier Equality test should be const. Test Plan: Reviewers: Subscribers: Tasks: Tags: Differential Revision: [D35444203](https://our.internmc.facebook.com/intern/diff/D35444203) [ghstack-poisoned]
|
@terrychenism has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
|
the test plan is still blank, please fill it out so we can accept the PR |
just wait for the CI test finish, now it's filled. |
vkuzo
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 working on this!
Stack from ghstack (oldest at bottom):
Summary:
fix issue #74538 Quantizer::equalTo missing const qualifier
Equality test should be const.
Test Plan:
All CI tests passed
Reviewers:
Subscribers:
Tasks:
Tags:
Differential Revision: D35444203