-
Notifications
You must be signed in to change notification settings - Fork 3.8k
[ROOFLINE] Add support for different dtypes #13003
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
Conversation
|
Will take a look today |
e920015 to
cf3b3aa
Compare
|
Thanks for contributing to TVM! Please refer to the contributing guidelines https://tvm.apache.org/docs/contribute/ for useful information and tips. Please request code reviews from Reviewers by @-ing them in a comment. Generated by tvm-bot |
AndrewZhaoLuo
left a comment
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.
Thanks @tkonolige , some comments. I do have concerns about one part of the refactor.
Support different dtypes in roofline analysis. Only x86 support for now, but the interface is there to add support on cuda.
ff2d4f0 to
96e31bd
Compare
* [ROOFLINE] Add support for different dtypes Support different dtypes in roofline analysis. Only x86 support for now, but the interface is there to add support on cuda. * whoops * add div, mad*2 to flops count * remove skips (from bad rebase) * match features by name format
* [ROOFLINE] Add support for different dtypes Support different dtypes in roofline analysis. Only x86 support for now, but the interface is there to add support on cuda. * whoops * add div, mad*2 to flops count * remove skips (from bad rebase) * match features by name format
Support different dtypes in roofline analysis. Only x86 support for now, but the interface is there to add support on cuda.
@AndrewZhaoLuo