Skip to content

Commit

Permalink
Update XNNPack version to fix build breakage
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 612017524
  • Loading branch information
alankelly authored and tensorflower-gardener committed Mar 2, 2024
1 parent bec5ff9 commit b565243
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tensorflow/lite/tools/cmake/modules/xnnpack.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ OverridableFetchContent_Declare(
xnnpack
GIT_REPOSITORY https://github.com/google/XNNPACK
# Sync with tensorflow/workspace2.bzl
GIT_TAG 2e8973cd1d24f10b7e4d0ab80cd04f01f03acb1e
GIT_TAG 86e00162c213f56a4e70abd3d8f2488bb0ae2eed
GIT_PROGRESS TRUE
PREFIX "${CMAKE_BINARY_DIR}"
SOURCE_DIR "${CMAKE_BINARY_DIR}/xnnpack"
Expand Down
6 changes: 3 additions & 3 deletions tensorflow/workspace2.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,9 @@ def _tf_repositories():
# LINT.IfChange
tf_http_archive(
name = "XNNPACK",
sha256 = "95b5e111a8935fbef972566a071923f010b055077a4e46ecb0f29b4ad90bb6ab",
strip_prefix = "XNNPACK-2e8973cd1d24f10b7e4d0ab80cd04f01f03acb1e",
urls = tf_mirror_urls("https://github.com/google/XNNPACK/archive/2e8973cd1d24f10b7e4d0ab80cd04f01f03acb1e.zip"),
sha256 = "26af512df2b0a74aa656a52ec696e0de77925f9b07d2f9aafafbe43fe9bff468",
strip_prefix = "XNNPACK-86e00162c213f56a4e70abd3d8f2488bb0ae2eed",
urls = tf_mirror_urls("https://github.com/google/XNNPACK/archive/86e00162c213f56a4e70abd3d8f2488bb0ae2eed.zip"),
)
# LINT.ThenChange(//tensorflow/lite/tools/cmake/modules/xnnpack.cmake)

Expand Down

0 comments on commit b565243

Please sign in to comment.