Chip Kerchner
|
403fa33409
|
Performance improvements in GEMM for Power
|
2022-04-05 12:18:53 +00:00 |
|
Erik Schultheis
|
e1df3636b2
|
More constexpr helpers
|
2022-04-04 18:38:34 +00:00 |
|
Erik Schultheis
|
64909b82bd
|
static const class members turned into constexpr
|
2022-04-04 17:33:33 +00:00 |
|
William Talbot
|
2c0ef43b48
|
Added Scaling function overload for vector rvalue reference
|
2022-04-04 16:50:09 +00:00 |
|
Antonio Sanchez
|
ba2cb835aa
|
Add back std::remove* aliases - third-party libraries rely on these.
|
2022-04-01 17:02:52 +00:00 |
|
Antonio Sánchez
|
73b2c13bf2
|
Disable f16c scalar conversions for MSVC.
|
2022-03-30 18:35:32 +00:00 |
|
Tobias Schlüter
|
e22d58e816
|
Add is_constant_evaluated, update alignment checks
|
2022-03-25 04:00:58 +00:00 |
|
Erik Schultheis
|
b9d2900e8f
|
added a missing typename and fixed a unused typedef warning
|
2022-03-24 12:07:18 +02:00 |
|
b-shi
|
0611f7fff0
|
Add missing explicit reinterprets
|
2022-03-23 21:10:26 +00:00 |
|
Essex Edwards
|
cd3c81c3bc
|
Add a NNLS solver to unsupported - issue #655
|
2022-03-23 20:20:44 +00:00 |
|
Chip Kerchner
|
0699fa06fe
|
Split general_matrix_vector_product interface for Power into two macros - one ColMajor and RowMajor.
|
2022-03-23 18:09:33 +00:00 |
|
Antonio Sánchez
|
19a6a827c4
|
Optimize visitor traversal in case of RowMajor.
|
2022-03-23 15:27:57 +00:00 |
|
Romain Biessy
|
f2a3e03e9b
|
Fix usages of wrong namespace
|
2022-03-21 15:07:53 +00:00 |
|
Antonio Sánchez
|
4451823fb4
|
Fix ODR violation in trsm.
|
2022-03-20 15:56:53 +00:00 |
|
Antonio Sánchez
|
9a14d91a99
|
Fix AVX512 builds with MSVC.
|
2022-03-18 16:04:53 +00:00 |
|
Chip Kerchner
|
7b10795e39
|
Change EIGEN_ALTIVEC_ENABLE_MMA_DYNAMIC_DISPATCH and EIGEN_ALTIVEC_DISABLE_MMA flags to be like TensorFlow's...
|
2022-03-17 22:35:27 +00:00 |
|
Antonio Sánchez
|
3ca1228d45
|
Work around MSVC compiler bug dropping const .
|
2022-03-17 20:50:26 +00:00 |
|
Tobias Schlüter
|
40eb34bc5d
|
Fix RowMajorBit <-> RowMajor mixup.
|
2022-03-17 15:28:12 +00:00 |
|
Antonio Sanchez
|
e34db1239d
|
Fix missing pound
|
2022-03-16 12:26:12 -07:00 |
|
Antonio Sánchez
|
591906477b
|
Fix up PowerPC MMA flags so it builds by default.
|
2022-03-16 19:16:28 +00:00 |
|
b-shi
|
518fc321cb
|
AVX512 Optimizations for Triangular Solve
|
2022-03-16 18:04:50 +00:00 |
|
Erik Schultheis
|
421cbf0866
|
Replace Eigen type metaprogramming with corresponding std types and make use of alias templates
|
2022-03-16 16:43:40 +00:00 |
|
Arthur
|
514f90c9ff
|
Remove workarounds for bad GCC-4 warnings
|
2022-03-16 00:08:16 +00:00 |
|
Rasmus Munk Larsen
|
9ad5661482
|
Revert "Fix up PowerPC MMA flags so it builds by default."
|
2022-03-15 20:51:03 +00:00 |
|
Antonio Sánchez
|
65eeedf964
|
Fix up PowerPC MMA flags so it builds by default.
|
2022-03-15 20:22:23 +00:00 |
|
Tobias Schlüter
|
cb1e8228e9
|
Convert bit calculation to constexpr, avoid casts.
|
2022-03-13 22:38:36 +09:00 |
|
Rohit Santhanam
|
2a6be5492f
|
Fix construct_at compilation breakage on ROCm.
|
2022-03-09 16:47:53 +00:00 |
|
Duncan McBain
|
a3b64625e3
|
Remove ComputeCpp-specific code from SYCL Vptr
|
2022-03-08 22:44:18 +00:00 |
|
Tobias Schlüter
|
cd2ba9d03e
|
Add construct_at, destroy_at wrappers. Use throughout.
|
2022-03-08 20:43:22 +00:00 |
|
AlexanderMueller
|
dfa5176780
|
make SparseSolverBase and IterativeSolverBase move constructable
|
2022-03-08 20:03:53 +01:00 |
|
Tobias Schlüter
|
9883108f3a
|
Remove copy_bool workaround for gcc 4.3
|
2022-03-08 17:43:11 +00:00 |
|
John Mather
|
3a9d404d76
|
Add support for Apple's Accelerate sparse matrix solvers
|
2022-03-08 00:09:18 +00:00 |
|
Antonio Sánchez
|
0ae94456a0
|
Remove duplicate IsRowMajor declaration.
|
2022-03-04 21:22:02 +00:00 |
|
Rasmus Munk Larsen
|
0e6f4e43f1
|
Fix a few confusing comments in psincos_float.
|
2022-03-04 20:41:49 +00:00 |
|
Sean McBride
|
f1b9692d63
|
Removed EIGEN_UNUSED decorations from many functions that are in fact used
|
2022-03-03 20:19:33 +00:00 |
|
Arthur
|
c9ff739af1
|
Fix JacobiSVD_LAPACKE bindings
|
2022-03-03 19:24:07 +00:00 |
|
Zhuo Zhang
|
d0b1aef6f6
|
Speed lscg by using .noalias
|
2022-03-03 08:52:09 +00:00 |
|
Antonio Sanchez
|
55c7400db5
|
Fix enum conversion warnings in BooleanRedux.
|
2022-03-03 04:44:20 +00:00 |
|
Antonio Sánchez
|
9c07e201ff
|
Modified sqrt/rsqrt for denormal handling.
|
2022-03-02 17:20:47 +00:00 |
|
Antonio Sánchez
|
b48922cb5c
|
Fix SVD for MSVC+CUDA.
|
2022-03-01 21:35:22 +00:00 |
|
Yury Gitman
|
bf6726a0c6
|
Fix any/all reduction in the case of row-major layout
|
2022-03-01 05:27:50 +00:00 |
|
Antonio Sánchez
|
f03df0df53
|
Fix SVD for MSVC.
|
2022-02-28 19:53:15 +00:00 |
|
Antonio Sánchez
|
19c39bea29
|
Fix mixingtypes for g++-11.
|
2022-02-25 19:28:10 +00:00 |
|
Rasmus Munk Larsen
|
8b875dbef1
|
Changes to fast SQRT/RSQRT
|
2022-02-23 17:32:21 +00:00 |
|
Ramil Sattarov
|
f9b7564faa
|
E2K: initial support of LCC MCST compiler for the Elbrus 2000 CPU architecture
|
2022-02-23 17:07:34 +00:00 |
|
Arthur
|
cd80e04ab7
|
Add assert for edge case if Thin U Requested at runtime
|
2022-02-23 05:35:19 +00:00 |
|
Martin Heistermann
|
550af3938c
|
Fix for crash bug in SPQRSupport: Initialize pointers to nullptr to avoid free() calls of invalid pointers.
|
2022-02-18 16:13:28 +00:00 |
|
Antonio Sánchez
|
58a90c7463
|
Use fixed-sized U/V for fixed-sized inputs.
|
2022-02-16 18:31:47 +00:00 |
|
Antonio Sánchez
|
c367ed26a8
|
Make FixedInt constexpr, fix ODR of fix<N>
|
2022-02-16 17:47:51 +00:00 |
|
Antonio Sánchez
|
766087329e
|
Re-add svd::compute(Matrix, options) method to avoid breaking external projects.
|
2022-02-16 00:54:02 +00:00 |
|