aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/Tensor
Commit message (Expand)AuthorAge
* Cleaned up the random number generation code.Gravatar Benoit Steiner2016-10-04
* Made the initialization of a CUDA device thread safe.Gravatar Benoit Steiner2016-09-26
* bug #1232: refactor special functions as a new SpecialFunctions module, curre...Gravatar Gael Guennebaud2016-07-08
* Add TernaryFunctors and the betainc SpecialFunction.Gravatar Eugene Brevdo2016-06-02
* Add tensor scan opGravatar Igor Babuschkin2016-06-02
* Roll back changes to core. Move include of TensorFunctors.h up to satisfy dep...Gravatar Rasmus Munk Larsen2016-05-17
* Improvements to parallelFor.Gravatar Rasmus Munk Larsen2016-05-12
* Fix missing inclusion of Eigen/CoreGravatar Gael Guennebaud2016-04-27
* Refactor the unsupported CXX11/Core module to internal headers only.Gravatar Gael Guennebaud2016-04-26
* Merged in rmlarsen/eigen (pull request PR-177)Gravatar Benoit Steiner2016-04-14
|\
* | Prepared the migration to the new non blocking thread poolGravatar Benoit Steiner2016-04-14
| * Eigen cost model part 1. This implements a basic recursive framework to estim...Gravatar Rasmus Munk Larsen2016-04-14
|/
* Use a single Barrier instead of a collection of Notifications to reduce the t...Gravatar Benoit Steiner2016-03-22
* Made sure to include the <random> header file when compiling with visual studioGravatar Benoit Steiner2016-03-09
* include <iostream> in the tensor header since we now use it to better report ...Gravatar Benoit Steiner2016-02-22
* Created a mechanism to enable contraction mappers to determine the best block...Gravatar Benoit Steiner2016-01-22
* Moved the contraction mapping code to its own file to make the code more mana...Gravatar Benoit Steiner2016-01-19
* Fixed some compilation error triggered by the tensor code with msvc 2008Gravatar Benoit Steiner2015-12-16
* Made it possible to refer t oa GPUDevice from code compile with a regular C++...Gravatar Benoit Steiner2015-11-23
* Split TensorDeviceType.h in 3 files to make it more manageableGravatar Benoit Steiner2015-11-20
* Added support for 128bit integers on CUDA devices.Gravatar Benoit Steiner2015-11-19
* Code cleanupGravatar Benoit Steiner2015-11-06
* Added missing glue logicGravatar Benoit Steiner2015-10-22
* Tightened the definition of isOfNormalIndex to take into account integer type...Gravatar Benoit Steiner2015-10-14
* added CustomIndex capability only to Tensor and not yet to TensorBase.Gravatar Gabriel Nützi2015-10-09
* Added support for argmax/argminGravatar Benoit Steiner2015-08-31
* Use standard include syntax in Tensor module (<> for include-path and "" for ...Gravatar Christoph Hertzberg2015-08-18
* Added support for tensor inflation.Gravatar Benoit Steiner2015-07-16
* Added support for user defined custom tensor op.Gravatar Benoit Steiner2015-06-30
* Added support for 3D patch extractionGravatar Benoit Steiner2015-06-30
* Moved some utilities to TensorMeta.h to make it easier to reuse them accross ...Gravatar Benoit Steiner2015-06-29
* Added missing include filesGravatar Benoit Steiner2015-05-28
* Moved away from std::async and std::future as the underlying mechnism for the...Gravatar Benoit Steiner2015-05-20
* Added the ability to generate a tensor from a custom user defined 'generator'...Gravatar Benoit Steiner2015-04-22
* Pulled latest changes from trunkGravatar Benoit Steiner2015-04-14
|\
| * Fixed the order of 2 #includesGravatar Benoit Steiner2015-04-06
* | Pulled latest updates from trunkGravatar Benoit Steiner2015-04-01
|\|
| * Cleaned up the TensorDevice code a little bit.Gravatar Benoit Steiner2015-03-25
* | Added support for vectorized type casting of tensorsGravatar Benoit Steiner2015-02-27
|/
* Updated the list of include filesGravatar Benoit Steiner2015-01-14
* Added support for extraction of patches from imagesGravatar Benoit Steiner2014-11-13
* Added support for static list of indicesGravatar Benoit Steiner2014-11-12
* Added support for tensor referencesGravatar Benoit Steiner2014-10-28
* Made the blocking computation aware of the l3 cacheGravatar Benoit Steiner2014-10-15
* Added support for promisesGravatar Benoit Steiner2014-10-15
* Misc improvements and cleanupsGravatar Benoit Steiner2014-10-13
* Added support for patch extractionGravatar Benoit Steiner2014-10-13
* Added ability to print a tensor using an iostream.Gravatar Benoit Steiner2014-10-10
* Added support for tensor chipsGravatar Benoit Steiner2014-10-10
* Improved support for CUDA devices.Gravatar Benoit Steiner2014-10-03