-
Notifications
You must be signed in to change notification settings - Fork 111
Representing DTensor in thunder traces #1907
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
Merged
Merged
Changes from 10 commits
Commits
Show all changes
62 commits
Select commit
Hold shift + click to select a range
5873742
dtensor support
kshitij12345 377125a
add comment
kshitij12345 7ab82f6
add more comments
kshitij12345 e6aa8d3
update comment
kshitij12345 e76fc17
add test for execpted failing cases
kshitij12345 eaac9f7
support for method
kshitij12345 94ef69d
update failing case test
kshitij12345 5d81851
remove generated traces
kshitij12345 7277753
undo pre-commit change
kshitij12345 a8c58e4
undo debug changes
kshitij12345 d87b103
update failing test to use thunder.jit
kshitij12345 b101161
update registration helper
kshitij12345 b551cb8
Apply suggestions from code review
kshitij12345 1c75a80
Merge branch 'main' of github.com:Lightning-AI/lightning-thunder into…
kshitij12345 5854c86
address review and upadte
kshitij12345 a778830
update dtensor proxy repr
kshitij12345 41990d0
Merge branch 'main' of github.com:Lightning-AI/lightning-thunder into…
kshitij12345 eda0277
Merge branch 'main' of github.com:Lightning-AI/lightning-thunder into…
kshitij12345 8abf040
Merge branch 'main' of github.com:Lightning-AI/lightning-thunder into…
kshitij12345 225f2e3
update jit_ext access to torchfn_to_thunder registry : test
kshitij12345 2b85b31
empty commit
kshitij12345 5d0296f
Revert "update jit_ext access to torchfn_to_thunder registry : test"
kshitij12345 dedab03
temp commit
kshitij12345 efaae1d
Merge branch 'main' of github.com:Lightning-AI/lightning-thunder into…
kshitij12345 ddcf208
update to manual decomp
kshitij12345 6a6bf11
add manual grad rule
kshitij12345 2a8ea02
update
kshitij12345 9490cac
update - clean-up
kshitij12345 bd1ecbb
update attrs on DTensorProxy
kshitij12345 5d1f20b
Merge branch 'main' of github.com:Lightning-AI/lightning-thunder into…
kshitij12345 255c82d
remove debug change
kshitij12345 dba02d2
remove unused imports
kshitij12345 e8f6d0b
remove unused import
kshitij12345 83ae80a
update function name
kshitij12345 4cd9bec
cotangent metadata check initial support
kshitij12345 b49df80
address review : p1
kshitij12345 b206632
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] b70238a
address review
kshitij12345 1ff76b3
Merge branch 'dtensor-init-support' of https://github.com/kshitij1234…
kshitij12345 3e295da
update and refactor
kshitij12345 8f4a029
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] a445053
update and add test
kshitij12345 530d29c
update test
kshitij12345 56dc94e
Merge branch 'main' of https://github.com/Lightning-AI/lightning-thun…
kshitij12345 e285e97
undo changes for thunderfx path, fix later
kshitij12345 284d109
Move import of is_dtensor_proxy to the top of the file
IvanYashchuk b26e8b7
Move import of check_dtensor_spec_repr to the top of the file
IvanYashchuk a7eed41
format dtensor imports
IvanYashchuk 8bd1b99
Move import of handle_check_dtensor_spec_in_prologue to the top of th…
IvanYashchuk 8cad766
Return only fake tensors from run_with_fake_tensor
IvanYashchuk f4dc375
Remove unused aot_function
IvanYashchuk c8459a2
Remove TracingContext, tracing usage
IvanYashchuk 2cf4c39
Inline FakeTensorMode into _run_with_fake
IvanYashchuk 1949011
Rename _run_with_fake->run_with_fake_tensor
IvanYashchuk fdfbb79
Merge branch 'main' of https://github.com/Lightning-AI/lightning-thun…
kshitij12345 031eba0
address review
kshitij12345 d600791
Merge branch 'dtensor-init-support' of https://github.com/kshitij1234…
kshitij12345 384b7c6
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 8bc5228
update
kshitij12345 f688c98
Merge branch 'dtensor-init-support' of https://github.com/kshitij1234…
kshitij12345 27a4c26
xfail constant_folding test
kshitij12345 9291923
[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
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.