Cache compiled JAX init HLOs in MaxEngine. - #4643
Open
copybara-service[bot] wants to merge 1 commit into
Open
Conversation
copybara-service
Bot
requested review from
Lumosis,
gpolovets1,
igorts-git,
jrplatin,
mailvijayasingh,
mitalisi,
patemotter,
richjames0 and
vipannalla
as code owners
July 28, 2026 14:18
copybara-service
Bot
force-pushed
the
test_955227312
branch
6 times, most recently
from
July 28, 2026 22:12
0510a22 to
32d5a4a
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
This CL caches the compiled init_cache HLO for init state and init cache on the MaxEngine instance. By storing the compiled functions and reusing them, we avoid redundant compilation overhead on subsequent calls. FUTURE_COPYBARA_INTEGRATE_REVIEW=#4585 from AI-Hypercomputer:zxhe/eval_start_step 25702cd PiperOrigin-RevId: 955227312
copybara-service
Bot
force-pushed
the
test_955227312
branch
from
July 29, 2026 02:41
32d5a4a to
2fcc1b0
Compare
copybara-service
Bot
requested review from
RissyRan,
bvandermoon,
darisoy,
gobbleturk,
huytransformer,
jiangjy1982,
khatwanimohit,
parambole,
shralex,
shuningjin,
suexu1025 and
xibinliu
as code owners
July 29, 2026 02:41
copybara-service
Bot
requested review from
A9isha,
NuojCheng,
SurbhiJainUSC,
abhinavclemson,
aireenmei,
dipannita08,
gagika and
hengtaoguo
as code owners
July 29, 2026 02:41
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.
Cache compiled JAX init HLOs in MaxEngine.
This CL caches the compiled init_cache HLO for init state and init cache on the MaxEngine instance. By storing the compiled functions and reusing them, we avoid redundant compilation overhead on subsequent calls.
FUTURE_COPYBARA_INTEGRATE_REVIEW=#4585 from AI-Hypercomputer:zxhe/eval_start_step 25702cd