We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi,
I tried to build latest ARM compute library release version 21.11 on Apple silicon under mac os 11.1 and clang 12.0.0 by using command line from ACL document.
scons Werror=1 -j8 neon=1 opencl=0 os=macos arch=arm64-v8a build=native
But I got following build error:
src/cpu/CpuContext.cpp:31:10: fatal error: 'malloc.h' file not found #include <malloc.h> ^~~~~~~~~~
Is ACL code stable in Apple silicon?