fix WITH_XPU_BKCL in CMakeLists.txt (#30854)

revert-31068-fix_conv3d_windows
liuyuhui 4 years ago committed by GitHub
parent 4f066e316e
commit 2cb55eff57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -19,7 +19,7 @@ if(WITH_NCCL)
op_library(gen_nccl_id_op DEPS ${COLLECTIVE_DEPS})
endif()
if(WITH_BKCL)
if(WITH_XPU_BKCL)
set(COLLECTIVE_DEPS ${COLLECTIVE_DEPS} collective_helper)
endif()

Loading…
Cancel
Save