|
7 | 7 | ##
|
8 | 8 | #
|
9 | 9 |
|
10 |
| -## 1.18.1-rc3 (April 17, 2025) |
11 |
| -### Bugfixes: |
12 |
| -#### UCM |
13 |
| -* Fixed crash with bistro hooks for CUDA 12.9 on amd64 |
14 |
| - |
15 |
| -## 1.18.1-rc2 (April 9, 2025) |
| 10 | +## 1.18.1 (April 28, 2025) |
16 | 11 | ### Features:
|
17 | 12 | #### CUDA
|
18 |
| - * Added config keys to update cuda_copy bandwidth for coherent platforms |
19 |
| - * Improved cache invalidation of memory allocated using CUDA memory pool |
| 13 | +* Added config keys to update cuda_copy bandwidth for coherent platforms |
| 14 | +* Improved cache invalidation of memory allocated using CUDA memory pool |
| 15 | +#### AZP |
| 16 | +* Added Ubuntu 24.04 to build and release pipeline |
20 | 17 | ### Bugfixes:
|
21 | 18 | #### UCP
|
22 |
| - * Fixed assertion failure when maximum lane fragment is smaller than AM header |
| 19 | +* Fixed assertion failure when maximum lane fragment is smaller than AM header |
| 20 | +* Fixed potential active message user header use after free with protocol reconfiguration |
23 | 21 | #### CUDA
|
24 |
| - * Fixed registration of CUDA Fabric memory allocated by UCT |
25 |
| - * Fixed VA recycling check of memory allocated using VMM and CUDA memory pool |
| 22 | +* Fixed registration of CUDA Fabric memory allocated by UCT |
| 23 | +* Fixed VA recycling check of memory allocated using VMM and CUDA memory pool |
26 | 24 | #### RDMA CORE (IB, ROCE, etc.)
|
27 |
| - * Do not use ConnectX-8 SMI subdevices for communication |
28 |
| - * Fixed remote access error by disabling ODP when the device supports DDP |
29 |
| - * Fixed configuration logic by disabling DDP when AR is disabled |
30 |
| - |
31 |
| - |
32 |
| -## 1.18.1-rc1 (February 20, 2025) |
33 |
| -### Features: |
34 |
| -#### AZP |
35 |
| - * Added Ubuntu 24.04 to build and release pipeline |
36 |
| -### Bugfixes: |
37 |
| -#### UCP |
38 |
| - * Fixed potential active message user header use after free with protocol reconfiguration |
| 25 | +* Do not use ConnectX-8 SMI subdevices for communication |
| 26 | +* Fixed remote access error by disabling ODP when the device supports DDP |
| 27 | +* Fixed configuration logic by disabling DDP when AR is disabled |
| 28 | +#### UCM |
| 29 | +* Fixed crash with bistro hooks for CUDA 12.9 on amd64 |
39 | 30 |
|
40 | 31 | ## 1.18.0 (January 17, 2025)
|
41 | 32 | ### Features:
|
|
0 commit comments