Charles Schlosser
|
94b19dc5f2
|
Add CArg
|
2023-02-15 21:33:06 +00:00 |
|
Charles Schlosser
|
71a8e60a7a
|
Tweak pasin_float, fix psqrt_complex
|
2023-02-15 01:01:14 +00:00 |
|
Antonio Sánchez
|
384269937f
|
More NEON packetmath fixes.
|
2023-02-14 21:45:25 +00:00 |
|
Antonio Sánchez
|
c15b386203
|
Fix MSVC atan2 test.
|
2023-02-14 18:30:58 +00:00 |
|
Antonio Sánchez
|
2dfbf1b251
|
Fix NEON make_packet2f.
|
2023-02-14 16:52:07 +00:00 |
|
Rasmus Munk Larsen
|
07aaa62e6f
|
Fix compiler warnings in tests.
|
2023-02-14 02:29:03 +00:00 |
|
Chip Kerchner
|
4a03409569
|
Fix problem with array conversions BF16->F32 in Power.
|
2023-02-13 21:30:45 +00:00 |
|
Rasmus Munk Larsen
|
77b48c440e
|
Fix compiler warnings.
|
2023-02-10 20:46:23 +00:00 |
|
Chip Kerchner
|
0ecae61568
|
Disable array BF16 to F32 conversions in Power
|
2023-02-10 20:06:58 +00:00 |
|
Charles Schlosser
|
c999284bad
|
Print diagonal matrix
|
2023-02-10 18:07:29 +00:00 |
|
Chip Kerchner
|
fba12e02b3
|
Fold extra column calculations into an extra MMA accumulator and other bfloat16 MMA GEMM improvements
|
2023-02-10 17:32:06 +00:00 |
|
Chip Kerchner
|
79cfc74f4d
|
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 |
|
Alexander Grund
|
f9659d91f1
|
Fix ODR violation with gemm_extra_cols on PPC
|
2023-02-09 22:16:06 +00:00 |
|
Charles Schlosser
|
325e3063d9
|
Optimize psign
|
2023-02-09 22:15:26 +00:00 |
|
Charles Schlosser
|
0e490d452d
|
Update file ColPivHouseholderQR_LAPACKE.h
|
2023-02-09 13:45:56 +00:00 |
|
Antonio Sánchez
|
0a5392d606
|
Fix MSVC arm build.
|
2023-02-08 21:46:37 +00:00 |
|
Antonio Sánchez
|
3f7e775715
|
Add IWYU export pragmas to top-level headers.
|
2023-02-08 17:40:31 +00:00 |
|
Rasmus Munk Larsen
|
e4f58816d9
|
Get rid of custom implementation of equal_to and not_equal_no. No longer needed with c+14.
|
2023-02-07 21:36:44 -08:00 |
|
Antonio Sánchez
|
e256ad1823
|
Remove LGPL Code and references.
|
2023-02-08 01:25:06 +00:00 |
|
Chip Kerchner
|
e71f88abce
|
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 |
|
Gregory Kramida
|
232b18fa8a
|
Fixes #2602
|
2023-02-06 22:52:39 +00:00 |
|
Antonio Sánchez
|
f6cc359e10
|
More EIGEN_DEVICE_FUNC fixes for CUDA 10/11/12.
|
2023-02-03 19:18:45 +00:00 |
|
Charles Schlosser
|
2a90653395
|
fix lapacke config
|
2023-02-03 16:40:08 +00:00 |
|
Rasmus Munk Larsen
|
3460f3558e
|
Use VERIFY_IS_EQUAL to compare to zeros.
|
2023-02-01 13:49:56 -08:00 |
|
Jeremy Nimmer
|
13a1f25da9
|
Revert StlIterators edit from "Fix undefined behavior..."
|
2023-02-01 20:01:36 +00:00 |
|
Charles Schlosser
|
fd2fd48703
|
Update file ForwardDeclarations.h
|
2023-02-01 16:52:20 +00:00 |
|
Rasmus Munk Larsen
|
37b2e97175
|
Tweak special case handling in atan2.
|
2023-01-31 17:48:00 -08:00 |
|
Jeremy Nimmer
|
a1cdcdb038
|
Fix undefined behavior in Block access
|
2023-02-01 00:40:45 +00:00 |
|
Chip Kerchner
|
4a58f30aa0
|
Fix pre-POWER8_VECTOR bugs in pcmp_lt and pnegate and reactivate psqrt.
|
2023-01-31 19:40:24 +00:00 |
|
Rasmus Munk Larsen
|
12ad99ce60
|
Remove unused variables from GenericPacketMathFunctions.h
|
2023-01-29 18:10:28 +00:00 |
|
Charles Schlosser
|
6987a200bb
|
Fix stupid sparse bugs with outerSize == 0
|
2023-01-28 02:03:09 +00:00 |
|
Charles Schlosser
|
0471e61b4c
|
Optimize various mathematical packet ops
|
2023-01-28 01:34:26 +00:00 |
|
Charles Schlosser
|
1aa6dc2007
|
Fix sparse warnings
|
2023-01-27 22:47:42 +00:00 |
|
Antonio Sánchez
|
17ae83a966
|
Fix bugs exposed by enabling GPU asserts.
|
2023-01-27 21:43:00 +00:00 |
|
Chip Kerchner
|
ab8725d947
|
Turn off vectorize version of rsqrt - doesn't match generic version
|
2023-01-27 18:28:54 +00:00 |
|
Charles Schlosser
|
6d9f662a70
|
Tweak atan2
|
2023-01-26 17:38:21 +00:00 |
|
Chip Kerchner
|
6fc9de7d93
|
Fix slowdown in bfloat16 MMA when rows is not a multiple of 8 or columns is not a multiple of 4.
|
2023-01-25 18:22:20 +00:00 |
|
Charles Schlosser
|
6d4221af76
|
Revert qr tests
|
2023-01-23 22:23:08 +00:00 |
|
Charles Schlosser
|
7f58bc98b1
|
Refactor sparse
|
2023-01-23 17:55:50 +00:00 |
|
Rasmus Munk Larsen
|
576448572f
|
More fixes for __GNUC_PATCHLEVEL__.
|
2023-01-23 17:04:24 +00:00 |
|
Rasmus Munk Larsen
|
164ddf75ab
|
Use __GNUC_PATCHLEVEL__ rather than __GNUC_PATCH__, according to the documentation https://gcc.gnu.org/onlinedocs/cpp/Common-Predefined-Macros.html
|
2023-01-23 16:56:14 +00:00 |
|
Charles Schlosser
|
5a7ca681d5
|
Fix sparse insert
|
2023-01-20 21:32:32 +00:00 |
|
Antonio Sánchez
|
08c961e837
|
Add custom ODR-safe assert.
|
2023-01-20 17:38:13 +00:00 |
|
Amir Masoud Abdol
|
3fe8c51104
|
Replace the Deprecated $<CONFIGURATION> with $<CONFIG>
|
2023-01-17 19:44:32 +00:00 |
|
Sean McBride
|
d70b4864d9
|
issue #2581: review and cleanup of compiler version checks
|
2023-01-17 18:58:34 +00:00 |
|
Mehdi Goli
|
b523120687
|
[SYCL-2020 Support] Enabling Intel DPCPP Compiler support to Eigen
|
2023-01-16 07:04:08 +00:00 |
|
tttapa
|
bae119bb7e
|
Support per-thread is_malloc_allowed() state
|
2023-01-16 01:34:56 +00:00 |
|
Charles Schlosser
|
fa0bd2c34e
|
improve sparse permutations
|
2023-01-15 03:21:25 +00:00 |
|
Antonio Sánchez
|
2e61c0c6b4
|
Add missing EIGEN_DEVICE_FUNC in a few places when called by asserts.
|
2023-01-15 02:06:17 +00:00 |
|
Charles Schlosser
|
4aca06f63a
|
avoid move assignment in ColPivHouseholderQR
|
2023-01-15 01:34:10 +00:00 |
|