ARM-software / ComputeLibrary

The Compute Library is a set of computer vision and machine learning functions optimised for both Arm CPUs and GPUs using SIMD technologies.
MIT License
2.82k stars 774 forks source link

Support Windows ARM #952

Closed allnes closed 2 years ago

allnes commented 2 years ago

Hello,

Will you be support windows arm systems?

For example acer spin 7 or microsoft surface

morgolock commented 2 years ago

Hi @allnes

The CPU backend runs on all ARM A class based CPUs. Could you please clarify what type of support you refer? Building ACL on Windows?

allnes commented 2 years ago

Hi @allnes

The CPU backend runs on all ARM A class based CPUs. Could you please clarify what type of support you refer? Building ACL on Windows?

Yes, so that, for example, ComputeLibrary can be built on windows and people could be run samples

morgolock commented 2 years ago

Hi @allnes

We have added support for native build for WoA in the main branch and this will be present in 22.08.

Please see the instructions here: https://review.mlplatform.org/c/ml/ComputeLibrary/+/7992/2/docs/user_guide/how_to_build_and_run_examples.dox

Caveat: native builds for WoA are experimental and some features interacting with the OS are missing.

Hope this helps.

allnes commented 2 years ago

Thank you! I'll try and see it soon.