|
7 | 7 | ## |
8 | 8 | # |
9 | 9 |
|
10 | | -## Current |
| 10 | +## 1.6.0-rc1 (May 29, 2019) |
11 | 11 | Features: |
12 | | -- TBD |
| 12 | +- Modular architecture for UCT transports |
| 13 | +- ROCm transport re-design: support for managed memory, direct copy, ROCm GDR |
| 14 | +- Random scheduling policy for DC transport |
| 15 | +- Optimized out-of-box settings for multi-rail |
| 16 | +- Added support for OmniPath (using Verbs) |
| 17 | +- Support for PCI atomics with IB transports |
| 18 | +- Reduced UCP address size for homogeneous environments |
| 19 | + |
| 20 | +Bugfixes: |
| 21 | +- Multiple stability and performance improvements in TCP transport |
| 22 | +- Multiple stability fixed in Verbs and MLX5 transports |
| 23 | +- Multiple stability fixes in UCM memory hooks |
| 24 | +- Multiple stability fixes in UGNI transport |
| 25 | +- RPM Spec file cleanup |
| 26 | +- Fixing compilation issues with most recent clang and gcc compilers |
13 | 27 |
|
14 | 28 | Tested configurations: |
15 | 29 | - RDMA: MLNX_OFED 4.5, distribution inbox drivers, rdma-core 22.1 |
16 | | -- CUDA: gdrcopy 1.3.2, cuda 9.2 |
| 30 | +- CUDA: gdrcopy 1.3.2, cuda 9.2, ROCm 2.2 |
17 | 31 | - XPMEM: 2.6.2 |
18 | 32 | - KNEM: 1.1.3 |
19 | 33 |
|
| 34 | +## 1.5.1 (April 1, 2019) |
| 35 | +Bugfixes: |
| 36 | +- Fix dc_mlx5 transport support check for inbox libmlx5 drivers - issue #3301 |
| 37 | +- Fix compilation warnings with gcc9 and clang |
| 38 | +- ROCm - reduce log level of device-not-found message |
| 39 | + |
20 | 40 | ## 1.5.0 (February 14, 2019) |
21 | 41 | Features: |
22 | 42 | - New emulation mode enabling full UCX functionality (Atomic, Put, Get) |
@@ -101,7 +121,7 @@ Tested configurations: |
101 | 121 |
|
102 | 122 | Features: |
103 | 123 | - Added stream-based communication API to UCP |
104 | | -- Added support for GPU platforms: Nvidia CUDA and AMD ROCM software stacks |
| 124 | +- Added support for GPU platforms: Nvidia CUDA and AMD ROCm software stacks |
105 | 125 | - Added API for client/server based connection establishment |
106 | 126 | - Added support for TCP transport |
107 | 127 | - Support for InfiniBand tag-matching offload for DC and accelerated transports |
|
0 commit comments