Removed RCCL_EXPOSE_STATIC duplicate definition. (#1988)

This commit is contained in:
Atul Kulkarni
2025-10-28 13:01:48 -05:00
committed by GitHub
parent 26dc7abb32
commit cc867dbaf2
-2
View File
@@ -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")