Skip to content

Commit

Permalink
PR #62330: Fix build error on TFLite C API for Android with CMake
Browse files Browse the repository at this point in the history
Imported from GitHub PR tensorflow/tensorflow#62330

Update gemmlowp version that applied patch to avoid unneeded linker flag(`-lpthread` ).
More details are described at  #61839

fixes #61839
Copybara import of the project:

--
02e96efb7bd657375e842e334842a0a5d10f92a8 by Yoshio Soma <yoshio.soma@goinc.jp>:

Update gemmlowp version.

Merging this change closes #62330

PiperOrigin-RevId: 580399770
  • Loading branch information
ysohma authored and copybara-github committed Nov 8, 2023
1 parent a11e4af commit 3f04af0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions third_party/tsl/third_party/gemmlowp/workspace.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ def repo():

# Attention: tools parse and update these lines.
# LINT.IfChange
GEMMLOWP_COMMIT = "e844ffd17118c1e17d94e1ba4354c075a4577b88"
GEMMLOWP_SHA256 = "522b7a82d920ebd0c4408a5365866a40b81d1c0d60b2369011d315cca03c6476"
GEMMLOWP_COMMIT = "16e8662c34917be0065110bfcd9cc27d30f52fdf"
GEMMLOWP_SHA256 = "7dc418717c8456473fac4ff2288b71057e3dcb72894524c734a4362cdb51fa8b"
# LINT.ThenChange(//tensorflow/lite/tools/cmake/modules/gemmlowp.cmake)

tf_http_archive(
Expand Down

0 comments on commit 3f04af0

Please sign in to comment.