index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
unsupported
/
test
Commit message (
Expand
)
Author
Age
*
Support manually disabling exceptions
HEAD
master
Benjamin Barenblat
2021-07-07
*
Don't crash when attempting to shuffle an empty tensor.
Jonas Harsch
2021-07-02
*
Removed dead code from GPU float16 unit test.
Rohit Santhanam
2021-05-28
*
Modify googlehash use to account for namespace issues.
Antonio Sanchez
2021-04-12
*
Fix for float16 GPU unit test.
Rohit Santhanam
2021-04-12
*
Fixed output of complex matrices
Jens Wehner
2021-03-15
*
Re-implement move assignments.
Antonio Sanchez
2021-03-10
*
Define EIGEN_CPLUSPLUS and replace most __cplusplus checks.
Antonio Sanchez
2021-03-05
*
Idrs iterative linear solver
Jens Wehner
2021-02-27
*
Don't crash when attempting to slice an empty tensor.
Rasmus Munk Larsen
2021-02-24
*
Eliminate CMake FindPackageHandleStandardArgs warnings.
Antonio Sanchez
2021-02-24
*
Add missing adolc isinf/isnan.
Antonio Sanchez
2021-02-19
*
Return nan at poles of polygamma, digamma, and zeta if limit is not defined
frgossen
2021-02-19
*
fix test of ExtractVolumePatchesOp
Gmc2
2021-01-25
*
Remove code checking for CMake < 3.5
Alexander Grund
2020-12-14
*
Special function implementations for half/bfloat16 packets.
Antonio Sanchez
2020-12-04
*
Clean up the Tensor header and get rid of the EIGEN_SLEEP macro.
Rasmus Munk Larsen
2020-12-02
*
Fix boolean float conversion and product warnings.
Antonio Sanchez
2020-11-24
*
Fix sparse_extra_3, disable counting temporaries for testing DynamicSparseMat...
Antonio Sanchez
2020-11-18
*
Add bit_cast for half/bfloat to/from uint16_t, fix TensorRandom
Antonio Sanchez
2020-11-18
*
Disable testing of OpenGL by default.
Antonio Sanchez
2020-11-12
*
Address issues with `openglsupport` test.
Antonio Sanchez
2020-11-11
*
CMakefile update for ROCm 4.0
Deven Desai
2020-10-29
*
Remove leftover debug print statement in cxx11_tensor_expr.cpp
Rasmus Munk Larsen
2020-10-14
*
Add packet generic ops `predux_fmin`, `predux_fmin_nan`, `predux_fmax`, and `...
Rasmus Munk Larsen
2020-10-13
*
Don't make assumptions about NaN-propagation for pmin/pmax - it various acros...
Rasmus Munk Larsen
2020-10-07
*
Disable min/max NaN propagation in test cxx11_tensor_expr
David Tellenbach
2020-08-14
*
Update tensor reduction test to avoid undefined division of bfloat16 by int.
Rasmus Munk Larsen
2020-07-22
*
Fix tensor casts for large packets and casts to/from std::complex
Antonio Sanchez
2020-06-30
*
Support BFloat16 in Eigen
Teng Lu
2020-06-20
*
Remove HasCast and fix packetmath cast tests.
Antonio Sanchez
2020-06-11
*
Update FindComputeCpp.cmake to fix build problems on Windows
Thales Sabino
2020-06-05
*
Disable test for 32-bit systems (e.g. ARM, i386)
Antonio Sánchez
2020-05-28
*
Extend support for Packet16b:
Rasmus Munk Larsen
2020-04-28
*
Add partial vectorization for matrices and tensors of bool. This speeds up bo...
Rasmus Munk Larsen
2020-04-20
*
Make file formatting comply with POSIX and Unix standards
Aaron Franke
2020-03-23
*
Ensure Igamma does not NaN or Inf for large values.
Srinivas Vasudevan
2020-01-14
*
Added special_packetmath test and tweaked bounds on tests.
Srinivas Vasudevan
2020-01-11
*
Bug #1796: Make matrix squareroot usable for Map and Ref types
Christoph Hertzberg
2019-12-20
*
Use double-braces initialization (as everywhere else in the test-suite).
Christoph Hertzberg
2019-12-19
*
Tensor block evaluation cost model
Eugene Zhulenev
2019-12-18
*
Remove V2 suffix from TensorBlock
Eugene Zhulenev
2019-12-10
*
Remove TensorBlock.h and old TensorBlock/BlockMapper
Eugene Zhulenev
2019-12-10
*
fix AlignedVector3 inconsisent interface with other Vector classes, default c...
Janek Kozicki
2019-12-06
*
Add missing initialization in cxx11_tensor_trace.cpp.
Rasmus Munk Larsen
2019-12-04
*
[SYCL] Rebasing the SYCL support branch on top of the Einge upstream master b...
Mehdi Goli
2019-11-28
*
STYLE: Remove CMake-language block-end command arguments
Hans Johnson
2019-10-31
*
bug #1281: fix AutoDiffScalar's make_coherent for nested expression of consta...
Gael Guennebaud
2019-11-14
*
Remove legacy block evaluation support
Eugene Zhulenev
2019-11-12
*
Fix data race in css11_tensor_notification test.
Rasmus Munk Larsen
2019-11-08
[next]