aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
| * | Improved the performance of inner reductions.Gravatar Benoit Steiner2016-05-26
| * | Improved the coverage of the fp16 reduction testsGravatar Benoit Steiner2016-05-26
* | | bug #1237: Redefine eigen_assert instead of disabling assertions for document...Gravatar Christoph Hertzberg2016-05-26
| * | Code cleanup.Gravatar Benoit Steiner2016-05-26
* | | Disable usage of MMX with msvc.Gravatar Gael Guennebaud2016-05-26
* | | bug #1236: fix possible integer overflow in density estimation.Gravatar Gael Guennebaud2016-05-26
|/ /
* | Disabled GCC6's ignored-attributes warning in packetmath unit test.Gravatar Gael Guennebaud2016-05-26
* | Fix some conversion warnings in unit tests.Gravatar Gael Guennebaud2016-05-26
* | Fix numerous pointer-to-integer conversion warnings in unit tests.Gravatar Gael Guennebaud2016-05-26
* | Defer the allocation of the working space:Gravatar Gael Guennebaud2016-05-26
* | Fix copy ctor prototype.Gravatar Gael Guennebaud2016-05-26
* | linspaced's divisor for integer is better stored as the underlying scalar type.Gravatar Gael Guennebaud2016-05-26
* | Fix/handle some int-to-long conversions.Gravatar Gael Guennebaud2016-05-26
* | Store permutation's determinant as char.Gravatar Gael Guennebaud2016-05-26
* | Fix a pointer to integer conversion warningGravatar Gael Guennebaud2016-05-26
* | Handle some Index to int conversions in BLAS/LAPACK support.Gravatar Gael Guennebaud2016-05-26
* | Disable some long to float conversion warningsGravatar Gael Guennebaud2016-05-26
* | Temporary workaround for bug #1237. The snippet (expectedly) failed with enab...Gravatar Christoph Hertzberg2016-05-26
* | Remove debuging code.Gravatar Gael Guennebaud2016-05-26
* | Introduce internal's UIntPtr and IntPtr types for pointer to integer conversi...Gravatar Gael Guennebaud2016-05-26
* | Turn off ICC's conversion warning in is_convertible implementationGravatar Gael Guennebaud2016-05-26
* | Add missing inclusion of mmintrin.hGravatar Gael Guennebaud2016-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
* | Silenced a compilation warningGravatar Benoit Steiner2016-05-25
* | Marked unused variables as suchGravatar Benoit Steiner2016-05-25
* | Specify the rounding mode in the correct locationGravatar Benoit Steiner2016-05-25
* | Updated the README file for the tensor benchmarksGravatar Benoit Steiner2016-05-25
* | Explicitly specify the rounding mode when converting floats to fp16Gravatar 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
* | Disable the use of MMX instructions on x86_64 since too many compilers only s...Gravatar Benoit Steiner2016-05-25
* | Use numext:: instead of std:: functions.Gravatar Benoit Steiner2016-05-25
* | Fix typo in dont_over_optimizeGravatar Gael Guennebaud2016-05-25
* | Fix warning.Gravatar Gael Guennebaud2016-05-25
* | Fix compilation with ICC.Gravatar Gael Guennebaud2016-05-25
* | Fix static/inline order.Gravatar Gael Guennebaud2016-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
* | Cleaned up the fp16 code a little moreGravatar Benoit Steiner2016-05-24
* | Pulled latest updates from trunkGravatar Benoit Steiner2016-05-24
|\ \
* | | Cleaned up the fp16 codeGravatar Benoit Steiner2016-05-24
| * | update doc wrt to unaligned vectorizationGravatar Gael Guennebaud2016-05-24
| * | Document EIGEN_UNALIGNED_VECTORIZE.Gravatar Gael Guennebaud2016-05-24
| * | Workaround clang/llvm bug in code generation.Gravatar Gael Guennebaud2016-05-24
| * | bug #256: enable vectorization with unaligned loads/stores.Gravatar Gael Guennebaud2016-05-24
| * | Block<> should not disable vectorization based on inner-size, this is the res...Gravatar Gael Guennebaud2016-05-24