-
Notifications
You must be signed in to change notification settings - Fork 213
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
Enable Cross Compilation of Arm SVE on x86 Cl (examples build and emulation) #2702
Enable Cross Compilation of Arm SVE on x86 Cl (examples build and emulation) #2702
Conversation
/intelci: run |
/azp run CI |
Azure Pipelines successfully started running 1 pipeline(s). |
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.
Looks like there are some public CI fails to be addressed
I'm not sure what exactly is failing, both the arm and x86 pipelines run both static and dynamic daal examples successfully and then there is a random bash error that doesn't point to anything specifc. I'm unable to reproduce this in local environment. @ethanglaser any ideas? |
9611465
to
f5e07b6
Compare
Looks like there are various memory related errors occurring with use of qemu, I am not seeing fails with x86 |
Hi @rakshithgb-fujitsu I've put up a pull request at #2719 with much of the same changes as this one, but I have some more commits locally based on top of that. It makes the commits for adding LLVM and RISC-V builds easier for me. Would you be able to take a look at that, and if that is OK for you, can we switch to that rather than this one? |
/azp run CI |
Azure Pipelines successfully started running 1 pipeline(s). |
Based on #PR2691 , this update brings in daal and oneapi examples arm build and emulation in a x86 environment.
What's new:
Make file
andtbb.sh
have both been modified to now handle TBB built from source, avoiding the need to handle the old folder structure.