xrt: Add at v2.21.75#9264
Conversation
dd62a5c to
03e34cf
Compare
|
Investigating static library shenanigans... |
9e7add1 to
d58857f
Compare
|
I wonder if either the library portion or the |
d58857f to
004089c
Compare
|
Thanks for the feedback, will address them later today. |
|
Usually downstream consumers (e.g. LLM runtimes like FastFlowLM) link against the dynamic library, However, if you're using the NPU, you almost always want the command-line tools like |
004089c to
39fc5c3
Compare
| # Verify successful cpe hits by visiting https://cve.circl.lu/search?vendor=$VENDOR&product=$PRODUCT | ||
| security: | ||
| cpe: | ||
| - vendor: AMD | ||
| product: xilinx run time (xrt) |
There was a problem hiding this comment.
I can't find any assigned cpe information, so this should be left blank.
| # Verify successful cpe hits by visiting https://cve.circl.lu/search?vendor=$VENDOR&product=$PRODUCT | |
| security: | |
| cpe: | |
| - vendor: AMD | |
| product: xilinx run time (xrt) | |
| # No CPE found, checked 2025-06-18 | |
| security: | |
| cpe: ~ |
There was a problem hiding this comment.
This links to the correct page: https://cve.circl.lu/search?ft_q=&vendor=AMD&product=xilinx+run+time+%28xrt%29&assigner=&sort_sources%5B%5D=cvelistv5&date_sort=published&sort_order=desc
What should vendor and product be set to? Or should it just be left blank?
Summary
Fixes #9262.
Now people can run ML models (mostly LLMs these days) on their Ryzen AI processors' NPU without eating up GPU resources (i.e. those AMD processors with NPUs, all the Ryzen AI XXX models).
Test Plan
xrt-smi examineshows my NPU correctly.Checklist