openvino icon indicating copy to clipboard operation
openvino copied to clipboard

[CPU][ARM] Enable both f16 and f32 kernels for aarch64 and introduce runtime f16 support check

Open alvoron opened this issue 1 year ago • 1 comments

Inherited from https://github.com/openvinotoolkit/openvino/pull/22437

alvoron avatar Feb 21 '24 12:02 alvoron

It seems that tests on RaspberryPi 4 fail because of incorrect ACL fp16 check: https://github.com/ARM-software/ComputeLibrary/issues/1096 UPD: Implemented WA is hasFP16HardwareSupport method returns false on 32-bit ARM.

alvoron avatar Feb 23 '24 17:02 alvoron

@EgorDuplensky @ilya-lavrenov Any comment from your side?

dmitry-gorokhov avatar Mar 06 '24 06:03 dmitry-gorokhov

@ilya-lavrenov could you please review src/plugins/intel_cpu/CMakeLists.txt and .github/workflows/linux_arm64.yml changes?

alvoron avatar Mar 22 '24 10:03 alvoron