OAID / Tengine

Tengine is a lite, high performance, modular inference engine for embedded device
Apache License 2.0
4.59k stars 993 forks source link

Compile float16 support on A55 #1288

Open zye1996 opened 2 years ago

zye1996 commented 2 years ago

Hi I am trying to compile Tengine with fp16 support on rockchip 3568, which supports the armv8.2 instruction set. When the flag TENGINE_ARCH_ARM_82 is enabled, the compilation failed with the following message:

conv_dw_kernel_fp16_arm82.c:28:10: fatal error: compiler_fp16.h: No such file or directory

Is the float16 support only for A76 right now?

gaojinwei01 commented 2 years ago

meeting the same issue

map588 commented 1 week ago

same here, over two years later.