Unable to build on Ubuntu 22.04 #27663
amansharma612
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am encountering the following error when building openvino from source.
/usr/bin/ld: platform.cpp:(.text._ZN13MLAS_PLATFORMC2Ev+0xf2): undefined reference to 'MlasConvNchwcFloatKernelFma3' /usr/bin/ld: platform.cpp:(.text._ZN13MLAS_PLATFORMC2Ev+0x102): undefined reference to 'MlasConvDepthwiseFloatKernelFma3' /usr/bin/ld: platform.cpp:(.text._ZN13MLAS_PLATFORMC2Ev+0x129): undefined reference to 'MlasConvPointwiseFloatKernelFma3' /usr/bin/ld: platform.cpp:(.text._ZN13MLAS_PLATFORMC2Ev+0x3c6): undefined reference to 'MlasGemmFloatKernelFma3'
can anyone suggest a fix for the same?
Beta Was this translation helpful? Give feedback.
All reactions