Revert "[BE] Make Eigen an optional dependency (#155955)"

This reverts commit 1b50c12584909bda00009f4f0fd0d38ec792d019.

Reverted https://github.com/pytorch/pytorch/pull/155955 on behalf of https://github.com/atalman due to need to revert eigen test ([comment](https://github.com/pytorch/pytorch/pull/155955#issuecomment-2992512124))
This commit is contained in:
PyTorch MergeBot
2025-06-20 18:43:52 +00:00
parent d309cd1d50
commit 208ec60e72
5 changed files with 25 additions and 41 deletions

4
.gitmodules vendored
View File

@ -2,6 +2,10 @@
ignore = dirty
path = third_party/pybind11
url = https://github.com/pybind/pybind11.git
[submodule "third_party/eigen"]
ignore = dirty
path = third_party/eigen
url = https://gitlab.com/libeigen/eigen.git
[submodule "third_party/googletest"]
ignore = dirty
path = third_party/googletest