-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[CPU][GHA] CPU tests on riscV arch #25673
[CPU][GHA] CPU tests on riscV arch #25673
Conversation
8019fdf
to
e67820d
Compare
460a5ff
to
8cb45cc
Compare
2cbbed0
to
5213ecb
Compare
-DCMAKE_CXX_COMPILER_LAUNCHER=${{ env.CMAKE_CXX_COMPILER_LAUNCHER }} \ | ||
-DCMAKE_C_COMPILER_LAUNCHER=${{ env.CMAKE_C_COMPILER_LAUNCHER }} \ | ||
-S ${OPENVINO_REPO} \ | ||
-B ${BUILD_DIR} |
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.
instead of manual copy of build steps, can you reuse existing Linux build reusable workflow ?
It's being improved in this PR #26156
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.
Should be done later as part of [CVS-159545]
c912b35
to
e8fca64
Compare
This PR will be closed in a week because of 2 weeks of no activity. |
This PR was closed because it has been stalled for 2 week with no activity. |
90e63cf
to
5556eb6
Compare
2717778
to
894cc05
Compare
6f87ddc
to
2c70050
Compare
3e24fbb
to
7892cc9
Compare
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.
Approved as temporary solution
### Details: - *Implemented OV CPU tests pipeline with riscV architecture via Xuantie platform (fetched frombinaries, builded by @a-sidorova , sources https://github.com/XUANTIE-RV/xuantie-gnu-toolchain)*) - *todo: python support, building job reusing, implementing support python runner (i.e. using wrapping xuantie application instead of gtests directly)* Implementation of toolchain build - openvinotoolkit#28142 ### Tickets: - *146964* --------- Co-authored-by: Mikhail Ryzhov <[email protected]>
### Details: - Builds xuantie toolchain from sources to replace temporary solution merged in #25673 ### Tickets: - *146964*
### Details: - *Implemented OV CPU tests pipeline with riscV architecture via Xuantie platform (fetched frombinaries, builded by @a-sidorova , sources https://github.com/XUANTIE-RV/xuantie-gnu-toolchain)*) - *todo: python support, building job reusing, implementing support python runner (i.e. using wrapping xuantie application instead of gtests directly)* Implementation of toolchain build - openvinotoolkit#28142 ### Tickets: - *146964* --------- Co-authored-by: Mikhail Ryzhov <[email protected]>
### Details: - Builds xuantie toolchain from sources to replace temporary solution merged in openvinotoolkit#25673 ### Tickets: - *146964*
Details:
Implementation of toolchain build - #28142
Tickets: