-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Fix GlobalLpPool input types #6503
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
Signed-off-by: Justin Chu <justinchuby@users.noreply.github.com>
Signed-off-by: Justin Chu <justinchuby@users.noreply.github.com>
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 can commit the suggested changes from lintrunner.
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #6503 +/- ##
=======================================
Coverage 57.36% 57.36%
=======================================
Files 507 507
Lines 31502 31502
Branches 3544 3544
=======================================
Hits 18072 18072
Misses 12581 12581
Partials 849 849 ☔ View full report in Codecov by Sentry. |
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
bfloat16 was mistakenly added to GlobalLpPool in opset2. It should have been done in opset 22. This PR fixes the types.
Fixes #6502