Skip to content

Commit

Permalink
NEWS: 1.13.0.rc2 update
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeny-leksikov committed Jun 21, 2022
1 parent ad4b171 commit e8f3a53
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
11 changes: 6 additions & 5 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
### Features:
### Bugfixes:

## 1.13.0 (May 27, 2022)
## 1.13.0.rc2 (June 26, 2022)
#### Features
##### Core
* Added new objects to VFS: local and remote address of endpoint, statistics of ucp_ep_create success/failure, failed/destroyed endpoints
Expand Down Expand Up @@ -118,11 +118,12 @@
#### GPU (CUDA, ROCM)
* Fixed a bug in invalidating address range in CUDA_IPC
* Fixed CUDA context caching and cleanup
* Fixed ROCM initialization
* Fixed ROCM components compilation
* Fixed CUDA module compilation with clang 13
* Fixed ROCm initialization
* Fixed ROCm components compilation
* Fixed IPC tls reachability check
* Fixed ROCM memory type detection
* Use ROCM remote_agent if available
* Use ROCm remote_agent if available
* Fixes in ROCm memory detection and performance estimation
#### KNEM
* Fixed memory registration cost
#### UCM
Expand Down
8 changes: 4 additions & 4 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
#
AC_PREREQ([2.63])

define([ucx_ver_major], 1) # Major version. Usually does not change.
define([ucx_ver_minor], 13) # Minor version. Increased for each release.
define([ucx_ver_patch], 0) # Patch version. Increased for a bugfix release.
define([ucx_ver_extra], ) # Extra version string. Empty for a general release.
define([ucx_ver_major], 1) # Major version. Usually does not change.
define([ucx_ver_minor], 13) # Minor version. Increased for each release.
define([ucx_ver_patch], 0) # Patch version. Increased for a bugfix release.
define([ucx_ver_extra], .rc2) # Extra version string. Empty for a general release.

define([ts], esyscmd([sh -c "date +%Y%m%d%H%M%S"]))

Expand Down

0 comments on commit e8f3a53

Please sign in to comment.