Skip to content

Commit 227a677

Browse files
authored
fix heter compile (#30518) (#31186)
1 parent 6330fc9 commit 227a677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddle/fluid/operators/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ sequence_pooling segment_pooling executor device_memory_aligment generator)
9797
set(COMMON_OP_DEPS ${COMMON_OP_DEPS} dynload_warpctc)
9898
set(COMMON_OP_DEPS ${COMMON_OP_DEPS} sequence_padding sequence_scale cos_sim_functor memory jit_kernel_helper concat_and_split cross_entropy softmax vol2col im2col sampler sample_prob tree2col)
9999
set(COMMON_OP_DEPS ${COMMON_OP_DEPS} sequence2batch lstm_compute matrix_bit_code gru_compute activation_functions beam_search fc matrix_inverse)
100-
set(COMMON_OP_DEPS ${COMMON_OP_DEPS} box_wrapper boost)
100+
set(COMMON_OP_DEPS ${COMMON_OP_DEPS} box_wrapper boost ps_gpu_wrapper)
101101
set(COMMON_OP_DEPS ${COMMON_OP_DEPS} common_infer_shape_functions)
102102
if (WITH_GPU)
103103
set(COMMON_OP_DEPS ${COMMON_OP_DEPS} depthwise_conv prelu bert_encoder_functor)

0 commit comments

Comments
 (0)