You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed the use of the MSCCLPP_ENABLE_CLIP build flag
* Fixed the setting of the `MSCCLPP_ENABLE_CLIP` arg in the mscclpp build. It wasn't actually being defined in the C++ code at compile time, just passed to the cmake.
* Updated CHANGELOG.md
[rocm-systems] ROCm/rocm-systems#2773 (commit c90d4d6)
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,9 @@ Full documentation for RCCL is available at [https://rccl.readthedocs.io](https:
14
14
* The MSCCL feature is now disabled by default. The `--disable-msccl-kernel` build flag is replaced with `--enable-msccl-kernel` in the `rccl/install.sh` script.
15
15
* MSCCL and NPKIT are deprecated and will be removed in a future release of RCCL.
16
16
17
+
### Resolved Issues
18
+
* Fixed MSCCLPP_ENABLE_CLIP CMake build flag, which was not being properly honored.
0 commit comments