-
Notifications
You must be signed in to change notification settings - Fork 668
[PyTorch Debug] Support tensor dump #2645
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
pggPL
wants to merge
36
commits into
NVIDIA:main
Choose a base branch
from
pggPL:inpsect_tensor_dump_support
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
fe437c1
code drop
pggPL a54a743
code drop
pggPL b6e0767
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 76d362c
Merge branch 'main' into inpsect_tensor_dump_support
pggPL dc60fe8
docs
pggPL e94467f
nvfp4 internals support
pggPL e8c8e56
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] b002b89
lint fixes
pggPL 2816f37
Update transformer_engine/debug/features/dump_tensors.py
pggPL 83506af
fix
pggPL a525f82
Update transformer_engine/debug/features/dump_tensors.py
pggPL df66054
Update transformer_engine/debug/features/dump_tensors.py
pggPL ab3e90e
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 089a4d2
Update tests/pytorch/debug/test_log.py
pggPL a18664f
Update transformer_engine/debug/features/dump_tensors.py
pggPL 41d17fa
fix
pggPL 1736cbe
fix
pggPL b78d36f
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] d98c4d0
Remove dump_quantized_internals support from DumpTensors
pggPL 23c70e5
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 8357ebe
Address Greptile review comments
pggPL 41c671e
Remove portability suggestion from quantized key docstring
pggPL 0cd16e5
Compute rank lazily in _expected_root_dir
pggPL 6f21734
detach tensors before saving; verify dump filename in test
pggPL 7d36811
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] c7b7f01
Add empty dump_dict log; assert QuantizedTensor type in test
pggPL 2fcd7eb
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 677ad51
Update transformer_engine/debug/features/dump_tensors.py
pggPL dbe1688
Merge branch 'main' into inpsect_tensor_dump_support
pggPL c54368f
Address review: iter subdirs, remove dead rank field, add allclose te…
pggPL 27bc899
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] d4459bd
Merge branch 'main' into inpsect_tensor_dump_support
pggPL f3d8a56
fix: use detach().clone() to avoid shared storage in DumpTensors
pggPL 4e20b8c
test: use torch.equal instead of torch.allclose for serialisation rou…
pggPL 7b1559f
fix: add tp_size to DumpTensors.inspect_tensor and fix KeyError in ca…
pggPL 275767d
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.