Commit Graph

  • 59498c96fe SSE/AVX use fmaddsub for complex products Charles Schlosser 2024-08-05 21:26:05 +00:00
  • 1dcae7cefc Revert "BDCSVD fix -Wmaybe-uninitialized" Rasmus Munk Larsen 2024-08-05 18:17:01 +00:00
  • d14b0a4e53 Remove C++23 check around has_denorm deprecation suppression Tyler Veness 2024-08-03 21:34:27 +00:00
  • 24db460503 hlog symbol lookup should not restricted to global namespace Jatin Chaudhary 2024-08-03 03:59:13 +00:00
  • 767e60e290 Fix Woverflow warnings in PacketMathFP16 Alexander Grund 2024-08-03 03:57:18 +00:00
  • 8025683226 Fix conversion of Eigen::half to _Float16 in AVX512 code Alexander Grund 2024-08-03 03:49:51 +00:00
  • ec18dd09c8 fix pi in kissfft Alexey Korepanov 2024-08-02 22:57:47 +00:00
  • 2b7b7aac57 Speed up complex * complex matrix multiplication. Rasmus Munk Larsen 2024-08-02 20:40:53 +00:00
  • b3e3b7b0ec Remove implicit this capture in lambdas Devon Loehr 2024-08-02 20:06:35 +00:00
  • e44db21092 Optimize ThreadPool spinning Eugene Zhulenev 2024-08-02 19:18:34 +00:00
  • c593e9e948 Fix typos Mike Taves 2024-08-02 00:06:24 +00:00
  • fd98cc49f1 Avoid atomic false sharing in RunQueue Eugene Zhulenev 2024-08-01 17:41:16 +00:00
  • 0b646f3f36 Update file .clang-format Charles Schlosser 2024-08-01 03:18:50 +00:00
  • 1dcb07bb2a Update file eigen_navtree_hacks.js Charles Schlosser 2024-08-01 02:51:04 +00:00
  • ddb163ffb1 Update file .clang-format Charles Schlosser 2024-08-01 00:29:36 +00:00
  • 3f06651fd6 BDCSVD fix -Wmaybe-uninitialized Charles Schlosser 2024-07-30 22:53:06 +00:00
  • 6331da95eb fixing a lot of typos Frédéric Chapoton 2024-07-30 22:15:49 +00:00
  • c29c800126 Fix formatting in README.md Alexander Hans 2024-06-14 10:59:50 +00:00
  • 33d0937c6b Add async support for 'chip' and 'extract_volume_patches' adambanas 2024-06-27 09:34:19 +02:00
  • d791d48859 Fix AVX512FP16 build failure Rasmus Munk Larsen 2024-06-18 22:34:32 +00:00
  • 2fae4d7a77 Revert "fix scalar pselect" Charles Schlosser 2024-06-15 20:02:28 +00:00
  • b430eb31e2 AVX512F double->int64_t cast Charles Schlosser 2024-06-15 17:45:02 +00:00
  • 02bcf9b591 fix scalar pselect Charles Schlosser 2024-06-10 17:30:22 +00:00
  • 392b95bdf1 allow pointer_based_stl_iterator to conform to the contiguous_iterator concept if we are in c++20 Louis David 2024-06-06 21:38:09 +00:00
  • 27f8176254 fixing warning C5054: operator '==': deprecated between enumerations of different types Victor Ceballos 2024-06-04 16:44:13 +03:00
  • eac6355df2 Fix warnings created by other warnings fix Charles Schlosser 2024-06-01 03:37:04 +00:00
  • 7029a2e971 Vectorize allFinite() Rasmus Munk Larsen 2024-06-01 03:24:26 +00:00
  • e605227030 Fix warnings Charles Schlosser 2024-05-31 14:33:37 +00:00
  • 38b9cc263b Fix warnings about repeated deinitions of macros. Rasmus Munk Larsen 2024-05-29 13:38:00 -07:00
  • f02f89bf2c Don't redefine EIGEN_DEFAULT_IO_FORMAT in main.h. Rasmus Munk Larsen 2024-05-29 18:14:32 +00:00
  • 9148c47d67 Vectorize isfinite and isinf. Rasmus Munk Larsen 2024-05-29 00:20:12 +00:00
  • 5a9f66fb35 Fix Thread tests Tobias Wood 2024-05-24 16:50:14 +00:00
  • c4d84dfddc Fix compilation failures on constexpr matrices with GCC 14 Tyler Veness 2024-05-22 12:29:01 +00:00
  • 99adca8b34 Incorporate Threadpool in Eigen Core Charles Schlosser 2024-05-20 23:42:51 +00:00
  • d165c7377f Format EIGEN_STATIC_ASSERT() as a statement macro Tyler Veness 2024-05-20 23:02:42 +00:00
  • f78dfe36b0 use built in alloca with align if available Charles Schlosser 2024-05-19 19:32:49 +00:00
  • b9b1c8661e Suppress C++23 deprecation warnings for std::has_denorm and std::has_denorm_loss Tyler Veness 2024-05-13 12:46:15 -07:00
  • 3d2e738f29 fix performance-no-int-to-ptr Charlie Schlosser 2024-05-16 23:25:42 -04:00
  • de8013fa67 Fix ubsan failure in array_for_matrix Antonio Sánchez 2024-05-16 18:47:36 +00:00
  • 5e4f3475b5 Remove call to deprecated method initParallel() in SparseDenseProduct.h Rasmus Munk Larsen 2024-05-15 23:12:32 +00:00
  • 59cf0df1d6 SparseMatrix::insert add checks for valid indices Charles Schlosser 2024-05-15 16:14:32 +00:00
  • c0fe6ce223 Fixed a clerical error at documentation of class Matrix. Anabasis 2024-05-13 02:51:40 +00:00
  • afb17288cb Fix gcc6 compile error. Antonio Sánchez 2024-05-10 19:13:21 +00:00
  • 4d1d14e069 Change predux on PowerPC for Packet4i to NOT saturate the sum of the elements (like other architectures). Chip Kerchner 2024-05-08 22:39:27 +00:00
  • ff174f7926 fix issue: cmake package does not set include path correctly daizhirui 2024-05-07 21:21:08 +00:00
  • e16d70bd4e Fix FFT when destination does not have unit stride. Antonio Sánchez 2024-05-07 17:18:29 +00:00
  • 99c18bce6e Msvc muluh Charles Schlosser 2024-05-07 16:30:58 +00:00
  • 8e47971789 Bit shifting functions Charles Schlosser 2024-05-03 18:55:02 +00:00
  • 9700fc847a Reorganize CMake and minimize configuration for non-top-level builds. Antonio Sánchez 2024-05-01 17:42:53 +00:00
  • c1d637433e Judge unitary-ness relative to scaling. Antonio Sánchez 2024-04-30 22:28:46 +00:00
  • 9000b37677 Fix new generic nearest integer ops on GPU. Rasmus Munk Larsen 2024-04-30 22:18:25 +00:00
  • 0ee5c90aa9 Eigen transpose product Charles Schlosser 2024-04-30 13:32:52 +00:00
  • fb95e90f7f Add truncation op Charles Schlosser 2024-04-29 23:45:49 +00:00
  • d5524fc57b Remove unnecessary semicolons. Jonathan Freed 2024-04-29 21:31:26 +00:00
  • ae5280aa8d Fix more hard-coded magic bounds. Antonio Sánchez 2024-04-29 21:21:11 +00:00
  • a5e147305b Fix undefined behavior for generating inputs to the predux_mul test. Antonio Sánchez 2024-04-29 20:32:09 +00:00
  • dcceb9afec Unbork avx512 preduce_mul on MSVC. Antonio Sánchez 2024-04-26 15:28:03 +00:00
  • 42aa3d17cd Slightly adjust error bound for nonlinear tests. Antonio Sánchez 2024-04-25 18:04:49 +00:00
  • 1c8c734c8b Fix sin/cos on PPC. Antonio Sanchez 2024-04-24 15:57:44 -07:00
  • 34967b0b5b Revert "fix transposed matrix product bug" Charles Schlosser 2024-04-23 14:07:11 +00:00
  • 9cec679ef1 Don't let the PPC runner try to cross-compile. Antonio Sánchez 2024-04-23 03:40:40 +00:00
  • 574bc8820d fix transposed matrix product bug Charles Schlosser 2024-04-23 03:25:57 +00:00
  • 112ad8b846 Revert part of !1583, which may cause underflow on ARM. Rasmus Munk Larsen 2024-04-22 21:14:38 +00:00
  • 8cafbc4736 Fix unused variable warnings in TensorIO Charles Schlosser 2024-04-22 18:14:54 +00:00
  • 4de870b6eb fix autodiff enum comparison warnings Charles Schlosser 2024-04-22 18:14:20 +00:00
  • 2265242aa1 Update CI scripts. Antonio Sánchez 2024-04-20 01:08:19 +00:00
  • ee9d57347b Fix tridiagonalization_inplace_selector::run() when called from CUDA ahmed 2024-04-19 21:06:59 +00:00
  • 1550c99541 Eigen select Charles Schlosser 2024-04-19 17:52:34 +00:00
  • 5635d37f46 more pblend optimizations Charles Schlosser 2024-04-19 02:02:27 +00:00
  • f0795d35e3 Fix new psincos for ppc and arm32. Antonio Sánchez 2024-04-19 00:31:09 +00:00
  • ad452e575d Fix compilation problems with PacketI on PowerPC. Chip Kerchner 2024-04-18 14:55:15 +00:00
  • fcaf03ef7c fix pendantic compiler warnings Charles Schlosser 2024-04-17 16:55:45 +00:00
  • b5feca5d03 Fix build for pblend and psin_double, pcos_double when AVX but not AVX2 is supported. Rasmus Munk Larsen 2024-04-16 16:12:41 +00:00
  • 888fca0e2b Simd sincos double Damiano Franzò 2024-04-15 21:12:32 +00:00
  • 6ad2ccea4e Eigen pblend Charles Schlosser 2024-04-15 16:19:53 +00:00
  • 9099c5eac7 Handle missing AVX512 intrinsic Charles Schlosser 2024-04-14 16:41:23 +00:00
  • 122befe54c Fix "unary minus operator applied to unsigned type, result still unsigned" on MSVC and other stupid warnings Charles Schlosser 2024-04-12 19:35:04 +00:00
  • dcdb0233c1 Refactor indexed view to appease MSVC 14.16. Antonio Sánchez 2024-04-12 17:05:20 +00:00
  • 5226566a14 Speed up pldexp_generic. Rasmus Munk Larsen 2024-04-12 01:32:17 +00:00
  • 3c6521ed90 Add constexpr to accessors in DenseBase, Quaternions and Translations Stéphane T. 2024-04-11 14:46:48 +00:00
  • 3c9109238f Add support for Packet8l to AVX512. Rasmus Munk Larsen 2024-04-09 22:58:44 +00:00
  • 2620cb930b Update file Geometry_SIMD.h Charles Schlosser 2024-04-05 18:30:39 +00:00
  • b2c9ba2bee Fix preprocessor condition on when to use fast float logistic implementation. Dieter Dobbelaere 2024-04-03 10:52:24 +02:00
  • 283d69294b Guard AVX2 implementation of psignbit in PacketMath.h Rasmus Munk Larsen 2024-04-03 21:03:26 +00:00
  • be54cc8ded Fix preverse for PowerPC. Chip Kerchner 2024-04-03 20:09:06 +00:00
  • c5b234196a Fix unused variable warning in TensorIO.h Rasmus Munk Larsen 2024-04-03 19:49:31 +00:00
  • 86aee3d9c5 Fix long double random Charles Schlosser 2024-04-02 12:05:40 +00:00
  • 776d86d8df AVX: guard Packet4l definition Charles Schlosser 2024-04-01 00:31:46 +00:00
  • e63d9f6ccb Fix random again Charles Schlosser 2024-03-29 21:49:27 +00:00
  • f75e2297db AVX2 - double->int64_t casting Charles Schlosser 2024-03-29 21:35:09 +00:00
  • 13092b5d04 Fix usages of Eigen::array to be compatible with std::array. Antonio Sánchez 2024-03-29 15:51:15 +00:00
  • 77833f9320 Allow symbols to be used in compile-time expressions. Antonio Sánchez 2024-03-28 18:43:50 +00:00
  • d26e19714f Add missing cwiseSquare, tests for cwise matrix ops. Antonio Sánchez 2024-03-28 04:26:55 +00:00
  • 35bf6c8edc Add SimplicialNonHermitianLLT and SimplicialNonHermitianLDLT Maarten Baert 2024-03-28 00:22:27 +00:00
  • 4dccaa587e Use truncation rather than rounding when casting Packet2d to Packet2l. Rasmus Munk Larsen 2024-03-27 14:37:52 -07:00
  • 7b5d32b7c9 Sparse move Charles Schlosser 2024-03-27 17:44:50 +00:00
  • c8d368bdaf More fixes for 32-bit. Antonio Sánchez 2024-03-26 22:53:38 +00:00
  • de304ab960 Fix using ScalarPrinter redefinition for gcc. Antonio Sanchez 2024-03-26 15:32:38 -07:00
  • c54303848a Undef macro in TensorContractionGpu.h that causes buildbreakages. Rasmus Munk Larsen 2024-03-26 18:01:48 +00:00
  • d8aa4d6ba5 Fix another instance of Packet2l on win32. Antonio Sánchez 2024-03-26 15:48:44 +00:00