diff --git a/CHANGELOG.md b/CHANGELOG.md index e0e7913240..0feab091bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ Full documentation for RCCL is available at [https://rccl.readthedocs.io](https: ## (Unreleased) RCCL-2.12.10 ### Added - Compatibility with NCCL 2.12.10 +- Changing CMake exported target name from rccl to roc::rccl. This aligns RCCL to other ROCm + components. Users may need to update their build systems. - Packages for test and benchmark executables on all supported OSes using CPack. - Adding custom signal handler - opt-in with RCCL_ENABLE_SIGNALHANDLER=1 - Additional details provided if Binary File Descriptor library (BFD) is pre-installed diff --git a/CMakeLists.txt b/CMakeLists.txt index 1aa2a7c668..9d46381506 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -348,7 +348,7 @@ rocm_install(FILES ${PROJECT_BINARY_DIR}/include/rccl/rccl.h rocm_export_targets(NAMESPACE roc:: TARGETS - rccl + roc::rccl DEPENDS hip) if(BUILD_FILE_REORG_BACKWARD_COMPATIBILITY)