gsutil retry#7
Merged
Merged
Conversation
rwitten
approved these changes
Apr 20, 2023
A9isha
pushed a commit
that referenced
this pull request
Apr 11, 2024
jberchtold-nvidia
added a commit
to jberchtold-nvidia/maxtext
that referenced
this pull request
Aug 15, 2025
…ion_v2 Add test scripts to v2 integration
geeningwang
pushed a commit
to geeningwang/maxtext
that referenced
this pull request
Apr 17, 2026
- Benchmark history: add row AI-Hypercomputer#7 (scan=true, 71.1 ms / 450 tok/s, +28% vs AI-Hypercomputer#6) - Add 'scan_layers=true Analysis' section explaining the 15.4 ms overhead: root cause is loss of XLA inter-layer weight-prefetch pipelining (lax.while_loop prevents cross-iteration scheduling); ~0.32 ms/layer consistent with memory-bandwidth-bound workload losing prefetch overlap - Quantify sparse dispatch break-even bar: must recover >22% to beat 55.7 ms dense baseline; rough estimate ~34 ms achievable with ragged_all_to_all - Update 'Most Impactful Next Fixes' section: scan fix done, ragged_all_to_all is now AI-Hypercomputer#1 priority; update HEAD ref to 539cc04 - Re-rank optimisation table: ragged_all_to_all moved to rank 2 (highest unrun), scan_layers=true added as rank 3 (done, prerequisite)
4 tasks
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
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add a retry to gsutil.
We have found that gsutil does not always install in time, but a short retry fixes this issue. We have only seen this issue in large runs (e.g. 2xv4-384), previously the code was working up to 2xv4-128.