You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable AArch64 CI scripts to be used for local dev
- Allow user to specify a custom Arm Compute Library directory with the
ACL_SOURCE_DIR environment variable, which is then built rather than
checking out a clean copy
- Remove `setup.py clean` in build. The CI environment should be clean
already, removing this enables incremental rebuilds
- Use all cores for building ComputeLibrary
- Remove restriction of building with MAX_JOBS=5 on CPU backend
Mostly a port of pytorch/builder#2028 with the
conda part removed, because aarch64_ci_setup.sh has changed and can now
handle being called twice.
Co-authored-by: David Svantesson-Yeung <David.Svantesson-Yeung@arm.com>
Co-authored-by: Fadi Arafeh <Fadi.Arafeh@arm.com>
0 commit comments