-
Notifications
You must be signed in to change notification settings - Fork 32
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
Indexing of information from the rocminfo application to helping the user to view #95
base: amd-staging
Are you sure you want to change the base?
Indexing of information from the rocminfo application to helping the user to view #95
Conversation
Adding code for new help message
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.
Sorry for delay in review, overall, it looks good.
I believe agent_number is not used and can be removed.
I will also add @shwetagkhatri as reviewer so she can help applying the change via the internal repository
rocminfo.cc
Outdated
hsa_status_t err; | ||
agent_info_t agent_i; | ||
|
||
int *agent_number = reinterpret_cast<int*>(data); |
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.
It seems agent_number is not used, and it can be removed
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.
Currently it is not used, I had thought to use it when we need to index the individual agent display. So removed and updated in the fork branch as provided below. Also made some changes in help message display
ajitclarencejoseph@026828a
@shwetagkhatri Also, please review code changes as well. |
As we see that rocminfo provides a list of information and it is very difficult sometimes to look for a particular information in the page. So by indexing the information, it would be useful for the user to get particular information of a device