index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
merge
Rasmus Munk Larsen
2019-01-09
|
\
*
|
Collapsed revision
Rasmus Munk Larsen
2019-01-09
|
*
Collapsed revision
Rasmus Munk Larsen
2019-01-09
|
*
Collapsed revision
Rasmus Munk Larsen
2019-01-09
|
/
*
Merged eigen/eigen into default
Rasmus Larsen
2019-01-09
|
\
|
*
bug #1654: fix compilation with cuda and no c++11
Gael Guennebaud
2019-01-09
|
*
fix plog(+inf) with AVX512
Gael Guennebaud
2019-01-09
|
*
Add dedicated implementations of predux_any for AVX512, NEON, and Altivec/VSE
Gael Guennebaud
2019-01-09
|
*
fix warning
Gael Guennebaud
2019-01-09
|
*
Add missing pcmp_lt and others for AVX512
Gael Guennebaud
2019-01-09
|
*
bug #1652: implements a much more accurate version of vectorized sin/cos. Thi...
Gael Guennebaud
2019-01-09
|
*
Optimize evalShardedByInnerDim
Eugene Zhulenev
2019-01-08
*
|
Add support for pcmp_eq and pnot, including for complex types.
Rasmus Munk Larsen
2019-01-07
|
/
*
Explicitly set fill character when printing aligned data to ostream
Eugene Zhulenev
2019-01-03
*
PR560: Fix the AVX512f only builds
Mark D Ryan
2019-01-03
*
Fix unit test
Gael Guennebaud
2018-12-27
*
One more stupid AVX 512 fix (I don't have direct access to AVX512 machines)
Gael Guennebaud
2018-12-24
*
Add EIGEN_STRONG_INLINE where required
Gael Guennebaud
2018-12-24
*
Add missing pcmp_lt_or_nan for AVX512
Gael Guennebaud
2018-12-23
*
Implement a faster fix for sin/cos of large entries that also correctly handl...
Gael Guennebaud
2018-12-23
*
Make sure that psin/pcos return number in [-1,1] for large inputs (though sin...
Gael Guennebaud
2018-12-23
*
Fix plog(+INF): it returned ~87 instead of +INF
Gael Guennebaud
2018-12-23
*
Make code compile again for older compilers.
Christoph Hertzberg
2018-12-22
*
bug #1615: slightly increase the default unrolling limit to compensate for ch...
Gael Guennebaud
2018-12-13
*
add changesets related to matrix product perf.
Gael Guennebaud
2018-12-13
*
Fix shorten-64-to-32 warning. Use regular memcpy if num_threads==0.
Rasmus Munk Larsen
2018-12-12
*
Fix compilation with expression template scalar type.
Gael Guennebaud
2018-12-12
*
Add regression test for bug #1174
Gael Guennebaud
2018-12-12
*
bug #1557: fix RealSchur and EigenSolver for matrices with only zeros on the ...
Gael Guennebaud
2018-12-12
*
Simplify handling of tests that must fail to compile.
Gael Guennebaud
2018-12-12
*
bug #1644: fix warning
Gael Guennebaud
2018-12-11
*
Artificially increase l1-blocking size for AVX512. +10% speedup with current ...
Gael Guennebaud
2018-12-11
*
Properly set the number of registers for AVX512
Gael Guennebaud
2018-12-11
*
bug #1643: fix compilation issue with gcc and no optimizaion
Gael Guennebaud
2018-12-11
*
enable spilling workaround on architectures with SSE/AVX
Gael Guennebaud
2018-12-10
*
Remove debug code.
Gael Guennebaud
2018-12-09
*
Various fixes in polynomial solver and its unit tests:
Gael Guennebaud
2018-12-09
*
Enable "old" CMP0026 policy (not perfect, but better than dozens of warning)
Gael Guennebaud
2018-12-08
*
workaround "may be used uninitialized" warning
Gael Guennebaud
2018-12-08
*
bug #1641: fix testing of pandnot and fix pandnot for complex on SSE/AVX/AVX512
Gael Guennebaud
2018-12-08
*
fix EIGEN_GEBP_2PX4_SPILLING_WORKAROUND for non vectorized type, and non x86/...
Gael Guennebaud
2018-12-08
*
Fix noise in sparse_basic_3 (numerical cancellation)
Gael Guennebaud
2018-12-08
*
Fix noise in lu unit test
Gael Guennebaud
2018-12-08
*
bug #1515: disable gebp's 3pX4 micro kernel for MSVC<=19.14 because of regist...
Gael Guennebaud
2018-12-07
*
Enable FMA with MSVC (through /arch:AVX2). To make this possible, I also has ...
Gael Guennebaud
2018-12-07
*
bug #1637: workaround register spilling in gebp with clang>=6.0+AVX+FMA
Gael Guennebaud
2018-12-07
*
bug #1638: add a warning if avx512 is enabled without SSE/AVX FMA
Gael Guennebaud
2018-12-07
*
bug #1636: fix gemm performance issue with gcc>=6 and no FMA
Gael Guennebaud
2018-12-07
*
AVX512f includes FMA but GCC does not define __FMA__ with -mavx512f only
Gael Guennebaud
2018-12-06
*
Fix compilation with avx512f only, i.e., no AVX512DQ
Gael Guennebaud
2018-12-06
[next]