From 6d1dd5f11387a3fdd9aee44e4e48ace6d96e451d Mon Sep 17 00:00:00 2001 From: Yiltan Date: Wed, 4 Jun 2025 11:25:22 -0400 Subject: [PATCH] Updated CHANGELOG.md with ROCm 6.4.2 changes (#149) --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2acc306227..ed4387fb53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,9 +29,13 @@ * Changed collective APIs to use `_wg` suffix rather than `_wg_` infix +### Resolved Issues +* Resolved segfault in `rocshmem_wg_ctx_create`, now provides nullptr if ctx cannot be created + +## rocSHMEM 2.0.1 for ROCm 6.4.2 + ### Resolved Issues * Resolved incorrect output for `rocshmem_ctx_my_pe` and `rocshmem_ctx_n_pes` * Resolved multi-team errors by providing team specific buffers in `rocshmem_ctx_wg_team_sync` -* Resolved segfault in `rocshmem_wg_ctx_create`, now provides nullptr if ctx cannot be created * Resolved missing implementation of `rocshmem_g` for IPC conduit