Commit Graph

  • 44ba7a0da3 Fix compiler bugs for GCC 10 & 11 for Power GEMM Chip Kerchner 2022-04-20 15:59:00 +00:00
  • b02c384ef4 Add fused multiply functions for PowerPC - pmsub, pnmadd and pnmsub Chip Kerchner 2022-04-18 16:16:32 +00:00
  • 3de96caeaa Fix HouseholderSequence.h Rohit Santhanam 2022-04-17 02:46:56 +00:00
  • a1e1612c28 Fix cwise NaN propagation for scalar input. Antonio Sanchez 2022-04-15 21:45:53 -07:00
  • f845a8bb1a Fix cwise NaN propagation for scalar input. Antonio Sánchez 2022-04-16 05:07:44 +00:00
  • a4bb513b99 Update HouseholderSequence.h Charles Schlosser 2022-04-15 16:56:17 +00:00
  • fc1d888415 Remove AVX512VL dependency in trsm Shi, Brian 2022-04-14 11:35:26 -07:00
  • 07db964bde Restrict new AVX512 trsm to AVX512VL, rename files for consistency. Antonio Sánchez 2022-04-14 16:58:32 +00:00
  • 67eeba6e72 Avoidable heap allocation in applyHouseholderToTheLeft Charles Schlosser 2022-04-13 18:45:36 +00:00
  • 3342fc7e4d Allow all tests to pass with EIGEN_TEST_NO_EXPLICIT_VECTORIZATION Antonio Sánchez 2022-04-12 14:48:22 +00:00
  • efb08e0bb5 Revert "Fix ambiguous DiagonalMatrix constructors." Antonio Sánchez 2022-04-12 03:54:31 +00:00
  • 53eec53d2a Fix Power GEMV order of operations in predux for MMA. Chip Kerchner 2022-04-11 21:29:05 +00:00
  • a81bba962a Fix ambiguous DiagonalMatrix constructors. Antonio Sánchez 2022-04-11 19:13:25 +00:00
  • f3aaba8705 Revert "Replace call to FixedDimensions() with a singleton instance of" Antonio Sánchez 2022-04-10 15:30:33 +00:00
  • f7b31f864c Revert "Replace call to FixedDimensions() with a singleton instance of" Antonio Sánchez 2022-04-10 15:30:33 +00:00
  • f3ba220c5d Remove EIGEN_EMPTY_STRUCT_CTOR Tobias Schlüter 2022-04-07 09:30:51 +09:00
  • 5ed7a86ae9 Fix MSVC+CUDA issues. Antonio Sánchez 2022-04-08 18:05:32 +00:00
  • 734ed1efa6 Fix ODR issues in lapacke_helpers. Antonio Sánchez 2022-04-08 15:31:30 +00:00
  • 2c45a3846e Fix some max size expressions. Antonio Sánchez 2022-04-06 22:19:57 +00:00
  • edc822666d Fix navbar scroll with toc. Antonio Sánchez 2022-04-05 20:14:22 +00:00
  • df87d40e34 constexpr reshape helper Erik Schultheis 2022-04-05 17:32:17 +00:00
  • 403fa33409 Performance improvements in GEMM for Power Chip Kerchner 2022-04-05 12:18:53 +00:00
  • e1df3636b2 More constexpr helpers Erik Schultheis 2022-04-04 18:38:34 +00:00
  • 64909b82bd static const class members turned into constexpr Erik Schultheis 2022-04-04 17:33:33 +00:00
  • 2c0ef43b48 Added Scaling function overload for vector rvalue reference William Talbot 2022-04-04 16:50:09 +00:00
  • ba2cb835aa Add back std::remove* aliases - third-party libraries rely on these. Antonio Sanchez 2022-03-31 15:08:01 -07:00
  • 0c859cf35d Consider inf/nan in scalar test_isApprox. Antonio Sánchez 2022-04-01 17:00:24 +00:00
  • 1ddd3e29cb fixed order of arguments in blas syrk Erik Schultheis 2022-03-26 14:39:31 +02:00
  • 2c56442805 Don't include .cpp in lapack. Antonio Sánchez 2022-03-30 21:41:56 +00:00
  • 73b2c13bf2 Disable f16c scalar conversions for MSVC. Antonio Sánchez 2022-03-30 18:35:32 +00:00
  • 9bc9992dd3 Eliminate trace unused warning. Antonio Sanchez 2022-03-29 14:20:13 -07:00
  • e22d58e816 Add is_constant_evaluated, update alignment checks Tobias Schlüter 2022-03-25 04:00:58 +00:00
  • f0a91838aa Enable Aarch64 CI Everton Constantino 2022-03-24 16:46:42 -03:00
  • b9d2900e8f added a missing typename and fixed a unused typedef warning Erik Schultheis 2022-03-24 12:07:18 +02:00
  • 0611f7fff0 Add missing explicit reinterprets b-shi 2022-03-23 21:10:26 +00:00
  • cd3c81c3bc Add a NNLS solver to unsupported - issue #655 Essex Edwards 2022-03-23 20:20:44 +00:00
  • 0699fa06fe Split general_matrix_vector_product interface for Power into two macros - one ColMajor and RowMajor. Chip Kerchner 2022-03-23 18:09:33 +00:00
  • 19a6a827c4 Optimize visitor traversal in case of RowMajor. Antonio Sánchez 2022-03-23 15:27:57 +00:00
  • 34e5f34b39 Update warning suppression to latest. Antonio Sánchez 2022-03-21 15:56:03 +00:00
  • f2a3e03e9b Fix usages of wrong namespace Romain Biessy 2022-03-21 15:07:53 +00:00
  • 4451823fb4 Fix ODR violation in trsm. Antonio Sánchez 2022-03-20 15:56:53 +00:00
  • 9a14d91a99 Fix AVX512 builds with MSVC. Antonio Sánchez 2022-03-18 16:04:53 +00:00
  • 7b10795e39 Change EIGEN_ALTIVEC_ENABLE_MMA_DYNAMIC_DISPATCH and EIGEN_ALTIVEC_DISABLE_MMA flags to be like TensorFlow's... Chip Kerchner 2022-03-17 22:35:27 +00:00
  • 3ca1228d45 Work around MSVC compiler bug dropping const. Antonio Sánchez 2022-03-17 20:50:26 +00:00
  • 40eb34bc5d Fix RowMajorBit <-> RowMajor mixup. Tobias Schlüter 2022-03-17 15:28:12 +00:00
  • c062983464 Completed a missing parenthesis in tutorial. Øystein Sørensen 2022-03-17 14:52:07 +00:00
  • 9deaa19121 Work around g++-10 docker issue for geo_orthomethods_4. Antonio Sánchez 2022-03-16 21:46:04 +00:00
  • e34db1239d Fix missing pound Antonio Sanchez 2022-03-16 12:26:12 -07:00
  • 591906477b Fix up PowerPC MMA flags so it builds by default. Antonio Sánchez 2022-03-16 19:16:28 +00:00
  • 518fc321cb AVX512 Optimizations for Triangular Solve b-shi 2022-03-16 18:04:50 +00:00
  • 01b5bc48cc Disable schur non-convergence test. Antonio Sánchez 2022-03-16 17:33:53 +00:00
  • 421cbf0866 Replace Eigen type metaprogramming with corresponding std types and make use of alias templates Erik Schultheis 2022-03-16 16:43:40 +00:00
  • 514f90c9ff Remove workarounds for bad GCC-4 warnings Arthur 2022-03-16 00:08:16 +00:00
  • 9ad5661482 Revert "Fix up PowerPC MMA flags so it builds by default." Rasmus Munk Larsen 2022-03-15 20:51:03 +00:00
  • 65eeedf964 Fix up PowerPC MMA flags so it builds by default. Antonio Sánchez 2022-03-15 20:22:23 +00:00
  • cb1e8228e9 Convert bit calculation to constexpr, avoid casts. Tobias Schlüter 2022-03-13 22:27:06 +09:00
  • baf9a985ec Fix swap test for size 1 inputs. Antonio Sánchez 2022-03-10 15:05:58 +00:00
  • 7882408856 Temporarily disable aarch64 CI. Everton Constantino 2022-03-10 09:34:19 -03:00
  • 2a6be5492f Fix construct_at compilation breakage on ROCm. Rohit Santhanam 2022-03-09 16:47:53 +00:00
  • a3b64625e3 Remove ComputeCpp-specific code from SYCL Vptr Duncan McBain 2022-03-08 22:44:18 +00:00
  • 9296bb4b93 Fix edge-case in zeta for large inputs. Antonio Sánchez 2022-03-08 21:21:20 +00:00
  • cd2ba9d03e Add construct_at, destroy_at wrappers. Use throughout. Tobias Schlüter 2022-03-08 20:43:22 +00:00
  • dfa5176780 make SparseSolverBase and IterativeSolverBase move constructable AlexanderMueller 2022-03-08 20:03:53 +01:00
  • 9883108f3a Remove copy_bool workaround for gcc 4.3 Tobias Schlüter 2022-03-08 17:43:11 +00:00
  • 3a9d404d76 Add support for Apple's Accelerate sparse matrix solvers John Mather 2022-03-08 00:09:18 +00:00
  • 008ff3483a Fix broken tensor executor test, allow tensor packets of size 1. Antonio Sánchez 2022-03-07 20:30:37 +00:00
  • 28c7c1a629 Log position of first difference for easier debugging. Antonio Sanchez 2022-03-07 19:06:27 +00:00
  • cf82186416 Adds new CMake Options for controlling build components. Antonio Sánchez 2022-03-05 05:49:45 +00:00
  • b2ee235a4b Split and reduce SVD test sizes. Antonio Sánchez 2022-03-05 00:15:28 +00:00
  • 0ae94456a0 Remove duplicate IsRowMajor declaration. Antonio Sánchez 2022-03-04 21:22:02 +00:00
  • 0e6f4e43f1 Fix a few confusing comments in psincos_float. Rasmus Munk Larsen 2022-03-04 20:41:49 +00:00
  • f1b9692d63 Removed EIGEN_UNUSED decorations from many functions that are in fact used Sean McBride 2022-03-03 20:19:33 +00:00
  • 27d8f29be3 Update vectorization_logic tests for all platforms. Antonio Sánchez 2022-03-03 19:54:15 +00:00
  • c9ff739af1 Fix JacobiSVD_LAPACKE bindings Arthur 2022-03-03 19:24:07 +00:00
  • d0b1aef6f6 Speed lscg by using .noalias Zhuo Zhang 2022-03-03 15:53:40 +08:00
  • 55c7400db5 Fix enum conversion warnings in BooleanRedux. Antonio Sanchez 2022-03-02 11:18:17 -08:00
  • 711803c427 Skip denormal test if Cond is false. Antonio Sánchez 2022-03-03 04:32:13 +00:00
  • d819a33bf6 Remove poor non-convergence checks in NonLinearOptimization. Antonio Sánchez 2022-03-02 19:31:20 +00:00
  • 9c07e201ff Modified sqrt/rsqrt for denormal handling. Antonio Sánchez 2022-03-02 17:20:47 +00:00
  • 1c2690ed24 Adjust tolerance of matrix_power test for MSVC. Antonio Sanchez 2022-03-01 23:31:15 +00:00
  • b48922cb5c Fix SVD for MSVC+CUDA. Antonio Sánchez 2022-03-01 21:35:22 +00:00
  • bf6726a0c6 Fix any/all reduction in the case of row-major layout Yury Gitman 2022-03-01 05:27:50 +00:00
  • f03df0df53 Fix SVD for MSVC. Antonio Sánchez 2022-02-28 19:53:15 +00:00
  • 19c39bea29 Fix mixingtypes for g++-11. Antonio Sánchez 2022-02-25 19:28:10 +00:00
  • 2ed4bee78f Fix frexp packetmath tests for MSVC. Antonio Sánchez 2022-02-24 22:16:37 +00:00
  • d58e629130 Disable deprecated warnings for SVD tests on MSVC. Antonio Sánchez 2022-02-24 21:20:49 +00:00
  • 3d7e2d0e3e Fix packetmath compilation error. Antonio Sánchez 2022-02-23 23:27:08 +00:00
  • 8970719771 Fix gcc-5 packetmath_12 bug. Antonio Sánchez 2022-02-23 21:56:25 +00:00
  • f0b81fefb7 Disable deprecated warnings in SVD tests. Antonio Sánchez 2022-02-23 18:32:00 +00:00
  • 8b875dbef1 Changes to fast SQRT/RSQRT Rasmus Munk Larsen 2022-02-23 17:32:21 +00:00
  • f9b7564faa E2K: initial support of LCC MCST compiler for the Elbrus 2000 CPU architecture Ramil Sattarov 2022-02-23 17:07:34 +00:00
  • ae86a146b1 Modify test expression to avoid numerical differences (#2402). Antonio Sánchez 2022-02-23 16:37:03 +00:00
  • cd80e04ab7 Add assert for edge case if Thin U Requested at runtime Arthur 2022-02-23 05:35:19 +00:00
  • 35727928ad Fix test macro conflicts with STL headers in C++20 Lingzhu Xiang 2022-02-23 07:41:56 +08:00
  • 2dd879d4b0 [SYCL] Fix CMake for SYCL support Romain Biessy 2022-02-22 16:53:27 +00:00
  • 550af3938c Fix for crash bug in SPQRSupport: Initialize pointers to nullptr to avoid free() calls of invalid pointers. Martin Heistermann 2022-02-18 16:13:28 +00:00
  • 58a90c7463 Use fixed-sized U/V for fixed-sized inputs. Antonio Sánchez 2022-02-16 18:31:47 +00:00
  • c367ed26a8 Make FixedInt constexpr, fix ODR of fix<N> Antonio Sánchez 2022-02-16 17:47:51 +00:00
  • 766087329e Re-add svd::compute(Matrix, options) method to avoid breaking external projects. Antonio Sánchez 2022-02-16 00:54:02 +00:00
  • a58af20d61 Add descriptions to Matrix typedefs. Antonio Sánchez 2022-02-15 21:53:27 +00:00