未验证 提交 2bcc8b84 编写于 作者: H hong 提交者: GitHub

fix vector int bug (#55131)

上级 89d3a46d
......@@ -170,6 +170,7 @@ void BuildPhiContext(
array_list[i].dyn_cast<ir::Int32Attribute>().data());
}
}
ctx->EmplaceBackAttr(vec_res);
} else if (attr_type_name == "ir::ArrayAttribute<ir::FloatAttribute>") {
auto array_list = attr_map[t].dyn_cast<ir::ArrayAttribute>().data();
std::vector<float> vec_res;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册