This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
[MXNET-331] Single machine All Reduce Topology-aware Communication #11357
Closed
Closed
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
9678143
add multiroot all-reduce communication pattern
d5e51d6
fix bug with UpdateWeight
0708dbc
fix PCI-E links appearing in weight matrix bug
5590920
optimization to skip CopyFromTo in ReduceInner gains a bit of throughput
4f8f58b
remove unnecessary if statement
908534a
Add tests
25cbbdc
add more tests, 6 tests left to add
310ee4d
get rid of some dead code
9cce8ea
Add comments
4d2790d
Add randomized tests for backtrack and kernighan-lin
b5b42bc
Fix Postprocess
6327ceb
Add switch for first valid tree when num_gpus > 8, and for maximum we…
8694fe7
Kernighan-Lin seems to find better trees
c6cd67a
get rid of printfs
7466c4d
change defaults
153ec0b
Merge branch 'feature_multirootv9' of https://github.com/ctcyang/incu…
7c61b6c
Merge branch 'master' of https://github.com/apache/incubator-mxnet in…
cc935a2
inherit from CommDevice instead of Comm
ba60aaa
Fix lint errors
972e9c0
Add Python test using MXNET_KVSTORE_USETREE, fix CMake compilation pr…
6627dcf
fix lint errors
4de89a7
better header guard that works for tests
317c66b
get rid of unused variable warning
c364fd3
retrigger jenkins
3241d71
resolve 2 comments
bd926bf
address comment using Class to do test, get rid of extraneous test, u…
0e1a704
resolve merge conflicts
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 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.
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.
Just to confirm did you make any change to this function? Asking because the move makes it hard to see the diff for this.
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.
Nope. I made no changes to the existing
--kv-store device
.