File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -203,8 +203,8 @@ if(WITH_DISTRIBUTE)
203
203
set_source_files_properties (send_barrier_op.cc PROPERTIES COMPILE_FLAGS ${DISTRIBUTE_COMPILE_FLAGS} )
204
204
set_source_files_properties (send_recv_op_test.cc PROPERTIES COMPILE_FLAGS ${DISTRIBUTE_COMPILE_FLAGS} )
205
205
cc_test (test_send_recv SRCS send_recv_op_test.cc DEPS prefetch_op send_op listen_and_serv_op sum_op executor )
206
- cc_test (test_send_nccl_id SRCS test_send_nccl_id.cc DEPS send_op listen_and_serv_op executor )
207
206
if (WITH_GPU )
207
+ cc_test (test_send_nccl_id SRCS test_send_nccl_id.cc DEPS send_op listen_and_serv_op executor )
208
208
op_library (gen_nccl_id_op DEPS nccl_common sendrecvop_grpc )
209
209
set_source_files_properties (gen_nccl_id_op.cc PROPERTIES COMPILE_FLAGS ${DISTRIBUTE_COMPILE_FLAGS} )
210
210
else ()
You can’t perform that action at this time.
0 commit comments