-
Notifications
You must be signed in to change notification settings - Fork 6.8k
[BUGFIX]Fix the regular expression in RTC code #20810
Conversation
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 the change!
@mxnet-bot run ci [unix-cpu, website, windows-gpu] |
Jenkins CI successfully triggered : [unix-cpu, windows-gpu, website] |
@mxnet-bot run ci [windows-gpu] |
Jenkins CI successfully triggered : [windows-gpu] |
@mxnet-bot run ci [windows-gpu] |
Jenkins CI successfully triggered : [windows-gpu] |
@mxnet-bot run ci [windows-gpu] |
Unauthorized access detected. |
@mxnet-bot run ci [windows-gpu] |
Jenkins CI successfully triggered : [windows-gpu] |
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.
CI has finally passed! LGTM!
Co-authored-by: Przemyslaw Tredak <[email protected]>
Co-authored-by: Przemyslaw Tredak <[email protected]>
Description
This PR makes the regular expression in the legacy RTC code path more efficient.
Checklist
Essentials
Changes
FYI @josephevans @szha @TristonC