From 765c46dd89ed5bb6bd4789f633f8b9edfa9d8b25 Mon Sep 17 00:00:00 2001 From: Liam Wrubleski Date: Tue, 27 Jul 2021 10:38:36 -0600 Subject: [PATCH] Update changelog with packaging information (#409) [ROCm/rccl commit: e579de7ec26edcb50cce0f3e185d62c851539d4b] --- projects/rccl/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/projects/rccl/CHANGELOG.md b/projects/rccl/CHANGELOG.md index 064dbaea01..47bbfecb9c 100644 --- a/projects/rccl/CHANGELOG.md +++ b/projects/rccl/CHANGELOG.md @@ -4,6 +4,8 @@ Full documentation for RCCL is available at [https://rccl.readthedocs.io](https: ## [UNRELEASED] ### Added - Compatibility with NCCL 2.9.9 +### Changed +- Packaging split into a runtime package called rccl and a development package called rccl-devel. The development package depends on runtime. The runtime package suggests the development package for all supported OSes except CentOS 7 to aid in the transition. The suggests feature in packaging is introduced as a deprecated feature and will be removed in a future rocm release. ## [RCCL-2.8.4 for ROCm 4.3.0] ### Added