eigen/unsupported/Eigen/CXX11
2015-05-26 10:11:15 -07:00
..
src Fixed potential compilation error 2015-05-26 10:11:15 -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
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