From 52ffd67cd65e65f7c1b5c44c222c1f0174127bcd Mon Sep 17 00:00:00 2001 From: Stanley Tsang Date: Tue, 8 Jun 2021 13:00:40 -0600 Subject: [PATCH] Updating changelog to show install script fix (#384) [ROCm/rccl commit: 6842429a14e02b885c7b82a7dc286ef5455b05ce] --- projects/rccl/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/projects/rccl/CHANGELOG.md b/projects/rccl/CHANGELOG.md index a9f103d527..064dbaea01 100644 --- a/projects/rccl/CHANGELOG.md +++ b/projects/rccl/CHANGELOG.md @@ -15,6 +15,8 @@ Full documentation for RCCL is available at [https://rccl.readthedocs.io](https: - Replaced RCCL_FORCE_ENABLE_CLIQUE to RCCL_CLIQUE_IGNORE_TOPO - Clique-based kernels can now be enabled on topologies where all active GPUs are XGMI-connected - Topologies not normally supported by clique-based kernels require RCCL_CLIQUE_IGNORE_TOPO=1 +### Fixed +- Install script '-r' flag invoked alone no longer incorrectly deletes any existing builds. ### Known issues - Managed memory is not currently supported for clique-based kernels