Added known issue for 6.4.1 release to CHANGELOG.md. (#1697)

Этот коммит содержится в:
Arm Patinyasakdikul
2025-05-16 08:17:48 -05:00
коммит произвёл GitHub
родитель e5bf7bc5b1
Коммит e602497789
+5
Просмотреть файл
@@ -40,6 +40,11 @@ Full documentation for RCCL is available at [https://rccl.readthedocs.io](https:
* Fixed the accuracy issue for MSCCLPP `allreduce7` kernel in graph mode.
* Fixed IntraNet performance.
### Known issues
* 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`.
## RCCL 2.22.3 for ROCm 6.4.0
### Added