index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
Eigen
/
src
/
Core
Commit message (
Expand
)
Author
Age
...
*
Add support for Bfloat16 to use vector instructions on Altivec
Pedro Caldeira
2020-08-10
*
Temporarily turn off the NEON implementation of pfloor as it does not work fo...
Zachary Garrett
2020-08-04
*
Fix undefine BF16 union behavior in AVX512.
Teng Lu
2020-07-29
*
Fix clang-tidy warnings in generic bfloat16 implementation
David Tellenbach
2020-07-27
*
Fix bfloat16 casts
David Tellenbach
2020-07-23
*
Revert change that made conversion from bfloat16 to {float, double} implicit.
Rasmus Munk Larsen
2020-07-22
*
Fix cast of blfoat16 to std::complex<T>
David Tellenbach
2020-07-22
*
Make sure we take the little-endian path if __BYTE_ORDER__ is not defined.
Rasmus Munk Larsen
2020-07-22
*
Faster conversion from integer types to bfloat16
Niels Dekker
2020-07-22
*
Make numext::as_uint a device function.
Rasmus Munk Larsen
2020-07-22
*
Avoid undefined behavior by union type punning in float_to_bfloat16_rtne
Niels Dekker
2020-07-14
*
AVX path for BF16
Sheng Yang
2020-07-14
*
Allow implicit conversion from bfloat16 to float and double
Niels Dekker
2020-07-11
*
Fix test basic stuff
David Tellenbach
2020-07-09
*
Change the sign operator in Eigen to return NaN for NaN arguments, not zero.
Rasmus Munk Larsen
2020-07-07
*
BF16 for scalar_cmp_with_cast_op
Sheng Yang
2020-07-01
*
Fix tensor casts for large packets and casts to/from std::complex
Antonio Sanchez
2020-06-30
*
Fix packetmath_1 float tests for arm/aarch64.
Antonio Sanchez
2020-06-24
*
Add missing Packet2l/Packet2ul ops for NEON.
Antonio Sanchez
2020-06-22
*
Added missing NEON pcasts, update packetmath tests.
Antonio Sanchez
2020-06-21
*
Support BFloat16 in Eigen
Teng Lu
2020-06-20
*
Fix pscatter and pgather for Altivec Complex double
Pedro Caldeira
2020-06-16
*
Fix unused variable warning on Arm
David Tellenbach
2020-06-15
*
Fix #1911: add benchmark for move semantics with fixed-size matrix
Sebastien Boisvert
2020-06-11
*
Remove HasCast and fix packetmath cast tests.
Antonio Sanchez
2020-06-11
*
Implement scalar_cmp_with_cast_op
ShengYang1
2020-06-09
*
Fix static analyzer warning in SelfadjointProduct.h.
Rasmus Munk Larsen
2020-06-08
*
Update FindComputeCpp.cmake to fix build problems on Windows
Thales Sabino
2020-06-05
*
Fix broken packetmath test for logistic on Arm.
Rasmus Munk Larsen
2020-06-04
*
Fix typo in previous update to generic predux_any.
Rasmus Munk Larsen
2020-06-04
*
Avoid implicit float equality comparison in generic predux_any, but use numex...
Rasmus Munk Larsen
2020-06-04
*
Fix compilation error in logistic packet op.
Rasmus Munk Larsen
2020-06-03
*
Bug #1777: make the scalar and packet path consistent for the logistic functi...
Gael Guennebaud
2020-05-31
*
Add support for PacketBlock<Packet8s,4> and PacketBlock<Packet16uc,4> ptransp...
Kan Chen
2020-05-29
*
Fix #1874: it works on both MSVC 2017 and other platforms.
Kan Chen
2020-05-21
*
Add pscatter for Packet16{u}c (int8)
Pedro Caldeira
2020-05-20
*
- Vectorizing MMA packing.
Everton Constantino
2020-05-19
*
Add newline at the end of StlIterators.h.
Rasmus Munk Larsen
2020-05-15
*
Fix #1874: workaround MSVC 2017 compilation issue.
Gael Guennebaud
2020-05-15
*
Add missing packet ops for bool, and make it pass the same packet op unit tes...
Rasmus Munk Larsen
2020-05-14
*
Added support for reverse iterators for Vectorwise operations.
Felipe Attanasio
2020-05-14
*
Indexed view should have RowMajorBit when there is staticly a single row
Christopher Moore
2020-05-14
*
Resolve "IndexedView of a vector should allow linear access"
Christopher Moore
2020-05-13
*
Altivec template functions to better code reusability
Pedro Caldeira
2020-05-11
*
Remove packet ops pinsertfirst and pinsertlast that are only used in a single...
Rasmus Munk Larsen
2020-05-08
*
Possibility to specify user-defined default cache sizes for GEBP kernel
David Tellenbach
2020-05-08
*
Remove unused packet op "palign".
Rasmus Munk Larsen
2020-05-07
*
Remove traits declaring NEON vectorized casts that do not actually have packe...
Rasmus Munk Larsen
2020-05-07
*
Fix confusing template param name for Stride fwd decl.
Xiaoxiang Cao
2020-04-30
*
Fix the embarrassingly incomplete fix to the embarrassing bug in blocked tran...
Rasmus Munk Larsen
2020-04-29
[prev]
[next]