未验证 提交 e8f4a327 编写于 作者: R Ruibiao Chen 提交者: GitHub

Adjust OP scheduling order for standalone executor (#49561)

上级 70ea88bf
......@@ -138,7 +138,7 @@ InterpreterCore::InterpreterCore(const platform::Place& place,
Priority lhs_prority = vec_instruction_[lhs].GetPriority();
Priority rhs_prority = vec_instruction_[rhs].GetPriority();
if (lhs_prority == rhs_prority) {
return lhs > rhs;
return lhs < rhs;
}
return lhs_prority > rhs_prority;
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册