From 62ccea360475e70217da1dab8439e7d733a1518e Mon Sep 17 00:00:00 2001 From: firestonelib Date: Tue, 27 Jul 2021 14:23:32 +0800 Subject: [PATCH] remove unity build --- paddle/fluid/operators/unity_build_rule.cmake | 2 -- 1 file changed, 2 deletions(-) diff --git a/paddle/fluid/operators/unity_build_rule.cmake b/paddle/fluid/operators/unity_build_rule.cmake index 849e8b0b1a564..8262273b7ca7d 100644 --- a/paddle/fluid/operators/unity_build_rule.cmake +++ b/paddle/fluid/operators/unity_build_rule.cmake @@ -291,7 +291,6 @@ register_unity_group(cc uniform_random_batch_size_like_op.cc uniform_random_op.cc unique_op.cc - unique_consecutive_op.cc unique_with_counts_op.cc unpool_op.cc unsqueeze_op.cc @@ -548,7 +547,6 @@ register_unity_group(cu top_k_op.cu) register_unity_group(cu argsort_op.cu) register_unity_group(cu kron_op.cu) register_unity_group(cu unique_op.cu) -register_unity_group(cu unique_consecutive_op.cu) register_unity_group(cu tile_op.cu) register_unity_group(cu trace_op.cu) register_unity_group(cu transpose_op.cu)