-
Notifications
You must be signed in to change notification settings - Fork 55
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
[Distributed] all_reduce op and distributed info in graphs #284
Merged
+899
−133
Merged
Changes from 1 commit
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
343b71d
init
soodoshll 29ef7f5
op
soodoshll 8e06560
update
soodoshll c8559d1
graph
soodoshll d97a7f8
update
soodoshll 70f3a91
format
soodoshll 6819ab8
add distributed graph
soodoshll 95cec0c
update
soodoshll 961e99b
support split
soodoshll 334a1eb
update
soodoshll 7dd55c4
update
soodoshll 0c57cff
relaunch test
soodoshll 7b81b0d
Merge branch 'main' of github.com:hidet-org/hidet into nccl-op
soodoshll 047ea87
update
soodoshll dba85a5
fix
soodoshll 2c6e5b1
format
soodoshll 5d51ed4
fix
soodoshll f4bf865
[Document] fix installation guide (#288)
soodoshll 64b9f03
[Runtime] Check for input tensor device (#287)
hjjq 57ae2a9
fix
soodoshll a3d0a71
fix
soodoshll 2ffcfe3
fix
soodoshll ee60249
update
soodoshll f3aad89
[FixBug] Don't instantiate symbol for primitive functions (#291)
hjjq 64a632a
file store
soodoshll c028827
file store
soodoshll f118fd9
Merge branch 'nccl-op' into fs-store
soodoshll 56a96ca
update
soodoshll a39c199
update
soodoshll 0a04b82
update
soodoshll eedaf84
add test
soodoshll 37c8654
format & copyright
soodoshll 3fd7491
update
soodoshll 8bc856f
update
soodoshll bb4d6d1
format
soodoshll 8518e9e
update
soodoshll dcb87aa
fix
soodoshll a2d8be6
format
soodoshll 917d24f
fix
soodoshll fdf749f
fix
soodoshll 816da19
remove redundant seek
soodoshll c3eee0d
fix
soodoshll 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
fix
commit dcb87aaec9a937c58e3e769a28736e6b1be7efbd
There are no files selected for viewing
This file contains 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 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Better to place this test to
hidet/tests/distributed/test_file_store.py
.