From 21415407ace72c28922c804ee435f2489a768108 Mon Sep 17 00:00:00 2001 From: nunnikri <71024015+nunnikri@users.noreply.github.com> Date: Thu, 7 Apr 2022 15:19:33 -0700 Subject: [PATCH] Fixing the broken library soft link (#529) [ROCm/rccl commit: acfb0210ea328d7b1f82df7c396e17264e4fa838] --- projects/rccl/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/projects/rccl/CMakeLists.txt b/projects/rccl/CMakeLists.txt index 50a7ca953f..dfd6f06077 100644 --- a/projects/rccl/CMakeLists.txt +++ b/projects/rccl/CMakeLists.txt @@ -330,8 +330,6 @@ License: See LICENSE.txt for license information\n") Optimized primitives for collective multi-GPU communication") endif() -rocm_install_symlink_subdir(rccl) - if(BUILD_TESTS) rocm_package_setup_component(clients) rocm_package_setup_client_component(tests)