From 1313bccacaf091370be0649cf9c8ef55f9240da6 Mon Sep 17 00:00:00 2001 From: Arm Patinyasakdikul Date: Mon, 19 May 2025 10:40:50 -0500 Subject: [PATCH] CHANGELOG.md: Add UT failures as known issue for 6.4.1. (#1698) * CHANGELOG.md: Add UT failures as known issue for 6.4.1. --------- Co-authored-by: Jeffrey Novotny [ROCm/rccl commit: 1710c27e77911da7c1764407462739841289e805] --- projects/rccl/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/rccl/CHANGELOG.md b/projects/rccl/CHANGELOG.md index 2e159f7925..7068467439 100644 --- a/projects/rccl/CHANGELOG.md +++ b/projects/rccl/CHANGELOG.md @@ -44,6 +44,7 @@ Full documentation for RCCL is available at [https://rccl.readthedocs.io](https: * When splitting a communicator using `ncclCommSplit` in some GPU configurations, MSCCL initialization can cause a segmentation fault. The recommended workaround is to disable MSCCL with `export RCCL_MSCCL_ENABLE=0`. +* Within the RCCL-UnitTests test suite, failures occur in tests ending with the `.ManagedMem` and `.ManagedMemGraph` suffixes. These failures only affect the test results and do not affect the RCCL component itself. This issue will be resolved in the next major release. ## RCCL 2.22.3 for ROCm 6.4.0