research: final compile-time census + close-out (#77)#78
Merged
Conversation
…ng-speedup close-out (jax.export ruled out; arc done) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
Overview
Final census of the defaults-live compile UX (cache #128 + autotune-off #132) and the remaining-speedup close-out for #77. Worst cold cell ≈ 35 s on the A100 (was ~70 min); warm ≈ 5–9 s, almost entirely tracing. Remaining levers:
jax.exportRULED OUT (deserialize 4 ms but recompiles ~156 s every process — bypasses the persistent cache); compile-parallelism flags inconclusive with a ~10 s once-per-machine ceiling; the tracing floor is jax-internal. Any further reduction comes from upstream JAX, not this stack — the compile-time arc (#71 → #74 → #77) is done.Scripts Changed
jax_compile/README.md— final census tables + close-out sectionjax_compile/export_probe.py— NEW: jax.export save/load probejax_compile/results/— census + export-probe records (CPU + A100)Validation checklist
🤖 Generated with Claude Code