Update change log for rocm 7.1.1 (#320) (#321)

(cherry picked from commit cb239930bc4167806269cbb94e26cf02837daa7a)
This commit is contained in:
Yiltan
2025-11-14 13:51:03 -05:00
committad av GitHub
förälder ef3ba6cd45
incheckning 1fb0fc4bd0
2 ändrade filer med 8 tillägg och 4 borttagningar
+7 -3
Visa fil
@@ -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:
+1 -1
Visa fil
@@ -55,7 +55,7 @@
namespace rocshmem {
constexpr char VERSION[] = "3.0.0";
constexpr char VERSION[] = "3.1.0";
/******************************************************************************
**************************** HOST INTERFACE **********************************