From f2287e8f9767147a6cb97fb02702d4f4619314a3 Mon Sep 17 00:00:00 2001 From: Atul Kulkarni Date: Tue, 28 Oct 2025 13:01:48 -0500 Subject: [PATCH] Removed RCCL_EXPOSE_STATIC duplicate definition. (#1988) [ROCm/rccl commit: cc867dbaf2e8951d132d4a6dfe605be05de26608] --- projects/rccl/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/projects/rccl/CMakeLists.txt b/projects/rccl/CMakeLists.txt index a226bb3c21..1c27ea334b 100644 --- a/projects/rccl/CMakeLists.txt +++ b/projects/rccl/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")