mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Update XNNPACK Version (#139913)
Updating XNNPACK Version to 4ea82e595b36106653175dcb04b2aa532660d0d8 submodule update Pull Request resolved: https://github.com/pytorch/pytorch/pull/139913 Approved by: https://github.com/digantdesai, https://github.com/huydhn
This commit is contained in:
committed by
PyTorch MergeBot
parent
e429a3b72e
commit
cca34be584
@ -112,6 +112,7 @@ if(ANDROID_ABI)
|
||||
import_static_lib(libc10)
|
||||
import_static_lib(libnnpack)
|
||||
import_static_lib(libXNNPACK)
|
||||
import_static_lib(libmicrokernels-prod)
|
||||
import_static_lib(libpytorch_qnnpack)
|
||||
import_static_lib(libpthreadpool)
|
||||
import_static_lib(libeigen_blas)
|
||||
@ -129,6 +130,7 @@ if(ANDROID_ABI)
|
||||
libc10
|
||||
libnnpack
|
||||
libXNNPACK
|
||||
libmicrokernels-prod
|
||||
libpytorch_qnnpack
|
||||
libpthreadpool
|
||||
libeigen_blas
|
||||
@ -151,6 +153,7 @@ else()
|
||||
|
||||
if(USE_XNNPACK)
|
||||
list(APPEND pytorch_jni_LIBS XNNPACK)
|
||||
list(APPEND pytorch_jni_LIBS microkernels-prod)
|
||||
endif()
|
||||
|
||||
if(USE_SYSTEM_PTHREADPOOL)
|
||||
|
Reference in New Issue
Block a user