diff --git a/paddle/fluid/framework/paddle2cinn/build_cinn_pass.cc b/paddle/fluid/framework/paddle2cinn/build_cinn_pass.cc index 77b7bd7e338f128b36298a8466f41378f99be59a..e97a56a743e25cb03e41e778e0439f1573d74000 100644 --- a/paddle/fluid/framework/paddle2cinn/build_cinn_pass.cc +++ b/paddle/fluid/framework/paddle2cinn/build_cinn_pass.cc @@ -646,8 +646,8 @@ void SearchAllSubgraphs(Graph* graph) { VLOG(4) << "The allowed Cinn Ops: " << FLAGS_allow_cinn_ops; VLOG(4) << "The denied Cinn Ops: " << FLAGS_deny_cinn_ops; std::vector clusters = CinnSubgraphDetector(graph, teller)(); - VLOG(3) << "--- [build_cinn_pass] detected " << clusters.size() - << " cinn supported subgraphs"; + LOG(INFO) << "--- [build_cinn_pass] detected " << clusters.size() + << " cinn supported subgraphs"; auto cluster_debug_info = [](const GraphNodeSet& cluster) { std::string res = "("; diff --git a/paddle/fluid/inference/paddle_inference_custom_device.map b/paddle/fluid/inference/paddle_inference_custom_device.map index d78860e0a2070073c1fbc422c30a00db4e7ec6a0..391842a4c6160d077d20bca1d296e0c3aa8e5b6e 100644 --- a/paddle/fluid/inference/paddle_inference_custom_device.map +++ b/paddle/fluid/inference/paddle_inference_custom_device.map @@ -6,6 +6,7 @@ *phi*; *FLAGS_*; PD_*; + *cinn*; local: *; };