-
Notifications
You must be signed in to change notification settings - Fork 772
fix invalid pointer access in UCX 1.11-1.14 #19023
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
fix invalid pointer access in UCX 1.11-1.14 #19023
Conversation
|
Test report by @Flamefire |
|
Test report by @Micket |
|
Test report by @Flamefire |
|
@boegelbot please test @ generoso |
|
@Micket: Request for testing this PR well received on login1 PR test command '
Test results coming soon (I hope)... Details- notification for comment with ID 1766878462 processed Message to humans: this is just bookkeeping information for me, |
|
@boegelbot please test @ jsc-zen2 |
|
@Micket: Request for testing this PR well received on jsczen2l1.int.jsc-zen2.easybuild-test.cluster PR test command '
Test results coming soon (I hope)... Details- notification for comment with ID 1766887430 processed Message to humans: this is just bookkeeping information for me, |
|
Test report by @boegelbot |
|
Test report by @boegelbot |
boegel
left a comment
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.
lgtm
|
Test report by @boegel |
|
Going in, thanks @Flamefire! |
(created using
eb --new-pr)I found this bug when the sanity check (
ucx_info -d) crashed forUCX-CUDAon PPC which I traced to a bug in core UCX.I added a patch to fix this and verified that UCX-CUDA now works even on PPC.
Analysis of the issue is in short in the patch and longer in openucx/ucx#9392