This website requires JavaScript.
Explore
Help
Sign In
devtools
/
eigen
Watch
1
Star
0
Fork
0
You've already forked eigen
mirror of
https://gitlab.com/libeigen/eigen.git
synced
2026-04-10 11:34:33 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
394aabb0a3976d95a5c6f286d49e43bb49558cc2
eigen
/
Eigen
/
src
/
Core
/
arch
/
AltiVec
History
Rasmus Munk Larsen
d6235d76db
Clean up generic packetmath specializations for various backends with the help of a macro.
2023-03-10 22:02:23 +00:00
..
Complex.h
Change in Power eigen_asserts to eigen_internal_asserts since it is putting unnecessary error checking and assertions without NDEBUG.
2023-02-08 00:57:30 +00:00
MathFunctions.h
Clean up generic packetmath specializations for various backends with the help of a macro.
2023-03-10 22:02:23 +00:00
MatrixProduct.h
Added partial linear access for LHS & Output - 30% faster for bfloat16 GEMM MMA (Power)
2023-03-02 19:22:43 +00:00
MatrixProductCommon.h
Revert ODR changes and make gemm_extra_cols and gemm_complex_extra_cols EIGEN_ALWAYS_INLINE to avoid external functions.
2023-02-10 17:05:07 +00:00
MatrixProductMMA.h
Added partial linear access for LHS & Output - 30% faster for bfloat16 GEMM MMA (Power)
2023-03-02 19:22:43 +00:00
MatrixProductMMAbfloat16.h
Added partial linear access for LHS & Output - 30% faster for bfloat16 GEMM MMA (Power)
2023-03-02 19:22:43 +00:00
MatrixVectorProduct.h
Altivec fixes for Darwin: do not use unsupported VSX insns
2023-01-12 16:33:33 +00:00
PacketMath.h
Fix compiler versions for certain instructions on Power.
2023-02-23 23:24:41 +00:00