This website requires JavaScript.
Explore
Help
Sign In
mirror
/
eigen
Watch
2
Star
0
Fork
0
You've already forked eigen
mirror of
https://gitlab.com/libeigen/eigen.git
synced
2025-01-24 14:45:14 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
466bcc589e
eigen
/
unsupported
/
Eigen
/
CXX11
History
Benoit Steiner
466bcc589e
Added a few missing EIGEN_DEVICE_FUNC statements
2015-05-26 09:37:23 -07:00
..
src
Added a few missing EIGEN_DEVICE_FUNC statements
2015-05-26 09:37:23 -07:00
CMakeLists.txt
Added CMake support for Tensor module. CMake now installs CXX11 Tensor module like the rest of the unsupported modules
2015-02-26 16:50:09 -05:00
Core
Created some benchmarks for the tensor code
2014-10-17 09:49:03 -07:00
Tensor
Moved away from std::async and std::future as the underlying mechnism for the thread pool device. On several platforms, the functions passed to std::async are not scheduled in the order in which they are given to std::async, which leads to massive performance issues in the contraction code.
2015-05-20 13:52:07 -07:00
TensorSymmetry
Fix compilation for CXX11/Tensor module if unsupported is not in include path
2014-06-04 18:31:02 +02:00