366827 - Disable file reorg backward compatibility support by default (#849)

* Disable file reorg backward compatibility support by default

- File Reorg backward compatibility option set to OFF

* Update install.sh
Cette révision appartient à :
arvindcheru
2023-08-22 09:14:49 -04:00
révisé par GitHub
Parent 6a0a6a37d9
révision 6ee758382e
2 fichiers modifiés avec 2 ajouts et 2 suppressions
+1 -1
Voir le fichier
@@ -12,7 +12,7 @@ project(rccl CXX)
option(BUILD_ADDRESS_SANITIZER "Enable address sanitizer" OFF)
option(BUILD_ALLREDUCE_ONLY "AllReduce(sum,float) kernel only" OFF)
option(BUILD_BFD "Enable custom backtrace (if bfd.h exists)" ON)
option(BUILD_FILE_REORG_BACKWARD_COMPATIBILITY "File/folder reorg with backward compatibility" ON)
option(BUILD_FILE_REORG_BACKWARD_COMPATIBILITY "File/folder reorg with backward compatibility" OFF)
option(BUILD_LOCAL_GPU_TARGET_ONLY "Build only for GPUs detected on this machine" OFF)
option(BUILD_SHARED_LIBS "Build as shared library" ON)
option(BUILD_TESTS "Build unit test programs" OFF)
+1 -1
Voir le fichier
@@ -10,7 +10,7 @@ ROCM_PATH=${ROCM_PATH:="/opt/rocm"}
build_address_sanitizer=false
build_allreduce_only=false
build_bfd=true
build_freorg_bkwdcomp=true
build_freorg_bkwdcomp=false
build_local_gpu_only=false
build_package=false
build_release=true