From 3e8ab4e46e0de404a89e3c0effa264ada58f6330 Mon Sep 17 00:00:00 2001 From: gilbertlee-amd <44450918+gilbertlee-amd@users.noreply.github.com> Date: Mon, 19 Dec 2022 08:36:57 -0800 Subject: [PATCH] Updating CHANGELOG (#669) --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 448c973bec..400e66b98f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ Full documentation for RCCL is available at [https://rccl.readthedocs.io](https://rccl.readthedocs.io) +## Unreleased +### Changed +- Compatibility with NCCL 2.15.5 +- Unit test executable renamed to rccl-UnitTests +### Added +- HW-topology aware binary tree implementation +- Experimental support for MSCCL +- New unit tests for hipGraph support +- NPKit integration +### Fixed +- rocm-smi ID conversion +- Support for HIP_VISIBLE_DEVICES for unit tests +- Support for p2p transfers to non (HIP) visible devices +### Removed +- Removed TransferBench from tools. Exists in standalone repo: https://github.com/ROCmSoftwarePlatform/TransferBench + ## RCCL-2.13.4 for ROCm 5.4.0 ### Changed - Compatibility with NCCL 2.13.4