Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Job pass maybe system #5503

Merged
merged 14 commits into from Jul 16, 2021
Merged

Job pass maybe system #5503

merged 14 commits into from Jul 16, 2021

Conversation

lixinqi
Copy link
Contributor

@lixinqi lixinqi commented Jul 15, 2021

将job_pass中部分的glog CHECK换成了maybe CHECK

@@ -532,8 +532,7 @@ void TaskGraph::ConnectCtrlEdges(const std::vector<CompTaskNode*>& src_task_node
CHECK_EQ(src_task_nodes.size(), dst_task_nodes.size());
FOR_RANGE(int32_t, i, 0, src_task_nodes.size()) {
std::string regst_desc_name;
RegstDesc* ctrl_regst_desc =
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

解决一直有的编译警告unused variable。


Maybe<void> AddMultiClientSourceAndSinkPass::Apply(const OpGraph& op_graph,
JobBuilder* job_builder) const {
TODO_THEN_RETURN();
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

下一个pr把这里丰富了。目前这里写个todo也不会有什么事情发生,因为只有multi-client才会走到这里。

@oneflow-ci-bot oneflow-ci-bot requested review from oneflow-ci-bot and removed request for oneflow-ci-bot July 15, 2021 08:29
@oneflow-ci-bot oneflow-ci-bot requested review from oneflow-ci-bot and removed request for oneflow-ci-bot July 15, 2021 11:36
@oneflow-ci-bot oneflow-ci-bot requested review from oneflow-ci-bot and removed request for oneflow-ci-bot July 15, 2021 13:31
@oneflow-ci-bot oneflow-ci-bot requested review from oneflow-ci-bot and removed request for oneflow-ci-bot July 15, 2021 15:49
@oneflow-ci-bot oneflow-ci-bot requested review from oneflow-ci-bot and removed request for oneflow-ci-bot July 15, 2021 17:22
@oneflow-ci-bot oneflow-ci-bot removed their request for review July 15, 2021 19:38
@oneflow-ci-bot oneflow-ci-bot self-requested a review July 15, 2021 19:39
@oneflow-ci-bot oneflow-ci-bot requested review from oneflow-ci-bot and removed request for oneflow-ci-bot July 15, 2021 22:02
@oneflow-ci-bot oneflow-ci-bot self-requested a review July 16, 2021 04:42
@oneflow-ci-bot oneflow-ci-bot requested review from oneflow-ci-bot and removed request for oneflow-ci-bot July 16, 2021 05:41
@oneflow-ci-bot oneflow-ci-bot requested review from oneflow-ci-bot and removed request for oneflow-ci-bot July 16, 2021 07:37
@oneflow-ci-bot oneflow-ci-bot requested review from oneflow-ci-bot and removed request for oneflow-ci-bot July 16, 2021 10:40
@oneflow-ci-bot oneflow-ci-bot merged commit 50e1c34 into master Jul 16, 2021
@oneflow-ci-bot oneflow-ci-bot deleted the job_pass_maybe_system branch July 16, 2021 12:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants