Maratyszcza / NNPACK

Acceleration package for neural networks on multi-core CPUs
BSD 2-Clause "Simplified" License
1.67k stars 315 forks source link

recognizes arm64(e) architectures for iOS #178

Closed dipidoo closed 4 years ago

dipidoo commented 4 years ago

Accepts arm64 and arm64e in the CMAKE_SYSTEM_PROCESSOR filter.

I am aware that aarch64 is not an officially supported enumeration, but I feel that it can be acceptable. Please let me know if you are not comfortable with this portion and I will remove it, or please feel free to do that.

177

dipidoo commented 4 years ago

From #176: To fix the CI, we need to make benchmark_name.cc participate in the building of libgooglebenchmark.a. I am not sure how to do that.