-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Fix when giving jit format warning about unsupported options #28616
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
|
This pull request was exported from Phabricator. Differential Revision: D18039443 |
a9204d5 to
493fff2
Compare
493fff2 to
11a01cd
Compare
|
This pull request was exported from Phabricator. Differential Revision: D18039443 |
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.
@ggoossen is landing this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
…#28616) Summary: Current reges also matches strings with '{}' so warning is always given. Pull Request resolved: pytorch#28616 Test Plan: Previous code was giving a warning about unspported options, these disappeared. When adding something inside '{}' the warning came back. Differential Revision: D18039443 Pulled By: ggoossen fbshipit-source-id: ee926d6d5ab149d979106e00a3e7d1f8c24a13fc
11a01cd to
1cca940
Compare
|
This pull request was exported from Phabricator. Differential Revision: D18039443 |
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.
@ggoossen is landing this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
…attempt Previous attempt in #28616 didn't work in clang8 and got reverted in #28916 This one escapes the } inside the brackets, maybe that works Differential Revision: [D18324286](https://our.internmc.facebook.com/intern/diff/D18324286/) [ghstack-poisoned]
…attempt Previous attempt in #28616 didn't work in clang8 and got reverted in #28916 This one escapes the } inside the brackets, maybe that works Differential Revision: [D18324286](https://our.internmc.facebook.com/intern/diff/D18324286/) ghstack-source-id: 93270628 Pull Request resolved: #29193
…ns, second attempt" Previous attempt in #28616 didn't work in clang8 and got reverted in #28916 This one escapes the } inside the brackets, maybe that works Differential Revision: [D18324286](https://our.internmc.facebook.com/intern/diff/D18324286/) [ghstack-poisoned]
…attempt Pull Request resolved: #29193 Previous attempt in #28616 didn't work in clang8 and got reverted in #28916 This one escapes the } inside the brackets, maybe that works ghstack-source-id: 93283014 Differential Revision: [D18324286](https://our.internmc.facebook.com/intern/diff/D18324286/)
Summary: Current reges also matches strings with '{}' so warning is always given.
Test Plan: Previous code was giving a warning about unspported options, these disappeared. When adding something inside '{}' the warning came back.
Differential Revision: D18039443