diff --git a/projects/rocshmem/CHANGELOG.md b/projects/rocshmem/CHANGELOG.md index 104a7d5849..474a6a9bcb 100644 --- a/projects/rocshmem/CHANGELOG.md +++ b/projects/rocshmem/CHANGELOG.md @@ -2,15 +2,19 @@ ## Unreleased - rocSHMEM 3.x.x for ROCm 7.x.x ### Added +* Added the GDA conduit for AMD Pensando IONIC +* Added new APIs: + * `rocshmem_ctx_pe_quiet` + * `rocshmem_pe_quiet` + +## rocSHMEM 3.1.0 for ROCm 7.1.1 +### Added * Allow for IPC, RO, GDA backends to be selected at runtime * Added the GDA conduit for different NIC vendors - * AMD Pensando IONIC * Broadcom BNXT\_RE (Thor 2) * Mellanox MLX5 (IB and RoCE ConnectX-7) * Added new APIs: * `rocshmem_get_device_ctx` - * `rocshmem_ctx_pe_quiet` - * `rocshmem_pe_quiet` ### Changed * The following APIs have been deprecated: diff --git a/projects/rocshmem/include/rocshmem/rocshmem.hpp b/projects/rocshmem/include/rocshmem/rocshmem.hpp index 621505c785..f3f39b4ad9 100644 --- a/projects/rocshmem/include/rocshmem/rocshmem.hpp +++ b/projects/rocshmem/include/rocshmem/rocshmem.hpp @@ -55,7 +55,7 @@ namespace rocshmem { -constexpr char VERSION[] = "3.0.0"; +constexpr char VERSION[] = "3.1.0"; /****************************************************************************** **************************** HOST INTERFACE **********************************