Skip to content

Commit aced6d7

Browse files
mcr229facebook-github-bot
authored andcommitted
add microkernels-prod to backend_xnnpack in build_apple_frameworks (#5795)
Summary: Recently, previous xnnpack update includes a cmake refactor in which microkernels-prod is separated out as a static library. When we install the xnnpack_backend, we must remember to install microkernels-prod and xnnpack to make sure that it is correctly linkd with xnnpack_backend Pull Request resolved: #5795 Reviewed By: shoumikhin, kirklandsign Differential Revision: D63722997 Pulled By: mcr229 fbshipit-source-id: fe98945400d11ae14086ddb185ae07e649deed1e
1 parent fbcd332 commit aced6d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/build_apple_frameworks.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ libXNNPACK.a,\
4949
libcpuinfo.a,\
5050
libpthreadpool.a,\
5151
libxnnpack_backend.a,\
52+
libmicrokernels-prod.a,\
5253
:"
5354

5455
FRAMEWORK_KERNELS_CUSTOM="kernels_custom:\

0 commit comments

Comments
 (0)