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

LazyInterpret for UserOpExpr #5544

Merged
merged 11 commits into from
Jul 20, 2021
Merged

Conversation

chengtbf
Copy link
Contributor

  • LazyInterpret::ApplyImpl 支持 UserOpExpr
  • 使用 JobBuildAndInferCtx::NewUniqueOpNameByFunctionalOpConf 给每一个 UserOp 提供一个 job 内唯一的 unique_name
  • 替换 UserOpConf 中,由于 OpName 改变导致变化的 lbn(output 的 key/value)
  • 构造一个简单的网络单测,由 x0,x1,weight0 三个 EagerTensor 作为输入,实现了两层的 matmul + relu 的小网络验证,可以作为 nn.Graph 调试的雏形

@oneflow-ci-bot oneflow-ci-bot requested review from oneflow-ci-bot and removed request for oneflow-ci-bot July 20, 2021 02:57
@chengtbf chengtbf requested review from oneflow-ci-bot and removed request for oneflow-ci-bot July 20, 2021 03:16
@oneflow-ci-bot oneflow-ci-bot requested review from oneflow-ci-bot and removed request for oneflow-ci-bot July 20, 2021 04:27
@oneflow-ci-bot oneflow-ci-bot requested review from oneflow-ci-bot and removed request for oneflow-ci-bot July 20, 2021 07:29
@oneflow-ci-bot oneflow-ci-bot requested review from oneflow-ci-bot and removed request for oneflow-ci-bot July 20, 2021 12:06
@oneflow-ci-bot oneflow-ci-bot removed their request for review July 20, 2021 13:20
@chengtbf chengtbf requested review from oneflow-ci-bot and removed request for oneflow-ci-bot July 20, 2021 13:28
@oneflow-ci-bot oneflow-ci-bot requested review from oneflow-ci-bot and removed request for oneflow-ci-bot July 20, 2021 14:22
@oneflow-ci-bot oneflow-ci-bot merged commit c6b47a3 into master Jul 20, 2021
@oneflow-ci-bot oneflow-ci-bot deleted the dev_cc_user_op_lazy_interpret branch July 20, 2021 16:10
@oneflow-ci-bot oneflow-ci-bot removed their request for review July 20, 2021 16:10
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.

4 participants