-
Notifications
You must be signed in to change notification settings - Fork 26.3k
[quant][graphmode][jit][api] Expose preserved_attrs from finalize to convert_jit #44490
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
…convert_jit Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags: [ghstack-poisoned]
…inalize to convert_jit" Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags: Differential Revision: [D23631142](https://our.internmc.facebook.com/intern/diff/D23631142) [ghstack-poisoned]
💊 CI failures summary and remediationsAs of commit 8af1a94 (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).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 20 times. |
…inalize to convert_jit" Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags: Differential Revision: [D23631142](https://our.internmc.facebook.com/intern/diff/D23631142) [ghstack-poisoned]
Codecov Report
@@ Coverage Diff @@
## gh/jerryzh168/429/base #44490 +/- ##
=======================================================
Coverage 67.85% 67.85%
=======================================================
Files 384 384
Lines 50020 50022 +2
=======================================================
+ Hits 33940 33942 +2
Misses 16080 16080
Continue to review full report at Codecov.
|
…inalize to convert_jit" Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags: Differential Revision: [D23631142](https://our.internmc.facebook.com/intern/diff/D23631142) [ghstack-poisoned]
z-a-f
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.
lgtm
| Module Finalize(Module& module, | ||
| QuantType quant_type, | ||
| const std::vector<std::string>& preserved_attrs) { |
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.
nit: are these subject to BC?
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.
you mean does this affect BC? I don't think so, these is an internal function.
for user function convert_jit this is an optional argument, so it won't affect BC either.
…inalize to convert_jit" Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags: Differential Revision: [D23631142](https://our.internmc.facebook.com/intern/diff/D23631142) [ghstack-poisoned]
…inalize to convert_jit" Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags: Differential Revision: [D23631142](https://our.internmc.facebook.com/intern/diff/D23631142) [ghstack-poisoned]
…inalize to convert_jit" Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags: Differential Revision: [D23631142](https://our.internmc.facebook.com/intern/diff/D23631142) [ghstack-poisoned]
|
This pull request has been merged in f575df2. |
Stack from ghstack:
Summary:
Test Plan:
Reviewers:
Subscribers:
Tasks:
Tags:
Differential Revision: D23631142