Is there any plan or effort in OpenCV community to re-write the hardware optimizations part with Arm SVE?

asked 2020-01-15 19:49:37 -0600

From [1], I learned that there are VFPv3 and NEON extensions available for Arm and Aarch64. We can enable such hardware optimizations when cross-compilation for Arm based linux systems by using -DENABLE_VFPV3=ON or -DENABLE_NEON=ON.

As new Arm vector solutions emerging, namely SVE (Scalable Vector Extension) [2]. Is there any plan or effort in OpenCV community to re-write the hardware optimizations part with SVE?

[1] https://docs.opencv.org/2.4/doc/tutor...

[2] https://community.arm.com/developer/t...

edit retag flag offensive close merge delete