aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported
Commit message (Expand)AuthorAge
* Enabled the vectorized evaluation of several tensor expressions that was prev...Gravatar Benoit Steiner2015-07-01
* Silenced a compilation warningGravatar Benoit Steiner2015-06-30
* Added support for user defined custom tensor op.Gravatar Benoit Steiner2015-06-30
* Added support for 3D patch extractionGravatar Benoit Steiner2015-06-30
* Made ThreadPoolDevice inherit from a new pure abstract ThreadPoolInterface cl...Gravatar Benoit Steiner2015-06-30
* Turned Eigen::array::size into a function to make the code compatible with st...Gravatar Benoit Steiner2015-06-30
* Added a test for multithreaded full reductionsGravatar Benoit Steiner2015-06-30
* Fixed a few compilation warningsGravatar Benoit Steiner2015-06-30
* Silenced a number of compilation warningsGravatar Benoit Steiner2015-06-29
* Added a test for full reductions on GPUGravatar Benoit Steiner2015-06-29
* Improved performance of full reduction by 2 order of magnitude on CPU and 3 o...Gravatar Benoit Steiner2015-06-29
* Improved support for fixed size tensorsGravatar Benoit Steiner2015-06-29
* Express the full reduction operations (such as sum, max, min) using TensorDim...Gravatar Benoit Steiner2015-06-29
* Added support for tanh function to the tensor codeGravatar Benoit Steiner2015-06-29
* Moved some utilities to TensorMeta.h to make it easier to reuse them accross ...Gravatar Benoit Steiner2015-06-29
* Merged in vanhoucke/eigen_vanhoucke (pull request PR-118)Gravatar Gael Guennebaud2015-06-20
|\
* | Get rid of class internal::nested<> (still have to updated Tensor module)Gravatar Gael Guennebaud2015-06-19
| * Fix undefined behavior.Gravatar vanhoucke2015-06-19
|/
* Fixed a compilation warningGravatar Benoit Steiner2015-06-17
* Fixed merge conflictGravatar Benoit Steiner2015-06-16
* Pulled latest updates from trunkGravatar Benoit Steiner2015-06-16
|\
* | Fixed compilation warnings triggered by clangGravatar Benoit Steiner2015-06-16
| * Fix compilation in TensorImagePatchGravatar Gael Guennebaud2015-06-16
| * Fix shadow warnings in Tensor moduleGravatar Gael Guennebaud2015-06-16
| * Fix compilation of alignedvector3 unit testGravatar Gael Guennebaud2015-06-16
|/
* code simplificationGravatar Gael Guennebaud2015-06-09
* formattingGravatar Gael Guennebaud2015-06-09
* remove redundant dynamic allocations in GMRESGravatar Gael Guennebaud2015-06-09
* fix some legitimate shadow warningsGravatar Gael Guennebaud2015-06-09
* Do not abort if the folder cannot be openned!Gravatar Gael Guennebaud2015-06-05
* Improve loading of symmetric sparse matrices in MatrixMarketIteratorGravatar Gael Guennebaud2015-06-05
* Fixed a compilation error triggered by nvcc 7Gravatar Benoit Steiner2015-05-28
* Worked around some constexpr related bugs in nvcc 7Gravatar Benoit Steiner2015-05-28
* Added missing include filesGravatar Benoit Steiner2015-05-28
* Fixed potential compilation errorGravatar Benoit Steiner2015-05-26
* Added a few more missing EIGEN_DEVICE_FUNC statementsGravatar Benoit Steiner2015-05-26
* Added a few missing EIGEN_DEVICE_FUNC statementsGravatar Benoit Steiner2015-05-26
* Moved away from std::async and std::future as the underlying mechnism for the...Gravatar Benoit Steiner2015-05-20
* Fixed compilation error triggered by gcc 4.7Gravatar Benoit Steiner2015-05-20
* Avoid using the cuda memcpy for small tensor slices since the memcpy kernel i...Gravatar Benoit Steiner2015-05-19
* Added new version of the TensorIntDiv class optimized for 32 bit signed integ...Gravatar Benoit Steiner2015-05-19
* Fix trivial warnings in LevenbergMarquardt module and testGravatar Christoph Hertzberg2015-04-24
* Silenced a few compilation warningsGravatar Benoit Steiner2015-04-22
* Added the ability to generate a tensor from a custom user defined 'generator'...Gravatar Benoit Steiner2015-04-22
* Added support for non-deterministic random number generation on GPUGravatar Benoit Steiner2015-04-22
* Make sure that the copy constructor of the evaluator is always called before ...Gravatar Benoit Steiner2015-04-21
* Silenced a few compilation warningsGravatar Benoit Steiner2015-04-20
* Sped up the assignment of a tensor to a tensor slice, as well as the assigmen...Gravatar Benoit Steiner2015-04-20
* Improved the tensor random number generators:Gravatar Benoit Steiner2015-04-20
* Silenced a warning in the tensor codeGravatar Benoit Steiner2015-04-19