diff --git a/tensorflow/lite/tools/cmake/modules/eigen.cmake b/tensorflow/lite/tools/cmake/modules/eigen.cmake index 0b9080a476e..9aed7db2c8f 100644 --- a/tensorflow/lite/tools/cmake/modules/eigen.cmake +++ b/tensorflow/lite/tools/cmake/modules/eigen.cmake @@ -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. diff --git a/third_party/eigen3/workspace.bzl b/third_party/eigen3/workspace.bzl index 345504a88bd..b632330851e 100644 --- a/third_party/eigen3/workspace.bzl +++ b/third_party/eigen3/workspace.bzl @@ -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(