index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
unsupported
Commit message (
Expand
)
Author
Age
*
bug #1654: fix compilation with cuda and no c++11
Gael Guennebaud
2019-01-09
*
Optimize evalShardedByInnerDim
Eugene Zhulenev
2019-01-08
*
Fix shorten-64-to-32 warning. Use regular memcpy if num_threads==0.
Rasmus Munk Larsen
2018-12-12
*
Remove debug code.
Gael Guennebaud
2018-12-09
*
Various fixes in polynomial solver and its unit tests:
Gael Guennebaud
2018-12-09
*
Merged in markdryan/eigen/avx512-contraction-2 (pull request PR-554)
Rasmus Munk Larsen
2018-12-05
|
\
|
*
Fix evalShardedByInnerDim for AVX512 builds
Mark D Ryan
2018-12-05
*
|
Fixed most conversion warnings in MatrixFunctions module
Christoph Hertzberg
2018-11-20
*
|
Merged in rmlarsen/eigen2 (pull request PR-543)
Rasmus Munk Larsen
2018-11-13
|
\
\
|
*
|
Remove accidental changes.
Rasmus Munk Larsen
2018-11-12
|
*
|
Add parallel memcpy to TensorThreadPoolDevice in Eigen, but limit the number ...
Rasmus Munk Larsen
2018-11-12
*
|
|
[PATCH 1/2] Misc. typos
luz.paz"
2018-09-18
|
/
/
|
*
Fix tensor contraction for AVX512 machines
Mark D Ryan
2018-07-31
|
/
*
A few small fixes to a) prevent throwing in ctors and dtors of the threading ...
Rasmus Munk Larsen
2018-11-09
*
Merged in ezhulenev/eigen-02 (pull request PR-534)
Rasmus Munk Larsen
2018-10-25
|
\
|
*
Fix cxx11_tensor_{block_access, reduction} tests
Eugene Zhulenev
2018-10-25
*
|
Fix most Doxygen warnings. Also add links to stable documentation from unsupp...
Christoph Hertzberg
2018-10-19
*
|
bug #1606: Explicitly set the standard before find_package(StandardMathLibrar...
Christoph Hertzberg
2018-10-19
*
|
Fix GPU build due to gpu_assert not always being defined.
Rasmus Munk Larsen
2018-10-18
|
/
*
Move from rvalue arguments in ThreadPool enqueue* methods
Eugene Zhulenev
2018-10-16
*
Reduce thread scheduling overhead in parallelFor
Eugene Zhulenev
2018-10-16
*
Merged in ezhulenev/eigen-02 (pull request PR-528)
Rasmus Munk Larsen
2018-10-16
|
\
|
*
Check if it's allowed to squueze inner dimensions in TensorBlockIO
Eugene Zhulenev
2018-10-15
*
|
Iterative solvers: unify and fix handling of multiple rhs.
Gael Guennebaud
2018-10-15
*
|
DGMRES: fix null rhs, fix restart, fix m_isDeflInitialized for multiple solve
Gael Guennebaud
2018-10-15
|
/
*
relax number of iterations checks to avoid false negatives
Gael Guennebaud
2018-10-15
*
Make sparse_basic includable from sparse_extra, but disable it since sparse_b...
Gael Guennebaud
2018-10-11
*
Fix a lot of Doxygen warnings in Tensor module
Christoph Hertzberg
2018-10-09
*
fix mpreal for mpfr<4.0.0
Gael Guennebaud
2018-10-09
*
Fix out-of bounds access in TensorArgMax.h.
Rasmus Munk Larsen
2018-10-08
*
Fix contraction test.
Rasmus Munk Larsen
2018-10-08
*
typo
Gael Guennebaud
2018-10-08
*
fix warning in mpreal.h
Gael Guennebaud
2018-10-08
*
Update included mpreal header to 3.6.5 and fix deprecated warnings.
Gael Guennebaud
2018-10-08
*
Workaround stupid warning
Gael Guennebaud
2018-10-08
*
Fix shadow warning
Christoph Hertzberg
2018-10-02
*
Move struct outside of method for C++03 compatibility.
Christoph Hertzberg
2018-10-02
*
Make code compile in C++03 mode again
Christoph Hertzberg
2018-10-02
*
Fix conversion warning ... again
Christoph Hertzberg
2018-10-02
*
Merged in deven-amd/eigen/HIP_fixes (pull request PR-518)
Christoph Hertzberg
2018-10-01
|
\
|
*
This commit contains the following (HIP specific) updates:
Deven Desai
2018-10-01
*
|
Merged eigen/eigen into default
Rasmus Munk Larsen
2018-09-28
|
\
\
*
|
|
Get rid of unused variable warning.
Rasmus Munk Larsen
2018-09-28
|
*
|
Fix bug in copy optimization in Tensor slicing.
Eugene Zhulenev
2018-09-28
|
/
/
*
|
Fix a few warnings and rename a variable to not shadow "last".
Rasmus Munk Larsen
2018-09-28
*
|
Merged in ezhulenev/eigen-01 (pull request PR-514)
Rasmus Munk Larsen
2018-09-28
|
\
\
|
*
|
Add tests for evalShardedByInnerDim contraction + fix bugs
Eugene Zhulenev
2018-09-28
|
|
/
*
|
Fix integer conversion warnings
Christoph Hertzberg
2018-09-28
*
|
Provide EIGEN_OVERRIDE and EIGEN_FINAL macros to mark virtual function overrides
Christoph Hertzberg
2018-09-24
|
/
*
Optimize TensorBlockCopyOp
Eugene Zhulenev
2018-09-27
[next]