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 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