unity_build_rule.cmake 767 字节
Newer Older
1 2 3 4 5 6
# This file records the Unity Build compilation rules.
# The source files in a `register_unity_group` called are compiled in a unity
# file.
# Generally, the combination rules in this file do not need to be modified.
# If there are some redefined error in compiling with the source file which
# in combination rule, you can remove the source file from the following rules.
7 8 9 10 11 12 13 14 15 16 17 18 19 20
register_unity_group(
  cc
  fused_elemwise_activation_op.cc
  fused_embedding_fc_lstm_op.cc
  fused_embedding_seq_pool_op.cc
  fusion_lstm_op.cc
  fusion_repeated_fc_relu_op.cc
  fusion_seqconv_eltadd_relu_op.cc
  fusion_seqexpand_concat_fc_op.cc
  fusion_seqpool_concat_op.cc
  fusion_squared_mat_sub_op.cc
  multi_gru_op.cc
  mkldnn/multi_gru_mkldnn_op.cc
  fusion_seqpool_cvm_concat_op.cc)