-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Add NPU compile_tool and single-image-test #24784
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 NPU compile_tool and single-image-test #24784
Conversation
68dafc2 to
ce4c0d5
Compare
67f9e76 to
d9626a9
Compare
0a13dcc to
699ea6f
Compare
| # scripts | ||
| unset(OV_CPACK_COMP_INSTALL_DEPENDENCIES_EXCLUDE_ALL) | ||
| unset(OV_CPACK_COMP_SETUPVARS_EXCLUDE_ALL) | ||
| # npu internal tools |
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.
Hi @ilya-lavrenov! Could you please take a look at this part with cpack configs?
Idea: npu_internal cpack target available in CI cache to be imported by NPU CI and NPU release build infrastructure for preparing extended packages.
Requirement: npu_internal must not be included in OpenVINO releases and dev drops. As I understand it is already controlled by product-configs in packaging/config.json#L381
699ea6f to
5be5d62
Compare
5be5d62 to
29a1319
Compare
### Details: - add compile_tool - add single-image-test - tools support standalone build - tools are installed in npu_internal cpack target ### Tickets: - E-124825 --------- Co-authored-by: Alina Kladieva <[email protected]>
### Details: - add compile_tool - add single-image-test - tools support standalone build - tools are installed in npu_internal cpack target ### Tickets: - E-124825 --------- Co-authored-by: Alina Kladieva <[email protected]>
Details:
Tickets: