Skip to content

Commit

Permalink
remove mpi_cxx from multi-gpu build for now (#705)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwyatte committed Jul 6, 2023
1 parent 7777ff1 commit f8e42aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fastertransformer/utils/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ add_library(mpi_utils STATIC mpi_utils.cc)
set_property(TARGET mpi_utils PROPERTY POSITION_INDEPENDENT_CODE ON)
set_property(TARGET mpi_utils PROPERTY CUDA_RESOLVE_DEVICE_SYMBOLS ON)
if (BUILD_MULTI_GPU)
target_link_libraries(mpi_utils PUBLIC -lmpi -lmpi_cxx logger)
target_link_libraries(mpi_utils PUBLIC -lmpi logger)
endif()

add_library(nccl_utils STATIC nccl_utils.cc)
Expand Down

0 comments on commit f8e42aa

Please sign in to comment.