-
Notifications
You must be signed in to change notification settings - Fork 95
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
Serialize output arg #3613
Serialize output arg #3613
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #3613 +/- ##
========================================
Coverage 92.18% 92.18%
========================================
Files 513 513
Lines 21548 21548
========================================
Hits 19863 19863
Misses 1685 1685 ☔ View full report in Codecov by Sentry. |
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.
What's the use case for the output_arg
?
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.
I'm seeing correct results from mxr with this change.
Originally it was needed for MLIR as the last parameter wasnt the output parameter. Instead it would take the output buffer and then the sizes(ie lens, strides) to the buffer, that is no longer the case. In this case, the |
No description provided.