-
Notifications
You must be signed in to change notification settings - Fork 434
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
NEWS: Added 1.15.0 section. #9391
Conversation
@shamisp can you pls review as well? |
NEWS
Outdated
@@ -75,6 +29,7 @@ | |||
* Added base implementation of is_reachable_v2 API using intra/inter flag | |||
* Introduced MD capability for non-blocking registration memory types | |||
#### RDMA CORE (IB, ROCE, etc.) | |||
* Implemented is_reachable_v2 for IB interfaces |
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.
Implemented - > Added format
NEWS
Outdated
@@ -104,12 +59,17 @@ | |||
* Added user-side memcpy option for AM benchmarks in ucx_perftest | |||
* Added wireshark LUA dissectors for some UCX protocols | |||
#### Build | |||
* Enabled build with binutils 2.40 |
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.
Added support for binutils 2.40
NEWS
Outdated
### Bugfixes: | ||
#### UCP | ||
* Fixed assertion when sending from noncontig GPU buffer to managed buffer |
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.
non-contiguous
NEWS
Outdated
### Bugfixes: | ||
#### UCP | ||
* Fixed assertion when sending from noncontig GPU buffer to managed buffer | ||
* Fixed the data race on endpoint configurations |
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.
Fixed the race condition ...
NEWS
Outdated
### Bugfixes: | ||
#### UCP | ||
* Fixed assertion when sending from noncontig GPU buffer to managed buffer | ||
* Fixed the data race on endpoint configurations | ||
* Fixed endpoint reconfiguration issues because of assymetrical selection |
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.
issues due to asymmetrical selection
NEWS
Outdated
* Fixed dma-buf based memory region registration | ||
* Fixed memory handle data corruption when PCIe relaxed ordering is enabled | ||
* Fixed performance degradation when indirect atomic key is not supported by the hardware | ||
* Fixed remote access error to strict-order key because of wrong offset |
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.
Fixed remote access error to strict-order keys
NEWS
Outdated
* Added check for UAR support to memory domain opening | ||
* Fixed updating port counters for devx qp | ||
* Fixed ibv_create_cq error message on node without Infiniband | ||
* Fixed performance degradation due to using 2 paths on NDR400 by default | ||
* Removed unnecessary async lock which otherwise would block UD progress | ||
#### GPU (CUDA, ROCM) | ||
* Fixed CUDA IPC performance degradation after libnuma removal |
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.
Fixed CUDA IPC performance degradation due to libnuma removal
NEWS
Outdated
#### UCS | ||
* Fixed lane selection, adding bandwidth estimation for Sapphire Rapids family |
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.
Fixed lane selection and added bandwidth estimation for Sapphire Rapids family
NEWS
Outdated
@@ -123,20 +83,29 @@ | |||
* Fixed CPU/device atomics selection in the new protocol infrastructure | |||
* Multiple fixes in the new protocol infrastructure information output | |||
#### UCT | |||
* Check dmabuf kernel support in ROCm memory domain |
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.
Added check ?
NEWS
Outdated
### Bugfixes: | ||
#### UCP | ||
* Fixed assertion when sending from non-contiguous GPU buffer to managed buffer | ||
* Fixed the race condition on endpoint configurations | ||
* Fixed endpoint reconfiguration issues due to assymetrical selection |
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.
asymmetrical
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.
Fixed
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.
one typo
NEWS
Outdated
@@ -75,6 +29,7 @@ | |||
* Added base implementation of is_reachable_v2 API using intra/inter flag | |||
* Introduced MD capability for non-blocking registration memory types | |||
#### RDMA CORE (IB, ROCE, etc.) | |||
* Added format is_reachable_v2 for IB interfaces |
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.
Added implementation of is_reachable_v2 routine to IB interface
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.
Fixed.
Have you updated authors file for this release ? |
What
Added 1.15.0 section.