Fixed missing CHANGELOG notes from ROCm 5.5 through unreleased 6.1 (#1141)

* Update CHANGELOG.md for ROCm release 5.5

(cherry picked from commit 83342e865445b233319466d4a620c1166ecaf181)

* Update CHANGELOG.md for ROCm 5.7.0

(cherry picked from commit a7c3b8dcb5cd0654f0a39cb3be4fdf7e8c820577)

* Added ROCm 6.0 and 6.1 CHANGELOG notes.

---------

Co-authored-by: gilbertlee-amd <44450918+gilbertlee-amd@users.noreply.github.com>

[ROCm/rccl commit: 3361abe786]
This commit is contained in:
corey-derochie-amd
2024-04-11 15:04:40 -06:00
zatwierdzone przez GitHub
rodzic da835cff9c
commit 28a2b09304
+28 -2
Wyświetl plik
@@ -2,7 +2,33 @@
Full documentation for RCCL is available at [https://rccl.readthedocs.io](https://rccl.readthedocs.io)
## Unreleased
## Unreleased - RCCL 2.18.6 for ROCm 6.1.0
### Changed
- Compatibility with NCCL 2.18.6
### Added
### Fixed
### Removed
## RCCL 2.18.3 for ROCm 6.0.0
### Changed
- Compatibility with NCCL 2.18.3
### Added
### Fixed
### Removed
## RCCL 2.17.1-1 for ROCm 5.7.0
### Changed
- Compatibility with NCCL 2.17.1-1
- Performance tuning for some collective operations
### Added
- Minor improvements to MSCCL codepath
- NCCL_NCHANNELS_PER_PEER support
- Improved compilation performance
- Support for gfx94x
### Fixed
- Potential race-condition during ncclSocketClose()
## RCCL 2.16.2 for ROCm 5.6.0
### Changed
- Compatibility with NCCL 2.16.2
### Added
@@ -10,7 +36,7 @@ Full documentation for RCCL is available at [https://rccl.readthedocs.io](https:
- Remove workaround and use indirect function call
### Removed
## Unreleased - RCCL 2.15.5 for ROCm 5.5.0
## RCCL 2.15.5 for ROCm 5.5.0
### Changed
- Compatibility with NCCL 2.15.5
- Unit test executable renamed to rccl-UnitTests