-
Notifications
You must be signed in to change notification settings - Fork 238
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
New AlltoAllV (Imbalanced AlltoAll) benchmark. #157
Open
babusid
wants to merge
20
commits into
NVIDIA:master
Choose a base branch
from
babusid:alltoallv_tests
base: master
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.
Commits on Jun 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 071d8ac - Browse repository at this point
Copy the full SHA 071d8acView commit details
Commits on Jun 3, 2023
-
Initial draft of alltoallv test.
Changes: - Added variable count of elements to send/recv based on sending/recieving peers - Added new file to make file Notes: - Current method of uniquely identifying the peers that are sending (thread_local of thread number) may not work correctly. Not sure if that is the appropriate way to determine rank.
Configuration menu - View commit details
-
Copy full SHA for 46d30f1 - Browse repository at this point
Copy the full SHA 46d30f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 086e318 - Browse repository at this point
Copy the full SHA 086e318View commit details
Commits on Jun 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2f0cb03 - Browse repository at this point
Copy the full SHA 2f0cb03View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8e2bf5 - Browse repository at this point
Copy the full SHA e8e2bf5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c0ea18 - Browse repository at this point
Copy the full SHA 5c0ea18View commit details
Commits on Jun 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 53bc496 - Browse repository at this point
Copy the full SHA 53bc496View commit details
Commits on Jun 8, 2023
-
First draft of more granular alltoallv
- alltoallv2.cu testfile: Parameterizes with alltoallv_param.csv - run_a2av.sh script: -- Runs the built test with an arbitrarily named CSV instead of the static name -- Passes through other arguments to the testfile
Configuration menu - View commit details
-
Copy full SHA for 5644a03 - Browse repository at this point
Copy the full SHA 5644a03View commit details
Commits on Jun 9, 2023
-
This version passes row == 1 distribution guarantee.
Each Rank is guaranteed to send X/nranks data in some distribution.
Configuration menu - View commit details
-
Copy full SHA for ef00fa9 - Browse repository at this point
Copy the full SHA ef00fa9View commit details
Commits on Jun 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6b7e790 - Browse repository at this point
Copy the full SHA 6b7e790View commit details -
Configuration menu - View commit details
-
Copy full SHA for 025333a - Browse repository at this point
Copy the full SHA 025333aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f94647f - Browse repository at this point
Copy the full SHA f94647fView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc5bb18 - Browse repository at this point
Copy the full SHA cc5bb18View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2782aae - Browse repository at this point
Copy the full SHA 2782aaeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ad54bd - Browse repository at this point
Copy the full SHA 8ad54bdView commit details
Commits on Jul 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8d6c8d8 - Browse repository at this point
Copy the full SHA 8d6c8d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd6da41 - Browse repository at this point
Copy the full SHA cd6da41View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4fb4d0 - Browse repository at this point
Copy the full SHA d4fb4d0View commit details
Commits on Jul 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5cbb12e - Browse repository at this point
Copy the full SHA 5cbb12eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 86577ee - Browse repository at this point
Copy the full SHA 86577eeView commit details
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.