-
Notifications
You must be signed in to change notification settings - Fork 103
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
MC/CUDA: add mc managed and tests #801
Merged
Sergei-Lebedev
merged 2 commits into
openucx:master
from
shimmybalsam:mc_support_cuda_managed
Aug 21, 2023
Merged
MC/CUDA: add mc managed and tests #801
Sergei-Lebedev
merged 2 commits into
openucx:master
from
shimmybalsam:mc_support_cuda_managed
Aug 21, 2023
Conversation
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
shimmybalsam
force-pushed
the
mc_support_cuda_managed
branch
from
June 29, 2023 10:06
bc4a52a
to
af4b02a
Compare
This was referenced Jun 29, 2023
shimmybalsam
force-pushed
the
mc_support_cuda_managed
branch
from
July 5, 2023 14:29
af4b02a
to
42248d6
Compare
@edgargabriel please see small changes made in TL/ROCM |
samnordmann
reviewed
Jul 6, 2023
@shimmybalsam thanks for the heads up. I tested your branch and things still work for ROCm with your change. |
shimmybalsam
force-pushed
the
mc_support_cuda_managed
branch
from
July 10, 2023 08:41
42248d6
to
084dafe
Compare
samnordmann
approved these changes
Jul 10, 2023
Sergei-Lebedev
approved these changes
Aug 8, 2023
shimmybalsam
force-pushed
the
mc_support_cuda_managed
branch
from
August 13, 2023 09:32
084dafe
to
aa27757
Compare
Sergei-Lebedev
force-pushed
the
mc_support_cuda_managed
branch
from
August 21, 2023 06:37
aa27757
to
ccad74e
Compare
samnordmann
pushed a commit
to samnordmann/ucc
that referenced
this pull request
Aug 21, 2023
* MC/CUDA: support cudaManaged and tests * REVIEW: minor fixes
nsarka
pushed a commit
to nsarka/ucc
that referenced
this pull request
Oct 24, 2023
* MC/CUDA: support cudaManaged and tests * REVIEW: minor fixes
nsarka
pushed a commit
to nsarka/ucc
that referenced
this pull request
Oct 24, 2023
* MC/CUDA: support cudaManaged and tests * REVIEW: minor fixes
janjust
pushed a commit
to janjust/ucc
that referenced
this pull request
Jan 31, 2024
* MC/CUDA: support cudaManaged and tests * REVIEW: minor fixes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What
Adding support for memory type cudaManaged across UCC.