-
Notifications
You must be signed in to change notification settings - Fork 89
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
Add extended profile logging along with flush and rotating size #1389
base: develop
Are you sure you want to change the base?
Add extended profile logging along with flush and rotating size #1389
Conversation
NaveenElumalaiAMD
commented
Nov 25, 2024
- Added Extended profile logging which prints out extra information: Solution Index, Solution name and Kernel name.
- Add flush and rotating size to bench, profile and Extended profile logging.
Customer is complaining about the log format changes frequently, if there's any other changes, please submit them in this PR. |
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.
Docs changes OK.
->as<hipblaslt_ext::SoftmaxSolutionLibrary>(); | ||
auto sol | ||
= lib.findBestSolution(hipblaslt_ext::SoftmaxProblem(m, n, hipDataType_to_tensile_type(datatype)), *gpu); | ||
const auto& lib = masterLib |
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.
NBD, but these are just reformatting? makes PR review harder
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.
Yes these are formatting changes. Maybe standardizing the clang-format could make it easy.