You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Paddle/paddle/fluid/operators/amp/unity_build_rule.cmake

13 lines
553 B

# 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.
register_unity_group(cc
check_finite_and_unscale_op.cc
update_loss_scaling_op.cc)
register_unity_group(cu
check_finite_and_unscale_op.cu
update_loss_scaling_op.cu)