Skip to content

Commit

Permalink
Update XNNPack dependency
Browse files Browse the repository at this point in the history
- Bring in polyfill for _mm256_zextps128_ps256 intrinsic for old compilers

PiperOrigin-RevId: 563017375
  • Loading branch information
Maratyszcza authored and tensorflower-gardener committed Sep 6, 2023
1 parent 0017627 commit dd05f19
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 1d5830644349f5c66ddc3846c32b16010ac4cf4f
GIT_TAG 60c997b99b3d98b8d146d267072cd4edb68535bd
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 @@ -149,9 +149,9 @@ def _tf_repositories():
# LINT.IfChange
tf_http_archive(
name = "XNNPACK",
sha256 = "09acd3e8112421fb7883f1c2966c9abc404349359ff9a18b12884f39dc6177a7",
strip_prefix = "XNNPACK-1d5830644349f5c66ddc3846c32b16010ac4cf4f",
urls = tf_mirror_urls("https://github.com/google/XNNPACK/archive/1d5830644349f5c66ddc3846c32b16010ac4cf4f.zip"),
sha256 = "ddf332a63e2e3b05e8993f40b22ce529ae54f854771dd28ad8230ebaaa861798",
strip_prefix = "XNNPACK-60c997b99b3d98b8d146d267072cd4edb68535bd",
urls = tf_mirror_urls("https://github.com/google/XNNPACK/archive/60c997b99b3d98b8d146d267072cd4edb68535bd.zip"),
)
# LINT.ThenChange(//tensorflow/lite/tools/cmake/modules/xnnpack.cmake)

Expand Down

0 comments on commit dd05f19

Please sign in to comment.