Commit Graph

  • 7f06bcae2c Geometry/EulerAngles: make sure that returned solution has canonical ranges Juraj Oršulić 2023-04-19 19:12:24 +00:00
  • a347dbbab2 Delete last few occurences of HasHalfPacket. Rasmus Munk Larsen 2023-04-19 10:36:59 -07:00
  • b378014fef Make sure we return +/-1 above the clamping point for Erf(). Rasmus Munk Larsen 2023-04-18 13:27:47 -07:00
  • e2bbf496f6 Use select ternary op in tensor select evaulator Charles Schlosser 2023-04-18 20:52:16 +00:00
  • 2b954be663 fix typo in sse packetmath Charles Schlosser 2023-04-18 18:17:41 +00:00
  • 25685c90ad Fix incorrect packet type for unsigned int version of pfirst() in MSVC workaround in PacketMath.h. Rasmus Munk Larsen 2023-04-18 17:46:23 +00:00
  • 1e223a956c Add missing 'f' in float literal in SpecialFunctionsImpl.h that triggers implicit conversion warning. Rasmus Munk Larsen 2023-04-18 17:33:29 +00:00
  • 3f3ce214e6 New BF16 pcast functions and move type casting to TypeCasting.h Chip Kerchner 2023-04-18 02:38:38 +00:00
  • 17b5b4de58 Add Packet4ui, Packet8ui, and Packet4ul to the SSE/AVX PacketMath.h headers Pedro Gonnet 2023-04-17 23:33:59 +00:00
  • 87300c93ca Refactor IndexedView Charles Schlosser 2023-04-17 12:32:50 +00:00
  • 1148f0a9ec Add dynamic dispatch to BF16 GEMM (Power) and new VSX version Chip Kerchner 2023-04-14 22:20:42 +00:00
  • 3026fc0d3c Improve accuracy of erf(). Rasmus Munk Larsen 2023-04-14 16:57:56 +00:00
  • 554fe02ae3 Enable new AVX512 GEMM kernel by default. Rasmus Munk Larsen 2023-04-12 13:39:06 -07:00
  • 0d12fcc34e Insert from triplets Charles Schlosser 2023-04-12 20:01:48 +00:00
  • 990a282fc4 exclude Eigen/Core and Eigen/src/Core from being ignored due to core ignore rule Rob Conde 2023-04-12 10:36:08 -04:00
  • b0eded878d DOC: Update documentation for 3.4.x Rohit Goswami 2023-04-06 19:20:41 +00:00
  • b0f877f8e0 Don't crash on empty tensor contraction. Rasmus Munk Larsen 2023-04-05 17:06:14 +00:00
  • 15fbddaf9b ASAN fixes for AVX512 GEMM/TRSM b-shi 2023-03-31 12:58:07 -07:00
  • 178ef8c97f qualify non-const symbolic indexed view with is_lvalue Charles Schlosser 2023-04-04 19:06:32 +00:00
  • df1049ddf4 Small packet math cleanup. Rasmus Munk Larsen 2023-04-04 16:14:32 +00:00
  • 9b48d10215 Guard all malloc, realloc and free() fonctions with check_that_malloc_is_allowed() Antoine Hoarau 2023-04-04 04:24:22 +00:00
  • c730290fa0 Use the correct truncating intrinsic for double->int casting. Rasmus Munk Larsen 2023-04-03 13:56:41 -07:00
  • 766db02020 disable raw array indexed view access for 1d arrays Charles Schlosser 2023-03-29 02:39:45 +00:00
  • bfbc66e078 refactor indexedviewmethods, enable non-const ref access with symbolic indices Charles Schlosser 2023-03-29 01:35:26 +00:00
  • 1a5dfd7c0f Fix incorrect casting in AVX512DQ path. Rasmus Munk Larsen 2023-03-27 09:28:06 -07:00
  • a08649994f Optimize generic_rsqrt_newton_step Charles Schlosser 2023-03-24 22:42:57 +00:00
  • b8b8a26145 Add more missing vectorized casts for int on x86, and remove redundant unit tests Rasmus Munk Larsen 2023-03-24 16:02:00 +00:00
  • 33e206f714 Remove unused declarations of BLAS/LAPACK routines unageek 2023-03-23 21:54:05 +00:00
  • d57a79e512 Optimize float->bool cast for AVX2, based on Charles Schlosser's comments. Rasmus Munk Larsen 2023-03-21 20:59:25 -07:00
  • a5ae832773 Fix reversal of arguments to _mm256_set_m128() in pcast<Packet4d, Packet8f>. Rasmus Munk Larsen 2023-03-22 03:21:44 +00:00
  • 09945f2cc1 Optimize casting for x86_64. Rasmus Munk Larsen 2023-03-21 18:24:16 +00:00
  • 8f9b8e3630 Replaced all instances of internal::(U)IntPtr with std::(u)intptr_t. Remove ICC workaround. Colin Broderick 2023-03-21 16:50:23 +00:00
  • 2c8011c2dd Fix arm builds. Antonio Sánchez 2023-03-20 16:59:38 +00:00
  • fd8f410bbe Fix 2624 2625 Charles Schlosser 2023-03-20 16:30:04 +00:00
  • e887196d9d Undo cmake pools changes Chip Kerchner 2023-03-17 16:06:26 +00:00
  • 81cb6a51d0 Fix some typos Jonas Schulze 2023-03-16 23:11:43 +00:00
  • 555cec17ed Fix parsing of command-line arguments when already specified as a cmake list. Antonio Sánchez 2023-03-16 22:47:38 +00:00
  • 7db19baabe Remove pools if cmake is less than 3.11 Chip Kerchner 2023-03-16 16:54:45 +00:00
  • 0488b708b4 Vectorize tensor.isnan() by using typed predicates. Rasmus Munk Larsen 2023-03-16 04:04:22 +00:00
  • f02856c640 Use EIGEN_NOT_A_MACRO macro (oh the irony!) to avoid build issue in TensorFlow. Rasmus Munk Larsen 2023-03-15 11:42:57 -07:00
  • 690ae9502f Use C++11 standard features for detecting presence of Inf and NaN Rasmus Munk Larsen 2023-03-15 16:52:44 +00:00
  • d71ac6a755 Fix recent PowerPC warnings and clang warning Chip Kerchner 2023-03-15 16:50:46 +00:00
  • d54d228b49 Limit the number of build jobs to 8 and link jobs to 4 for PowerPC. This should help reduce the OOM build problems. Chip Kerchner 2023-03-15 16:29:41 +00:00
  • 23e1541863 Put deadcode checks back in from previous change. Chip Kerchner 2023-03-14 00:57:16 +00:00
  • 6c58f0fe1f Revert changes that made BF16 GEMM to cause bad register spillage for LLVM (Power) Chip Kerchner 2023-03-13 23:36:06 +00:00
  • 8fe6190001 Add numext::isnan for AnnoyingOrange^H^H^H^H^H^HScalar. Rasmus Munk Larsen 2023-03-13 21:19:35 +00:00
  • 79de101d23 Handle PropagateFast the same way as PropagateNaN in minmax visitor to Rasmus Munk Larsen 2023-03-13 20:47:11 +00:00
  • 9d72412385 Add MMA to BF16 GEMV - 5.0-6.3X faster (for Power) Chip Kerchner 2023-03-13 19:37:13 +00:00
  • 2067b54b13 Fix bug in minmax_coeff_visitor for matrix of all NaNs. Rasmus Munk Larsen 2023-03-13 18:25:22 +00:00
  • ee0ff0ab3a Fix typo in MathFunctions.h Rasmus Munk Larsen 2023-03-13 15:50:40 +00:00
  • 21c49e8f8e Delete mystery character from Eigen/src/Core/arch/NEON/MathFunctions.h Rasmus Munk Larsen 2023-03-10 23:27:24 +00:00
  • 6bb9609bcb Make new Select implementation backwards compatible. Rasmus Munk Larsen 2023-03-10 23:07:47 +00:00
  • 394aabb0a3 Fix failing MSVC tests due to compiler bugs. Antonio Sánchez 2023-03-10 22:36:57 +00:00
  • d6235d76db Clean up generic packetmath specializations for various backends with the help of a macro. Rasmus Munk Larsen 2023-03-10 22:02:23 +00:00
  • e8fdf127c6 Work around compiler bug in Tridiagonalization.h Rasmus Munk Larsen 2023-03-10 21:21:07 +00:00
  • adf26b6840 Add newline to end of file. Rasmus Munk Larsen 2023-03-10 16:53:22 +00:00
  • 3492d9e2e5 s/Lesser/Less/ Rasmus Munk Larsen 2023-03-10 00:28:31 +00:00
  • 2419632cf5 Revert change to allFinite(), since the new version does not work for complex numbers. Rasmus Munk Larsen 2023-03-09 21:50:43 +00:00
  • b1beba8a3e Fix LinAlgSVD example code Zach Davis 2023-03-08 17:04:59 +00:00
  • 7bf2968fed Specify Permutation Index for PartialPivLU and FullPivLU Charles Schlosser 2023-03-07 20:28:05 +00:00
  • eb4dbf6135 Modify failing cwise test to get it to pass. Antonio Sánchez 2023-03-07 19:47:42 +00:00
  • e577f43ab2 Set CMAKE_* cache variables only when Eigen is a top-level project Timofey Pushkin 2023-03-07 14:39:45 +00:00
  • 1ce8b25825 Vectorize any() / all() Charles Schlosser 2023-03-06 23:54:02 +00:00
  • cb8e6d4975 Fix 2240, 2620 Charles Schlosser 2023-03-06 23:11:06 +00:00
  • d670039309 fix tensor comparison test Charles Schlosser 2023-03-06 13:11:14 +00:00
  • 2b513ca2a0 Added partial linear access for LHS & Output - 30% faster for bfloat16 GEMM MMA (Power) Chip Kerchner 2023-03-02 19:22:43 +00:00
  • 0b396c3167 Scalarize comps Charles Schlosser 2023-03-02 17:06:23 +00:00
  • 3abe12472e fix signed shift test Charles Schlosser 2023-03-01 14:31:13 +00:00
  • ba7417f146 Fix gpu conv3d out-of-resources failure. Antonio Sánchez 2023-02-28 21:25:00 +00:00
  • 62d5cfe835 Fix ODR issues with Intel's AVX512 TRSM kernels. Antonio Sánchez 2023-02-27 07:54:52 +00:00
  • 826627f653 vectorize comparisons and select by enabling typed comparisons Charles Schlosser 2023-02-25 20:52:11 +00:00
  • 2e9b945baf Fix bug that disabled vectorization for coeffMin/coeffMax. Rasmus Munk Larsen 2023-02-25 20:03:54 +00:00
  • bc5cdc7a67 Guard use of long double on GPU device. Antonio Sánchez 2023-02-24 21:49:59 +00:00
  • e4598fedbe Fix compiler versions for certain instructions on Power. Chip Kerchner 2023-02-23 23:24:41 +00:00
  • 1c0a6cf228 Get rid of EIGEN_HAS_AVX512_MATH workaround. Rasmus Munk Larsen 2023-02-23 23:16:41 +00:00
  • 00844e3865 Fix a number of MSAN failures in SVD tests. Rasmus Munk Larsen 2023-02-23 18:44:53 +00:00
  • c3f67063ed [SYCL-2020]- null placeholder accessor issue in Reduction SYCL test Mehdi Goli 2023-02-22 17:44:53 +00:00
  • 6bcd941ee3 Use pmsub in twoprod. This speeds up pow() on Skylake by ~1%. Rasmus Munk Larsen 2023-02-21 20:09:29 +00:00
  • ce62177b5b Vectorize atanh & add a missing definition and unit test for atan. Rasmus Munk Larsen 2023-02-21 03:14:05 +00:00
  • 049a144798 Add typed logicals Charles Schlosser 2023-02-18 01:23:47 +00:00
  • e797974689 Add and enable Packet int divide for Power10. Chip Kerchner 2023-02-17 19:04:18 +00:00
  • 54459214a1 Fix epsilon and dummy_precision values in long double for double doubles. Prevented some algorithms from converging on PPC. Chip Kerchner 2023-02-16 23:35:42 +00:00
  • a16fb889dd Guard complex sqrt on old MSVC compilers. Antonio Sánchez 2023-02-16 19:47:00 +00:00
  • 94b19dc5f2 Add CArg Charles Schlosser 2023-02-15 21:33:06 +00:00
  • 71a8e60a7a Tweak pasin_float, fix psqrt_complex Charles Schlosser 2023-02-15 01:01:14 +00:00
  • 384269937f More NEON packetmath fixes. Antonio Sánchez 2023-02-14 21:45:25 +00:00
  • c15b386203 Fix MSVC atan2 test. Antonio Sánchez 2023-02-14 18:30:58 +00:00
  • 2dfbf1b251 Fix NEON make_packet2f. Antonio Sánchez 2023-02-14 16:52:07 +00:00
  • 07aaa62e6f Fix compiler warnings in tests. Rasmus Munk Larsen 2023-02-14 02:29:03 +00:00
  • 4a03409569 Fix problem with array conversions BF16->F32 in Power. Chip Kerchner 2023-02-13 21:30:45 +00:00
  • 77b48c440e Fix compiler warnings. Rasmus Munk Larsen 2023-02-10 12:38:26 -08:00
  • 0ecae61568 Disable array BF16 to F32 conversions in Power Chip Kerchner 2023-02-10 20:06:58 +00:00
  • c999284bad Print diagonal matrix Charles Schlosser 2023-02-10 18:07:29 +00:00
  • fba12e02b3 Fold extra column calculations into an extra MMA accumulator and other bfloat16 MMA GEMM improvements Chip Kerchner 2023-02-10 17:32:06 +00:00
  • 79cfc74f4d Revert ODR changes and make gemm_extra_cols and gemm_complex_extra_cols EIGEN_ALWAYS_INLINE to avoid external functions. Chip Kerchner 2023-02-10 17:05:07 +00:00
  • f9659d91f1 Fix ODR violation with gemm_extra_cols on PPC Alexander Grund 2023-02-09 22:16:06 +00:00
  • 325e3063d9 Optimize psign Charles Schlosser 2023-02-09 22:15:26 +00:00
  • 0e490d452d Update file ColPivHouseholderQR_LAPACKE.h Charles Schlosser 2023-02-09 13:45:56 +00:00
  • 0a5392d606 Fix MSVC arm build. Antonio Sánchez 2023-02-08 21:46:37 +00:00
  • 3f7e775715 Add IWYU export pragmas to top-level headers. Antonio Sánchez 2023-02-08 17:40:31 +00:00