diff --git a/paddle/fluid/framework/paddle2cinn/CMakeLists.txt b/paddle/fluid/framework/paddle2cinn/CMakeLists.txt index 57ce4d3c56b5992b5c6b1b3f6260532d9c1dda3a..5b10f7c87fd6fc933c39081a834fe567782c4fd9 100644 --- a/paddle/fluid/framework/paddle2cinn/CMakeLists.txt +++ b/paddle/fluid/framework/paddle2cinn/CMakeLists.txt @@ -57,7 +57,8 @@ if(WITH_TESTING) op_registry mul_op activation_op - elementwise_add_op) + elementwise_add_op + generated_op) set_tests_properties(build_cinn_pass_test PROPERTIES LABELS "RUN_TYPE=CINN") cc_test_old(transform_desc_test SRCS transform_desc_test.cc DEPS @@ -86,6 +87,7 @@ if(WITH_TESTING) cinn mul_op activation_op - elementwise_add_op) + elementwise_add_op + generated_op) set_tests_properties(cinn_compiler_test PROPERTIES LABELS "RUN_TYPE=CINN") endif()