google / XNNPACK

High-efficiency floating-point neural network inference operators for mobile, server, and Web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker build issue

buddhapuneeth opened this issue · comments

I am trying to containerize the XNNPACK and running into some build issues.
This was successful with 5 months old code and now with latest code (commit idaf2ba0009eaf8efa57826b8d9440b4ebd0799a2a) I am running into this issue.

[docker] /opt/workspace/XNNPACK/src/init.c:0: error: undefined reference to 'xnn_f16_f32_vcvt_ukernel__neonfp16_x16'
[docker] clang: error: linker command failed with exit code 1 (use -v to see invocation)
[docker] CMakeFiles/XNNPACK.dir/build.make:6775: recipe for target 'libXNNPACK.so' failed
make[2]: *** [libXNNPACK.so] Error 1
[docker] make[2]: Leaving directory '/opt/workspace/XNNPACK/cbuild'
[docker] CMakeFiles/Makefile2:279: recipe for target 'CMakeFiles/XNNPACK.dir/all' failed
make[1]: *** [CMakeFiles/XNNPACK.dir/all] Error 2

Presumably fixed in b4cde5a