未验证 提交 8dca9882 编写于 作者: Z Zhen Wang 提交者: GitHub

Fix the symbol missing bug about cinn. (#47347)

上级 13181fd9
...@@ -646,8 +646,8 @@ void SearchAllSubgraphs(Graph* graph) { ...@@ -646,8 +646,8 @@ void SearchAllSubgraphs(Graph* graph) {
VLOG(4) << "The allowed Cinn Ops: " << FLAGS_allow_cinn_ops; VLOG(4) << "The allowed Cinn Ops: " << FLAGS_allow_cinn_ops;
VLOG(4) << "The denied Cinn Ops: " << FLAGS_deny_cinn_ops; VLOG(4) << "The denied Cinn Ops: " << FLAGS_deny_cinn_ops;
std::vector<GraphNodeVec> clusters = CinnSubgraphDetector(graph, teller)(); std::vector<GraphNodeVec> clusters = CinnSubgraphDetector(graph, teller)();
VLOG(3) << "--- [build_cinn_pass] detected " << clusters.size() LOG(INFO) << "--- [build_cinn_pass] detected " << clusters.size()
<< " cinn supported subgraphs"; << " cinn supported subgraphs";
auto cluster_debug_info = [](const GraphNodeSet& cluster) { auto cluster_debug_info = [](const GraphNodeSet& cluster) {
std::string res = "("; std::string res = "(";
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
*phi*; *phi*;
*FLAGS_*; *FLAGS_*;
PD_*; PD_*;
*cinn*;
local: local:
*; *;
}; };
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册