aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* | Marked the And and Or reducers as stateless.Gravatar Benoit Steiner2016-02-24
* | mergeGravatar Gael Guennebaud2016-02-23
|\ \
* | | Fix startRow()/startCol() for dense Block with direct access:Gravatar Gael Guennebaud2016-02-23
| * | Updated the padding code to work with half floatsGravatar Benoit Steiner2016-02-23
| * | Extended the tensor benchmark suite to support types other than floatsGravatar Benoit Steiner2016-02-23
| * | Updated the tensor benchmarking code to work with compilers that don't suppor...Gravatar Benoit Steiner2016-02-23
| * | Deleted the coordinate based evaluation of tensor expressions, since it's har...Gravatar Benoit Steiner2016-02-22
| * | Declare the half float type as arithmetic.Gravatar Benoit Steiner2016-02-22
| * | include <iostream> in the tensor header since we now use it to better report ...Gravatar Benoit Steiner2016-02-22
| * | Fixed compilation warning generated by clangGravatar Benoit Steiner2016-02-21
| * | Implemented the ptranspose function on half floatsGravatar Benoit Steiner2016-02-21
| * | Pulled latest updates from trunkGravatar Benoit Steiner2016-02-21
| |\ \
| * | | Added the ability to compute the absolute value of a half floatGravatar Benoit Steiner2016-02-21
| | * | Added some debugging information to the test to figure out why it fails somet...Gravatar Benoit Steiner2016-02-21
| | * | Optimized casting of tensors in the case where the casting happens to be a no-opGravatar Benoit Steiner2016-02-21
| |/ /
| * / Prevent unecessary Index to int conversionsGravatar Benoit Steiner2016-02-21
|/ /
* | Moved some of the fp16 operators outside the Eigen namespace to workaround so...Gravatar Benoit Steiner2016-02-20
* | Fixed the float16 tensor test.Gravatar Benoit Steiner2016-02-20
* | Get rid of duplicate code.Gravatar Rasmus Munk Larsen2016-02-19
* | Speed up tensor FFT by up ~25-50%.Gravatar Rasmus Munk Larsen2016-02-19
* | mergeGravatar Gael Guennebaud2016-02-19
|\ \
* | | Add COD and BDCSVD in list of benched solvers.Gravatar Gael Guennebaud2016-02-19
* | | Extend unit test to stress smart_copy with empty input/output.Gravatar Gael Guennebaud2016-02-19
* | | bug #1170: skip calls to memcpy/memmove for empty imput.Gravatar Gael Guennebaud2016-02-19
| * | Print an error message to stderr when the initialization of the CUDA runtime ...Gravatar Benoit Steiner2016-02-19
* | | Fix nesting type and complete reflection methods of Block expressions.Gravatar Gael Guennebaud2016-02-19
* | | Add typedefs for the return type of all block methods.Gravatar Gael Guennebaud2016-02-19
| * | Updated the contraction code to make it compatible with half floats.Gravatar Benoit Steiner2016-02-19
| * | Added support for tensor reductions on half floatsGravatar Benoit Steiner2016-02-19
| * | Implemented the scalar division of 2 half floatsGravatar Benoit Steiner2016-02-19
| * | Added the ability to query the minor version of a cuda deviceGravatar Benoit Steiner2016-02-19
| * | Started to work on contractions and reductions using half floatsGravatar Benoit Steiner2016-02-19
| * | Don't make the array constructors explicitGravatar Benoit Steiner2016-02-19
| * | Added support for operators +=, -=, *= and /= on CUDA half floatsGravatar Benoit Steiner2016-02-19
| * | Implemented protate() for CUDAGravatar Benoit Steiner2016-02-19
| * | Fixed a bug in the tensor type converterGravatar Benoit Steiner2016-02-19
| * | Added support for simple coefficient wise tensor expression using half floats...Gravatar Benoit Steiner2016-02-19
| * | FP16 on CUDA are only available starting with cuda 7.5. Disable them when usi...Gravatar Benoit Steiner2016-02-18
| * | Added regression test for float16Gravatar Benoit Steiner2016-02-19
| * | Reverted unintended changes introduced by a bad mergeGravatar Benoit Steiner2016-02-19
| * | Pulled latest updates from trunkGravatar Benoit Steiner2016-02-19
| |\ \
| * | | Added preliminary support for half floats on CUDA GPU. For now we can simply ...Gravatar Benoit Steiner2016-02-19
| * | | Improved implementation of ptanh for SSE and AVXGravatar Benoit Steiner2016-02-18
| | |/ | |/|
| * | Merged eigen/eigen into defaultGravatar Eugene Brevdo2016-02-17
| |\ \ | |/ / |/| |
| * | Tiny bugfix in SpecialFunctions: some compilers don't like doublesGravatar Eugene Brevdo2016-02-17
* | | bug #1166: fix shortcomming in gemv when the destination is not a vector at c...Gravatar Gael Guennebaud2016-02-15
* | | Import wiki's paragraph: "I disabled vectorization, but I'm still getting ann...Gravatar Gael Guennebaud2016-02-12
* | | bug #795: mention allocate_shared as a condidate for aligned_allocator.Gravatar Gael Guennebaud2016-02-12
* | | Fix triangularView versus triangularPart.Gravatar Gael Guennebaud2016-02-12
* | | Remove dead code.Gravatar Gael Guennebaud2016-02-12