We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7777ff1 commit f8e42aaCopy full SHA for f8e42aa
src/fastertransformer/utils/CMakeLists.txt
@@ -57,7 +57,7 @@ add_library(mpi_utils STATIC mpi_utils.cc)
57
set_property(TARGET mpi_utils PROPERTY POSITION_INDEPENDENT_CODE ON)
58
set_property(TARGET mpi_utils PROPERTY CUDA_RESOLVE_DEVICE_SYMBOLS ON)
59
if (BUILD_MULTI_GPU)
60
- target_link_libraries(mpi_utils PUBLIC -lmpi -lmpi_cxx logger)
+ target_link_libraries(mpi_utils PUBLIC -lmpi logger)
61
endif()
62
63
add_library(nccl_utils STATIC nccl_utils.cc)
0 commit comments