FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Check tasks are empty in `PriorityTaskQueue::ScheduleBatch()` to avoid scheduling an empty batch when all tasks are lazily cancelled. by copybara-service[bot] · Pull Request #125713 · tensorflow/tensorflow · GitHub

Check tasks are empty in PriorityTaskQueue::ScheduleBatch() to avoid scheduling an empty batch when all tasks are lazily cancelled. - #125713

Merged
copybara-service[bot] merged 2 commits into
masterfrom
exported_pr_967488687
Aug 21, 2026
Merged

Check tasks are empty in PriorityTaskQueue::ScheduleBatch() to avoid scheduling an empty batch when all tasks are lazily cancelled.#125713
copybara-service[bot] merged 2 commits into
masterfrom
exported_pr_967488687

Conversation

Copy link
Copy Markdown

Check tasks are empty in PriorityTaskQueue::ScheduleBatch() to avoid scheduling an empty batch when all tasks are lazily cancelled.

Reverts 8537a31

FUTURE_COPYBARA_INTEGRATE_REVIEW=openxla/xla#46800 from kodlan:fix/issue-45972-svd-zero-dim a79a6474b68d8756d0aecd3fe4a1fa15ba07aaed

…tive indices

Compute validated dtype/shape and resized to max_index+1 but never checked
that indices are non-negative; the Scatter() helper then did
std::swap(list->tensors()[i], aligned) with i < 0, indexing the backing
std::vector before its buffer (out-of-bounds heap access). Validate indices
in Compute, matching the sibling TensorListScatter. Adds a regression test.
copybara-service Bot force-pushed the exported_pr_967488687 branch 2 times, most recently from eb127c5 to baf9230 Compare August 20, 2026 05:46
copybara-service Bot force-pushed the exported_pr_967488687 branch from baf9230 to b14991d Compare August 21, 2026 05:41
copybara-service Bot merged commit b14991d into master Aug 21, 2026
2467 of 2866 checks passed
copybara-service Bot deleted the exported_pr_967488687 branch August 21, 2026 05:57
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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.

2 participants


Back | FazBrowse Home | New Git URL