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

Add extended profile logging along with flush and rotating size #1389

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from

Conversation

NaveenElumalaiAMD
Copy link
Contributor

  1. Added Extended profile logging which prints out extra information: Solution Index, Solution name and Kernel name.
  2. Add flush and rotating size to bench, profile and Extended profile logging.

@NaveenElumalaiAMD NaveenElumalaiAMD requested a review from a team as a code owner November 26, 2024 19:00
@KKyang
Copy link
Contributor

KKyang commented Nov 27, 2024

Customer is complaining about the log format changes frequently, if there's any other changes, please submit them in this PR.

Copy link
Contributor

@amd-jnovotny amd-jnovotny left a 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
Copy link
Contributor

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

Copy link
Contributor Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants