Clarify HBM memory estimation log#4514
Open
Shuwen-Fang wants to merge 1 commit into
Open
Conversation
Shuwen-Fang
requested review from
A9isha,
NuojCheng,
RissyRan,
SurbhiJainUSC,
abhinavclemson,
aireenmei,
bvandermoon,
darisoy,
dipannita08,
gagika,
gobbleturk,
hengtaoguo,
huytransformer,
igorts-git,
jiangjy1982,
khatwanimohit,
michelle-yooh,
richjames0,
shralex,
suexu1025,
vipannalla and
xibinliu
as code owners
July 17, 2026 00:41
Shuwen-Fang
force-pushed
the
estimate
branch
2 times, most recently
from
July 17, 2026 00:45
9f5ba19 to
4250d97
Compare
NuojCheng
reviewed
Jul 17, 2026
| f"Total estimated memory size: {total_gb:.1f} GB, estimated output" | ||
| f" size: {output_gb:.1f} GB, estimated temp size: {temp_gb:.1f} GB, " | ||
| f"estimated argument size: {argument_gb:.1f} GB, Estimated host temp" | ||
| f" size: {host_temp_gb:.1f} GB." |
Collaborator
There was a problem hiding this comment.
could you add one more line saying compiler could over-estimate the HBM usage?
Collaborator
|
Thanks for the change! Could you also update this doc with your finding? maxtext/docs/guides/monitoring_and_debugging/understand_logs_and_metrics.md Lines 157 to 176 in f13ccd1 |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
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.
hbm memory estimation is estimated see https://b.corp.google.com/issues/530231381 comments for details
Checklist