Skip to content
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

[stream] Dedeplicate stream.yield values from stream.async.execute #20056

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

rsuderman
Copy link
Contributor

If during cleanup values are replicated in stream.async.execute cases it can result in double allocation of those blocks (this occurs as ScheduleAllocation assumes all returns are unique). This double allocation also results in bad numerical behavior as the separate returns may be used by different dispatches and fetch incorrect values.

@rsuderman rsuderman requested a review from benvanik as a code owner February 21, 2025 04:14
@rsuderman rsuderman force-pushed the dedupe_async branch 2 times, most recently from a80c055 to 7e6abff Compare February 21, 2025 04:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant