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
*
Fix signed-unsigned return in RuqQueue
Eugene Zhulenev
2019-02-14
*
Fix signed-unsigned comparison warning in RunQueue
Eugene Zhulenev
2019-02-14
*
Speedup Tensor ThreadPool RunQueu::Empty()
Eugene Zhulenev
2019-02-13
*
Add PacketConv implementation for non-vectorizable src expressions
Eugene Zhulenev
2019-02-08
*
Optimize TensorConversion evaluator: do not convert same type
Eugene Zhulenev
2019-02-08
*
Spline.h: fix spelling "spang" -> "span"
Steven Peters
2019-02-08
*
Don't do parallel_pack if we can use thread_local memory in tensor contractions
Eugene Zhulenev
2019-02-07
*
Do not reduce parallelism too much in contractions with small number of threads
Eugene Zhulenev
2019-02-04
*
Parallelize tensor contraction only by sharding dimension and use 'thread-loc...
Eugene Zhulenev
2019-02-04
*
Workaround lack of support for arbitrary packet-type in Tensor by manually lo...
Gael Guennebaud
2019-01-30
*
Hide some annoying unused variable warnings in g++8.1
Christoph Hertzberg
2019-01-29
*
Renaming even more `I` identifiers
Christoph Hertzberg
2019-01-26
*
Avoid `I` as an identifier, since it may clash with the C-header complex.h
Christoph Hertzberg
2019-01-25
*
Fix flaky test for tensor fft.
Rasmus Munk Larsen
2019-01-16
*
Fix shorten-64-to-32 warning in TensorContractionThreadPool
Eugene Zhulenev
2019-01-11
*
Fix shorten-64-to-32 warning in TensorContractionThreadPool
Eugene Zhulenev
2019-01-10
*
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
[next]