Skip to content

Commit

Permalink
Update XNNPack version.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 636147888
  • Loading branch information
qukhan authored and tensorflower-gardener committed May 23, 2024
1 parent 2dda854 commit 3126122
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 50037f8072731a2cc30a961b96e199ad691887e4
GIT_TAG bfea23551ac47c9d71b82120b299ff6173fc9097
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 = "256ab4034e93bdeea2e1216cd8361a85bd4ee4884a89bf5e4e142abcdc796805",
strip_prefix = "XNNPACK-50037f8072731a2cc30a961b96e199ad691887e4",
urls = tf_mirror_urls("https://github.com/google/XNNPACK/archive/50037f8072731a2cc30a961b96e199ad691887e4.zip"),
sha256 = "9e1efd0e43bff4a3b089faff6b0ee466291848fd855609a99e412befdec15bb0",
strip_prefix = "XNNPACK-bfea23551ac47c9d71b82120b299ff6173fc9097",
urls = tf_mirror_urls("https://github.com/google/XNNPACK/archive/bfea23551ac47c9d71b82120b299ff6173fc9097.zip"),
)
# LINT.ThenChange(//tensorflow/lite/tools/cmake/modules/xnnpack.cmake)

Expand Down

0 comments on commit 3126122

Please sign in to comment.