Turn IFC off (#1053)

[ROCm/rccl commit: 5f365a9957]
此提交包含在:
Bertan Dogancay
2024-01-18 15:29:36 -07:00
提交者 GitHub
父節點 11674674fc
當前提交 4be87126fe
+1 -1
查看文件
@@ -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)