From 4be87126fe95a9ca0270365db36cb0492928d7ca Mon Sep 17 00:00:00 2001 From: Bertan Dogancay <111835151+BertanDogancay@users.noreply.github.com> Date: Thu, 18 Jan 2024 15:29:36 -0700 Subject: [PATCH] Turn IFC off (#1053) [ROCm/rccl commit: 5f365a9957c3289ba48f4fe8ac44a0ac13a2362e] --- 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 609c582583..de18c52b4b 100644 --- a/projects/rccl/CMakeLists.txt +++ b/projects/rccl/CMakeLists.txt @@ -17,7 +17,7 @@ option(BUILD_SHARED_LIBS "Build as shared library" option(BUILD_TESTS "Build unit test programs" OFF) option(COLLTRACE "Collective Trace Option" ON) option(ENABLE_MSCCL_KERNEL "Enable MSCCL while compiling" ON) -option(ENABLE_IFC "Enable indirect function call" ON) +option(ENABLE_IFC "Enable indirect function call" OFF) option(INSTALL_DEPENDENCIES "Force install dependencies" OFF) option(PROFILE "Enable profiling" OFF) option(TIMETRACE "Enable time-trace during compilation" OFF)