-
Notifications
You must be signed in to change notification settings - Fork 102
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
CORE: fix error handling for ctx create epilog #818
Merged
Sergei-Lebedev
merged 4 commits into
openucx:master
from
samnordmann:core/epilog_error_handling
Sep 7, 2023
Merged
CORE: fix error handling for ctx create epilog #818
Sergei-Lebedev
merged 4 commits into
openucx:master
from
samnordmann:core/epilog_error_handling
Sep 7, 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
samnordmann
force-pushed
the
core/epilog_error_handling
branch
2 times, most recently
from
August 7, 2023 13:33
0be4e30
to
668e55c
Compare
samnordmann
force-pushed
the
core/epilog_error_handling
branch
2 times, most recently
from
August 7, 2023 14:21
5bd28cd
to
98853d9
Compare
shimmybalsam
approved these changes
Aug 8, 2023
Additions / Issues:
|
samnordmann
force-pushed
the
core/epilog_error_handling
branch
from
August 8, 2023 11:40
e952fa1
to
2a989e8
Compare
samnordmann
force-pushed
the
core/epilog_error_handling
branch
from
August 28, 2023 14:47
0c8d0e5
to
f339d80
Compare
So at the end, I propose to adopt the convention that it is the responsibility of the TL implementer to ensure that |
Sergei-Lebedev
approved these changes
Sep 4, 2023
manjugv
approved these changes
Sep 6, 2023
Sergei-Lebedev
force-pushed
the
core/epilog_error_handling
branch
from
September 7, 2023 16:12
f339d80
to
b976769
Compare
nsarka
pushed a commit
to nsarka/ucc
that referenced
this pull request
Oct 24, 2023
* CORE: fix error handling for ctx create epilog * CORE: minor comments and fix * TL/SHARP: fix ctx create epilog cleanup * REVIEW: minor comments
nsarka
pushed a commit
to nsarka/ucc
that referenced
this pull request
Oct 24, 2023
* CORE: fix error handling for ctx create epilog * CORE: minor comments and fix * TL/SHARP: fix ctx create epilog cleanup * REVIEW: minor comments
janjust
pushed a commit
to janjust/ucc
that referenced
this pull request
Jan 31, 2024
* CORE: fix error handling for ctx create epilog * CORE: minor comments and fix * TL/SHARP: fix ctx create epilog cleanup * REVIEW: minor comments
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
Fix some bugs in the core dealing with context create epilog error handling