-
Notifications
You must be signed in to change notification settings - Fork 671
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
upstream ArrayNode DataMode + BindingData LiteralOffloadedMetadata idl changes #6074
Conversation
Signed-off-by: Paul Dittamo <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #6074 +/- ##
==========================================
- Coverage 36.98% 36.98% -0.01%
==========================================
Files 1318 1318
Lines 132449 132475 +26
==========================================
+ Hits 48989 48991 +2
- Misses 79207 79231 +24
Partials 4253 4253
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@pvditt , what else is missing here? |
Signed-off-by: Paul Dittamo <[email protected]>
Signed-off-by: Paul Dittamo <[email protected]>
Signed-off-by: Paul Dittamo <[email protected]>
Was just waiting for the PR to get merged on our end. Will open source it, but will do that in a follow up as there's been a bit of divergence on our private fork for ArrayNode. |
…l changes (#6074) * upstream DataMode Signed-off-by: Paul Dittamo <[email protected]> * update descriptions Signed-off-by: Paul Dittamo <[email protected]> * upstream binding data idl update Signed-off-by: Paul Dittamo <[email protected]> --------- Signed-off-by: Paul Dittamo <[email protected]>
…l changes (#6074) (#6121) * upstream DataMode * update descriptions * upstream binding data idl update --------- Signed-off-by: Paul Dittamo <[email protected]> Co-authored-by: Paul Dittamo <[email protected]>
Tracking issue
#3573
Why are the changes needed?
Adding support for mapping over reference tasks. Will open source the changes in a follow up PR
What changes were proposed in this pull request?
Updating IDL for ArrayNode + BindingData to support mapping over reference tasks (will all be upstreamed to OSS)
How was this patch tested?
Setup process
Screenshots
Check all the applicable boxes
Related PRs
Docs link