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 e1164b5 commit 0c9f9ff
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 fb0bbb08d3530661814f75164399c4d5624d4092
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 = "2ff8023bf0085a6564262b1ed525f46a3926f3769336998c607b78b6e5cfe52c",
strip_prefix = "XNNPACK-fb0bbb08d3530661814f75164399c4d5624d4092",
urls = tf_mirror_urls("https://github.com/google/XNNPACK/archive/fb0bbb08d3530661814f75164399c4d5624d4092.zip"),
)
# LINT.ThenChange(//tensorflow/lite/tools/cmake/modules/xnnpack.cmake)

Expand Down

0 comments on commit 0c9f9ff

Please sign in to comment.