Fix typo on run_name for 4xv4-128#6
Closed
michelle-yooh wants to merge 1 commit into
Closed
Conversation
rwitten
approved these changes
Apr 22, 2023
A9isha
pushed a commit
that referenced
this pull request
Apr 11, 2024
* Add dev composer environment * Upgrade image version to fix vulnerability * Update the env to the latest one to address vulnerability * Add helper function to manage the schedule * Update helper function to variable
4 tasks
geeningwang
pushed a commit
to geeningwang/maxtext
that referenced
this pull request
Apr 17, 2026
- Switch benchmark checkpoint to mimo-v2-flash-fixed-ocdbt (scan_layers=false); scan_layers=true is broken for MIMO_V2_FLASH (missing layer_idx in scan branch) - Add 2026-04-17 result: commit 1a6b957, ~575 tok/s / 55.7 ms (cold GCS cache) - Retire stale scan_layers=true reference results (f42416a, 2ae1dc4) to footnote - Add perf table row AI-Hypercomputer#6 for today's run; update next-steps to prioritise the scan_layers=true fix before further sparse-dispatch work
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)
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.
No description provided.