-
Notifications
You must be signed in to change notification settings - Fork 116
[EP] config rdma #619
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
Closed
Closed
[EP] config rdma #619
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
3340d74
ep debug mem consistency issues
MaoZiming ce7ab42
nit
MaoZiming 4d37b7c
used rdma atomic + cudamalloc for atomic on AMD non-EFA
MaoZiming 565051c
revert formatting python
MaoZiming f0f15c8
revert formatting other python
MaoZiming 71062d0
Minor change
MaoZiming 5ba543c
revert some changes to rdma.cpp
MaoZiming 760ebdb
wrap post_atomic_operations_native_rdma under ifdef AMD
MaoZiming b7132e5
format
MaoZiming f77006e
Merge branch 'main' into ep-debug-amd-mem-consistency
MaoZiming 47f4396
combine
MaoZiming fb1f535
remove relaxed ordering flag
MaoZiming aa23177
change atomic buffer cudaMalloc to hipExtMallocWithFlags with uncache…
zhenhuang12 63b2203
efa stability
MaoZiming 9f1bee7
mask seq
MaoZiming bfbadc1
fix
MaoZiming 7f1da83
fix nits
MaoZiming a69de86
Merge branch 'ep-efa-stability' of https://github.com/uccl-project/uc…
MaoZiming 25546e5
Merge pull request #616 from uccl-project/ep-efa-stability
MaoZiming 5163c76
revert start barrier_seq
MaoZiming f857757
config rdma
YangZhou1997 6a38c2a
tunes
YangZhou1997 41bea60
nits
YangZhou1997 51bf4d8
add cudaMemPrefetchAsync back.
zhenhuang12 66e4e14
restored some paras
YangZhou1997 7f42d01
Merge branch 'ep-debug-amd-mem-consistency-yang' of https://github.co…
YangZhou1997 9c9e061
upgrade to rocm7.1
YangZhou1997 58e282f
fix small error of ep build
monopodium 91e37ff
Merge remote-tracking branch 'origin/fix_small_build_error' into ep-d…
YangZhou1997 e76147d
Merge branch 'main' of https://github.com/uccl-project/uccl into ep-d…
YangZhou1997 c518f8a
tune rdma conifg
YangZhou1997 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
Some comments aren't visible on the classic Files Changed page.
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
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
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
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.
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.
Is the
memory_fence()needed here?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.
I followed rocm/deepep https://github.com/ROCm/DeepEP/blob/main/csrc/kernels/utils.cuh#L792