From 3f18540f50bd163efac81ad96955768b37cf389f 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) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 48037e0758..2656388a7d 100644 --- a/CMakeLists.txt +++ b/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