Update XNNPack version

PiperOrigin-RevId: 846213195
This commit is contained in:
Quentin Khan
2025-12-18 05:06:04 -08:00
committed by TensorFlower Gardener
parent 69cd9be899
commit 08d6df5eea
2 changed files with 4 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ OverridableFetchContent_Declare(
xnnpack
GIT_REPOSITORY https://github.com/google/XNNPACK
# Sync with tensorflow/workspace2.bzl
GIT_TAG 2c1a512208d0481d6e6bd87c2bd5e23408febc3e
GIT_TAG 183297df5c945236cbc4bb1f625f9f2008bfc564
GIT_PROGRESS TRUE
PREFIX "${CMAKE_BINARY_DIR}"
SOURCE_DIR "${CMAKE_BINARY_DIR}/xnnpack"

View File

@@ -168,9 +168,9 @@ def _tf_repositories():
# LINT.IfChange(xnnpack)
tf_http_archive(
name = "XNNPACK",
sha256 = "961965b04b0cee7c0ece34bb21dbdf69e483772ae7bdb275a08e6d457ed7e38b",
strip_prefix = "XNNPACK-2c1a512208d0481d6e6bd87c2bd5e23408febc3e",
urls = tf_mirror_urls("https://github.com/google/XNNPACK/archive/2c1a512208d0481d6e6bd87c2bd5e23408febc3e.zip"),
sha256 = "08976c0ba6495775f78d738adbcc60a567b5826774f23d3c403486c70ff79772",
strip_prefix = "XNNPACK-183297df5c945236cbc4bb1f625f9f2008bfc564",
urls = tf_mirror_urls("https://github.com/google/XNNPACK/archive/183297df5c945236cbc4bb1f625f9f2008bfc564.zip"),
)
# LINT.ThenChange(//tensorflow/lite/tools/cmake/modules/xnnpack.cmake)