Update Eigen to: 5ad8b9bfe2

PiperOrigin-RevId: 389724736
Change-Id: I3b999bfb67cef939b1244e1d6dc9ac5feb9cb94e
This commit is contained in:
Antonio Sanchez
2021-08-09 14:26:50 -07:00
committed by TensorFlower Gardener
parent 2e51bd3d61
commit a2e6d824cc
2 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ OverridableFetchContent_Declare(
eigen
GIT_REPOSITORY https://gitlab.com/libeigen/eigen
# Sync with tensorflow/third_party/eigen3/workspace.bzl
GIT_TAG 7b35638ddb99a0298c5d3450de506a8e8e0203d3
GIT_TAG 5ad8b9bfe2bf75620bc89467c5cc051fc2a597df
# It's not currently (cmake 3.17) possible to shallow clone with a GIT TAG
# as cmake attempts to git checkout the commit hash after the clone
# which doesn't work as it's a shallow clone hence a different commit hash.

View File

@@ -7,8 +7,8 @@ def repo():
# Attention: tools parse and update these lines.
# LINT.IfChange
EIGEN_COMMIT = "7b35638ddb99a0298c5d3450de506a8e8e0203d3"
EIGEN_SHA256 = "2f25d7d0279c57ce7c533bc71ba78af9c24a0a0aac4102bfeb28c2b5737499d1"
EIGEN_COMMIT = "5ad8b9bfe2bf75620bc89467c5cc051fc2a597df"
EIGEN_SHA256 = "b47c1f5e54961a4289b5c690a54d78b20ae0a769a8914d81cfea764018de9b48"
# LINT.ThenChange(//tensorflow/lite/tools/cmake/modules/eigen.cmake)
tf_http_archive(