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.75k stars 767 forks source link

Unit test failure CPU/UNIT/Context/CpuCapabilities on WoA #1098

Closed morgolock closed 3 months ago

morgolock commented 3 months ago

Output of 'strings libarm_compute.so | grep arm_compute_version':

Platform: Snapdragon (TM) 8cx Gen 2 @ 3.15 GHz 3.15 GHz

Operating System: Windows 11

Problem description:

The following unit test fails on WoA

Running [47171] 'CPU/UNIT/Context/CpuCapabilities'
ERROR: ERROR: Assertion 'ctx_legacy.capabilities().cpu_info.has_neon() == true' failed.

Executed 1 test(s) (0 passed, 0 expected failures, 1 failed, 0 crashed, 0 disabled) in 309 second(s)
morgolock commented 3 months ago

Fixed with https://review.mlplatform.org/c/ml/ComputeLibrary/+/11235