-
Notifications
You must be signed in to change notification settings - Fork 4
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
Support flops metric in proton profiling #111
Conversation
This pull request was exported from Phabricator. Differential Revision: D67062546 |
Summary: Support tflops+proton metric on more operators. Now we require operator to use `def flops(): ` and the framework will add `tflops` metric automatically. The same interface will be used to support `flops` in Proton. Differential Revision: D67062546
c84cb91
to
7670b39
Compare
This pull request was exported from Phabricator. Differential Revision: D67062546 |
Summary: Support tflops+proton metric on more operators. Now we require operator to use `def flops(): ` and the framework will add `tflops` metric automatically. The same interface will be used to support `flops` in Proton. Differential Revision: D67062546
7670b39
to
e509009
Compare
This pull request was exported from Phabricator. Differential Revision: D67062546 |
Summary: Support tflops+proton metric on more operators. Now we require operator to use `def flops(): ` and the framework will add `tflops` metric automatically. The same interface will be used to support `flops` in Proton. Differential Revision: D67062546
e509009
to
08a5a1c
Compare
This pull request was exported from Phabricator. Differential Revision: D67062546 |
Summary: Support tflops+proton metric on more operators. Now we require operator to use `def flops(): ` and the framework will add `tflops` metric automatically. The same interface will be used to support `flops` in Proton. Differential Revision: D67062546
08a5a1c
to
df1027f
Compare
This pull request was exported from Phabricator. Differential Revision: D67062546 |
This pull request was exported from Phabricator. Differential Revision: D67062546 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
This pull request has been merged in 794bc77. |
Summary:
Support tflops+proton metric on more operators.
Now we require operator to use
def flops():
and the framework will addtflops
metric automatically.The same interface will be used to support
flops
in Proton.Differential Revision: D67062546