-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
[CI][Contrib] Add ACL docker installation #5916
Conversation
Just a dumb question. Do we need an ARM device to run ACL? |
@junrushao1994 Yes ACL can only be used on Arm hardware. We've included this cross-build in the docker container to make it easier for anyone wanting to use ACL with RPC. They just copy across the libraries they need to the remote device rather than needing to worry about building a new container. |
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.
NOTE, shall we rename acl to armcl or armcompute? because ACL can mean different things for people who are working on NLP
2b79250
to
00c879a
Compare
This patch adds a cross-compiled ACL build to the ci_cpu dockerfile used for CI. Change-Id: I66e1521ab553306bc7367b65acc0363e750f0211
00c879a
to
760981e
Compare
Thanks @lhutton1 ! |
…5916) This patch adds a cross-compiled ACL build to the ci_cpu dockerfile used for CI. Change-Id: I66e1521ab553306bc7367b65acc0363e750f0211
…5916) This patch adds a cross-compiled ACL build to the ci_cpu dockerfile used for CI. Change-Id: I66e1521ab553306bc7367b65acc0363e750f0211
This patch adds a cross-compiled ACL build to the ci_cpu dockerfile used for CI.
Change-Id: I66e1521ab553306bc7367b65acc0363e750f0211