Skip to content

Releases: Mellanox/ucx

v1.13.0-pre1

11 Apr 08:41
Compare
Choose a tag to compare
v1.13.0-pre1 Pre-release
Pre-release
UCT/IB: handle IBV_EVENT_DEVICE_FATAL

v1.12-pre1

28 Jul 23:39
2ddc9db
Compare
Choose a tag to compare
v1.12-pre1 Pre-release
Pre-release
Merge pull request #7156 from yosefe/topic/test-perf-increase-thresho…

ucx-v1.10-pre2

25 Nov 19:20
5de46e4
Compare
Choose a tag to compare

Thread support is enabled in UCX.
Multi-rail is supported for client-server connection establishment.

ucx_v1.10-pre2-rc3

19 Nov 11:02
4bb5c68
Compare
Choose a tag to compare

Thread support is enabled in UCX.

ucx_v1.10-pre2-rc2

11 Nov 19:32
4bb5c68
Compare
Choose a tag to compare
Merge pull request #5885 from yosefe/topic/test-iodemo-fix-assertion-…

ucx_v1.10-pre2-rc1

09 Nov 07:01
4bb5c68
Compare
Choose a tag to compare
ucx_v1.10-pre2-rc1 Pre-release
Pre-release
Merge pull request #5885 from yosefe/topic/test-iodemo-fix-assertion-…

ucx-v1.10-pre1

12 Oct 08:22
Compare
Choose a tag to compare

Features:

  1. Please refer to the UCX v1.9 release - https://github.com/openucx/ucx/releases/tag/v1.9.0
  2. TCP connection manager and automatic TCP fallback.
    When creating a UCX connection to a given IP address, UCX will automatically use RDMA transport if available, otherwise will fallback to TCP. No change is needed in the application to use this feature.