mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 00:20:18 +01:00
[BE][Ez]: Update Eigen to 5.0.0. C++14 support and more! (#165840)
Update Eigen pin to 5.0.0 . Tons of new features and perf improvements. Most importantly updates minimum from C++03 to C++14 giving a ton of performance optimizations like properly implemented move operators, simplified code, etc. Also improved vectorization particularily on ARM. We really only use this library as a fallback for sparse operators, but still useful to update it. Pull Request resolved: https://github.com/pytorch/pytorch/pull/165840 Approved by: https://github.com/albanD
This commit is contained in:
parent
e939651972
commit
33adb276fe
2
third_party/eigen_pin.txt
vendored
2
third_party/eigen_pin.txt
vendored
|
|
@ -1 +1 @@
|
||||||
3.4.0
|
5.0.0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user