Revert "Adding the missing roc:: namespace (#570)" (#576)

This reverts commit d5bea2cfaa.
Этот коммит содержится в:
Wenkai Du
2022-07-06 10:07:35 -07:00
коммит произвёл GitHub
родитель b250c01cbe
Коммит 2e65881a79
2 изменённых файлов: 1 добавлений и 3 удалений
-2
Просмотреть файл
@@ -5,8 +5,6 @@ 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
+1 -1
Просмотреть файл
@@ -358,7 +358,7 @@ rocm_install(FILES ${PROJECT_BINARY_DIR}/include/rccl/rccl.h
rocm_export_targets(NAMESPACE
roc::
TARGETS
roc::rccl
rccl
DEPENDS
hip)
if(BUILD_FILE_REORG_BACKWARD_COMPATIBILITY)