aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor
Commit message (Expand)AuthorAge
...
| * | Merged in ibab/eigen (pull request PR-195)Gravatar Benoit Steiner2016-06-10
| |\ \
| * | | Don't refer to the half2 type unless it's been definedGravatar Benoit Steiner2016-06-10
| | * | Add small fixes to TensorScanOpGravatar Igor Babuschkin2016-06-07
* | | | size_t -> intGravatar Rasmus Munk Larsen2016-06-03
* | | | Add CurrentThreadId and NumThreads methods to Eigen threadpools and TensorDev...Gravatar Rasmus Munk Larsen2016-06-03
| * | | Simplified the code that dispatches vectorized reductions on GPUGravatar Benoit Steiner2016-06-09
| * | | Fixed definition of some of the reducer_traitsGravatar Benoit Steiner2016-06-09
| * | | Use signed integers more consistently to encode the number of threads to use ...Gravatar Benoit Steiner2016-06-09
| * | | Improved code formattingGravatar Benoit Steiner2016-06-09
| * | | Improved support for vectorization of 16-bit floatsGravatar Benoit Steiner2016-06-09
| * | | Added missing EIGEN_DEVICE_FUNCGravatar Benoit Steiner2016-06-07
| |/ /
| * | Fixed compilation error with gcc 4.4Gravatar Benoit Steiner2016-06-06
| * | Misc small improvements to the reduction code.Gravatar Benoit Steiner2016-06-06
| * | Moved assertions to the constructor to make the code more portableGravatar Benoit Steiner2016-06-06
| |/
| * Add TernaryFunctors and the betainc SpecialFunction.Gravatar Eugene Brevdo2016-06-02
| * Use array_prod to compute the number of elements contained in the input tenso...Gravatar Benoit Steiner2016-06-04
| * Merged in ibab/eigen (pull request PR-192)Gravatar Benoit Steiner2016-06-03
| |\
| * | Improved the performance of full reductions.Gravatar Benoit Steiner2016-06-03
|/ /
| * Add generic scan methodGravatar Igor Babuschkin2016-06-03
|/
* Add syntactic sugar to Eigen tensors to allow more natural syntax.Gravatar Rasmus Munk Larsen2016-06-02
* Add tensor scan opGravatar Igor Babuschkin2016-06-02
* Use a single PacketSize variableGravatar Benoit Steiner2016-06-01
* Fixed compilation warningGravatar Benoit Steiner2016-06-01
* Silenced compilation warning generated by nvcc.Gravatar Benoit Steiner2016-06-01
* Added support for mean reductions on fp16Gravatar Benoit Steiner2016-06-01
* Only enable optimized reductions of fp16 if the reduction functor supports themGravatar Benoit Steiner2016-05-31
* Reimplement clamp as a static function.Gravatar Benoit Steiner2016-05-27
* Use NULL instead of nullptr to preserve the compatibility with cxx03Gravatar Benoit Steiner2016-05-27
* Added a new operation to enable more powerful tensorindexing.Gravatar Benoit Steiner2016-05-27
* Fixed some compilation warningsGravatar Benoit Steiner2016-05-26
* Preserve the ability to vectorize the evaluation of an expression even when i...Gravatar Benoit Steiner2016-05-26
* Resolved merge conflictsGravatar Benoit Steiner2016-05-26
* Merged latest reduction improvementsGravatar Benoit Steiner2016-05-26
|\
* | Improved the performance of inner reductions.Gravatar Benoit Steiner2016-05-26
* | Code cleanup.Gravatar Benoit Steiner2016-05-26
* | Made the static storage class qualifier come first.Gravatar Benoit Steiner2016-05-25
* | Deleted unnecessary explicit qualifiers.Gravatar Benoit Steiner2016-05-25
* | Don't mark inline functions as static since it confuses the ICC compilerGravatar Benoit Steiner2016-05-25
* | Marked unused variables as suchGravatar Benoit Steiner2016-05-25
* | Made the IndexPair code compile in non cxx11 modeGravatar Benoit Steiner2016-05-25
* | Made the index pair list code more portable accross various compilersGravatar Benoit Steiner2016-05-25
* | Improved the performance of tensor paddingGravatar Benoit Steiner2016-05-25
* | Added support for statically known lists of pairs of indicesGravatar Benoit Steiner2016-05-25
* | There is no need to make the fp16 full reduction kernel a static function.Gravatar Benoit Steiner2016-05-24
* | Fixed compilation warningGravatar Benoit Steiner2016-05-24
* | Merged in rmlarsen/eigen (pull request PR-188)Gravatar Benoit Steiner2016-05-23
|\ \
* | | Fix some sign-compare warningsGravatar Christoph Hertzberg2016-05-22
* | | Make EIGEN_HAS_CONSTEXPR user configurableGravatar Gael Guennebaud2016-05-20
* | | Make EIGEN_HAS_VARIADIC_TEMPLATES user configurableGravatar Gael Guennebaud2016-05-20
* | | Make EIGEN_HAS_RVALUE_REFERENCES user configurableGravatar Gael Guennebaud2016-05-20