-
Notifications
You must be signed in to change notification settings - Fork 54
Merge GraftingConfig
into PreconditionerConfig
#242
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
Merge GraftingConfig
into PreconditionerConfig
#242
Conversation
This pull request was exported from Phabricator. Differential Revision: D81237972 |
8b03b1a
to
ef22dd3
Compare
This pull request was exported from Phabricator. Differential Revision: D81237972 |
ef22dd3
to
db41e3c
Compare
This pull request was exported from Phabricator. Differential Revision: D81237972 |
db41e3c
to
d290e42
Compare
This pull request was exported from Phabricator. Differential Revision: D81237972 |
This pull request has been merged in 80562ff. |
Thanks @tsunghsienlee for following through on this! Totally understand why this PR was closed in favor of the unified design in #242, it’s much cleaner. Sorry for my late reply earlier (time zone difference on my side). Really appreciate being credited as co-author there. Glad I could contribute to the direction, and I’ll be happy to help review or test future grafting/preconditioner work. |
…rch#243) Summary: Due to facebookresearch#242, `README.md` needs updated accordingly. Differential Revision: D81278578
Summary: After the merge of `GraftingConfig` and `PreconditionerConfig` in #242, this comment should be correct as `PreconditionerConfig`. Reviewed By: runame Differential Revision: D82325249 fbshipit-source-id: bb957474e777eaac874e54e3cbfbe9fe163042ce
Summary: Grafting is also instantiating a class whose base class is
PreconditionerList
so it makes sense to mergeGraftingConfig
intoPreconditionerConfig
. Moreover, this enriches the choices of both grafting and preconditioners.Similar idea is also proposed in #227.
Differential Revision: D81237972
Co-authored-by: @Vishal-sys-code