-
Notifications
You must be signed in to change notification settings - Fork 497
Misc APIs: hipDeviceGetName, hipKernelNameRef. #9097
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?
Conversation
Signed-off-by: svup <[email protected]>
svup-xilinx - is not a collaborator |
Can one of the admins verify this patch? |
clang-tidy review says "All clean, LGTM! 👍" |
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.
Minors
#include"core/common/device.h" | ||
#include"core/common/query_requests.h" |
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.
#include"core/common/device.h" | |
#include"core/common/query_requests.h" | |
#include "core/common/device.h" | |
#include "core/common/query_requests.h" |
xrt_core::send_exception_message(ex.what()); | ||
} | ||
return nullptr; | ||
} |
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.
Add missing newline
Signed-off-by: svup <[email protected]>
svup-xilinx - is not a collaborator |
clang-tidy review says "All clean, LGTM! 👍" |
Problem solved by the commit
Implementing hip miscellaneous functions - hipDeviceGetName, hipKernelNameRef.
Bug / issue (if any) fixed, which PR introduced the bug, how it was discovered
None
How problem was solved, alternative solutions (if any) and why they were rejected
Risks (if any) associated the changes in the commit
Low
What has been tested and how, request additional testing if necessary
Tested on Linux Strix machine
device name is printed as NPU Strix.
kernel name is printed as DPU
used rom_vbnv for printing device name
Documentation impact (if any)
NA