Skip to content
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

RELEASE: Update NEWS 1.16 RC4 #9739

Merged
merged 1 commit into from
Mar 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,14 @@

## 1.16.0-rc4 (February 21, 2024)
### Bugfixes:
#### UCT
* Fixed Infiniband posting error when compiler optimizes code with memmove()
#### UCP
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we also add details for #9723?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

isn't it covered by the comment for #9705 ?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

strictly speaking no because second half of the fix covers the SSE case. But I guess we can assume the SSE version of the patch is covered by the comment.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe rephrase it to "Fixed mlx5 WQE posting error due to compiler memory copy optimizations"
and rename the section from "UCT" to "RDMA CORE" like in line 56

* Disabled rendezvous pipeline protocol selection when using non-contiguous buffer
#### RDMA CORE (IB, ROCE, etc.)
* Fixed mlx5 WQE posting error due to compiler memory copy optimizations
#### GPU (CUDA, ROCM)
* Fixed cuda_ipc transport being disabled if a CUDA device is not set during initialization
#### UCM
* Fixed compilation error when building on PPC64
#### Packaging
* Fixed already existing target error when using cmake find_package(ucx) twice

Expand Down