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

fix(mgb/opr): fix VolatileSharedDeviceTensor infinite recursion in make

GitOrigin-RevId: f08fa4f327223aa4016835eb6cf8c29d9316ae49
上级 b970c6da
...@@ -351,7 +351,7 @@ MGB_DEFINE_OPR_CLASS( ...@@ -351,7 +351,7 @@ MGB_DEFINE_OPR_CLASS(
bool const_value, bool const_value,
const OperatorNodeConfig& config) { const OperatorNodeConfig& config) {
mgb_assert(!const_value); mgb_assert(!const_value);
return make(graph, dev_data, false, config); return make(graph, dev_data, config);
} }
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册