From 27f33208e3d8c4e0b459ac35b12e0b08e9ec97f6 Mon Sep 17 00:00:00 2001 From: Wenkai Du <43822138+wenkaidu@users.noreply.github.com> Date: Mon, 12 Apr 2021 09:53:17 -0700 Subject: [PATCH] Remove link to NUMA lib as it is no longer needed (#346) [ROCm/rccl commit: 3f18540f50bd163efac81ad96955768b37cf389f] --- projects/rccl/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rccl/CMakeLists.txt b/projects/rccl/CMakeLists.txt index 48037e0758..2656388a7d 100644 --- a/projects/rccl/CMakeLists.txt +++ b/projects/rccl/CMakeLists.txt @@ -218,7 +218,7 @@ if("${HIP_COMPILER}" MATCHES "hcc") endif() endif() -target_link_libraries(rccl PRIVATE hip::device numa) +target_link_libraries(rccl PRIVATE hip::device) target_link_libraries(rccl INTERFACE hip::host) #Setup librccl.so version