-
Notifications
You must be signed in to change notification settings - Fork 825
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
Fix autoprof when no kernel, and fix input shapes #8320
Conversation
Signed-off-by: daquexian <daquexian566@gmail.com>
Signed-off-by: daquexian <daquexian566@gmail.com>
对于没有 kernel 的op,”cpu end-to-end 的时间“,此时测量的起始位置是?(普通kernel应该是LocalCallOpKernel包裹的这段范围? |
以 reshape 为例是 python api |
Code got formatted by CI. Please request CI again if you still want to have this PR merged. If the PR is from a forked repo, please download the patch files from the GitHub Actions web page and apply them locally. |
View latest API docs preview at: https://staging.oneflow.info/docs/Oneflow-Inc/oneflow/pr/8320/ |
CI failed when running job: cpu-module. PR label automerge has been removed |
View latest API docs preview at: https://staging.oneflow.info/docs/Oneflow-Inc/oneflow/pr/8320/ |
autoprof 支持没有 kernel 的 api,这个时候只显示 cpu end-to-end 的时间:

修改已有测试的 input shape,和 resnet 中的 shape 保持一致