aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceType.h
Commit message (Expand)AuthorAge
* Refined the #ifdef __CUDACC__ guard to ensure that when trying to compile gpu...Gravatar Benoit Steiner2015-10-23
* The eigen_check macro doesn't exist anymore: use assert insteadGravatar Benoit Steiner2015-07-21
* Added support for multi gpu configuration to the GpuDevice classGravatar Benoit Steiner2015-07-15
* Added a default value for the cuda stream in the GpuDevice constructorGravatar Benoit Steiner2015-07-01
* Made ThreadPoolDevice inherit from a new pure abstract ThreadPoolInterface cl...Gravatar Benoit Steiner2015-06-30
* Improved performance of full reduction by 2 order of magnitude on CPU and 3 o...Gravatar Benoit Steiner2015-06-29
* Moved away from std::async and std::future as the underlying mechnism for the...Gravatar Benoit Steiner2015-05-20
* Increased the functionality of the tensor devicesGravatar Benoit Steiner2015-01-14
* Avoid calling get_future() more than once on a given promise.Gravatar Benoit Steiner2014-10-16
* Added support for promisesGravatar Benoit Steiner2014-10-15
* Misc improvements and cleanupsGravatar Benoit Steiner2014-10-13
* Improved support for CUDA devices.Gravatar Benoit Steiner2014-10-03
* Misc api improvements and cleanupsGravatar Benoit Steiner2014-08-23
* Extended the functionality of the TensorDeviceType classesGravatar Benoit Steiner2014-07-08
* TensorEval are now typed on the device: this will make it possible to use par...Gravatar Benoit Steiner2014-06-10
* Added support for tensor contractionsGravatar Benoit Steiner2014-06-04
* Vectorized the evaluation of tensor expression (using SSE, AVX, NEON, ...)Gravatar Benoit Steiner2014-05-16