提交 d3d9018f 编写于 作者: M Megvii Engine Team

feat(imperative/opr-mm): add broadcast

GitOrigin-RevId: 83640255c758b85a4cbb7d40fb20b822d4a8b30f
上级 b2f05bf8
......@@ -810,7 +810,7 @@ void CollectiveComm::init_output_static_infer_desc() {
};
auto get_shape_from_server = [this](TensorShape& dest, const InpVal&) {
if (!m_enable_shape_infer) {
if (!m_enable_shape_infer && !owner_graph()->options().imperative_proxy_graph) {
return false;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册