-
Notifications
You must be signed in to change notification settings - Fork 2.7k
[Snippets][CPU][DEBUG_CAPS] Implement RegPrinter for ARM64 #32124
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
base: master
Are you sure you want to change the base?
[Snippets][CPU][DEBUG_CAPS] Implement RegPrinter for ARM64 #32124
Conversation
} // namespace | ||
|
||
template <typename T> | ||
void RegPrinter::print_reg_prc(const char* name, const char* ori_name, T* ptr) { |
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.
ori_name -> orig_name is better abbreviation for original
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.
Applied
// 1. Include this header in AArch64 JIT kernels when register printing is required. | ||
// 2. Invoke RegPrinter::print method with a supported register/precision combination. | ||
// Examples: |
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.
// 1. Include this header in AArch64 JIT kernels when register printing is required. | |
// 2. Invoke RegPrinter::print method with a supported register/precision combination. | |
// Examples: | |
// 1. Include this header in AArch64 JIT kernels if register printing is required. | |
// 2. Invoke the RegPrinter::print method with a supported register/precision combination. | |
// Examples: |
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.
Applied, thanks
Tickets: