[6.4.1] update llvm-project version and add RCCL known issue (#401)

* update llvm-project version

* add RCCL known issue
This commit is contained in:
Peter Park
2025-05-15 16:20:59 -04:00
committed by GitHub
parent e35efbae09
commit ca5d0d0000
3 changed files with 10 additions and 6 deletions

View File

@@ -482,6 +482,10 @@ See the full [AMD SMI changelog](https://github.com/AMD-ROCm-Internal/amdsmi/blo
* Fixed an issue where early termination, in rare circumstances, could cause the application to stop responding by adding synchronization before destroying a proxy thread.
* Fixed the accuracy issue for the MSCCLPP `allreduce7` kernel in graph mode.
#### 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`.
### **rocALUTION** (3.2.3)
#### Added