diff --git a/CMakeLists.txt b/CMakeLists.txt index a226bb3c21..1c27ea334b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -767,8 +767,6 @@ add_custom_target(hipify_all DEPENDS ${HIP_SOURCES}) if (BUILD_TESTS) if (ROCM_VERSION VERSION_GREATER_EQUAL "60400" AND CMAKE_BUILD_TYPE MATCHES "Debug") - ## Set definition for exposing rccl static function - add_definitions(-DRCCL_EXPOSE_STATIC) set(HIPIFY_SRC_DIR "${PROJECT_BINARY_DIR}/hipify/src") set(REPLACE_SCRIPT "${CMAKE_SOURCE_DIR}/tools/scripts/replace_static.sh")