Charles Schlosser
|
044f3f6234
|
Fix bug in handmade_aligned_realloc
|
2022-11-18 22:35:31 +00:00 |
|
Chris
|
6728683938
|
Small cleanup of IDRS.h
|
2022-11-16 13:51:23 +00:00 |
|
Charles Schlosser
|
02805bd56c
|
Fix AVX2 psignbit
|
2022-11-16 13:43:11 +00:00 |
|
Chip Kerchner
|
399ce1ed63
|
Fix duplicate execution code for Power 8 Altivec in pstore_partial.
|
2022-11-16 13:41:42 +00:00 |
|
Gabriele Buondonno
|
6431dfdb50
|
Cross product for vectors of size 2. Fixes #1037
|
2022-11-15 22:39:42 +00:00 |
|
Antonio Sánchez
|
8588d8c74b
|
Correct pnegate for floating-point zero.
|
2022-11-15 18:07:23 +00:00 |
|
Antonio Sanchez
|
5eacb9e117
|
Put brackets around unsigned type names.
|
2022-11-15 09:09:45 -08:00 |
|
Antonio Sánchez
|
37e40dca85
|
Fix ambiguity in PPC for vec_splats call.
|
2022-11-14 18:58:16 +00:00 |
|
Antonio Sánchez
|
7dc6db75d4
|
Fix typo in CholmodSupport
|
2022-11-08 23:49:56 +00:00 |
|
Charles Schlosser
|
9b6d624eab
|
fix neon
|
2022-11-08 20:03:01 +00:00 |
|
Rasmus Munk Larsen
|
7e398e9436
|
Add missing return keyword in psignbit for NEON.
|
2022-11-04 16:13:09 +00:00 |
|
Charles Schlosser
|
82b152dbe7
|
Add signbit function
|
2022-11-04 00:31:20 +00:00 |
|
Antonio Sánchez
|
8f8e36458f
|
Remove recently added sparse assert in SparseMapBase.
|
2022-11-03 17:29:05 +00:00 |
|
Antonio Sanchez
|
01a31b81b2
|
Remove unused parameter name.
|
2022-11-01 15:51:25 -07:00 |
|
Antonio Sánchez
|
c5b896c5a3
|
Allow empty matrices to be resized.
|
2022-10-27 20:33:35 +00:00 |
|
Antonio Sánchez
|
886aad1361
|
Disable patan for double on PPC.
|
2022-10-27 17:56:08 +00:00 |
|
Antonio Sánchez
|
ab407b2b6e
|
Fix handmade_aligned_malloc offset computation.
|
2022-10-27 17:33:47 +00:00 |
|
Antonio Sánchez
|
adb30efb25
|
Add assert for invalid outerIndexPtr array in SparseMapBase.
|
2022-10-26 22:51:33 +00:00 |
|
Antonio Sánchez
|
c27d1abe46
|
Fix pragma check for disabling fastmath.
|
2022-10-26 22:50:57 +00:00 |
|
Charles Schlosser
|
a226371371
|
Change handmade_aligned_malloc/realloc/free to store a 1 byte offset instead of absolute address
|
2022-10-22 22:51:31 +00:00 |
|
Antonio Sánchez
|
bf48d46338
|
Explicitly state that indices must be sorted.
|
2022-10-19 18:15:29 +00:00 |
|
Rasmus Munk Larsen
|
3bb6a48d8c
|
Fix bug atan2
|
2022-10-12 23:49:32 +00:00 |
|
Rasmus Munk Larsen
|
14c847dc0e
|
Refactor special values test for pow, and add a similar test for atan2
|
2022-10-12 20:12:08 +00:00 |
|
Rasmus Munk Larsen
|
462758e8a3
|
Don't use generic sign function for sign(complex) unless it is vectorizable
|
2022-10-12 16:03:29 +00:00 |
|
Rasmus Munk Larsen
|
c0d6a72611
|
Use pnegate(pzero(x)) as a generic way to generate -0.0. Some compiler do not handle the literal -0.0 properly in fastmath mode.
|
2022-10-12 01:57:05 +00:00 |
|
Laurent Rineau
|
7846c7387c
|
Eigen/Sparse: fix warnings -Wunused-but-set-variable
|
2022-10-11 17:37:04 +00:00 |
|
Rasmus Munk Larsen
|
3167544873
|
Handle NaN inputs to atan2.
|
2022-10-10 19:36:36 -07:00 |
|
Rasmus Munk Larsen
|
72db3f0fa5
|
Remove references to M_PI_2 and M_PI_4.
|
2022-10-11 00:27:16 +00:00 |
|
Rasmus Munk Larsen
|
d6bc062591
|
Remove reference to EIGEN_HAS_CXX11_MATH.
|
2022-10-10 23:38:28 +00:00 |
|
Rasmus Munk Larsen
|
5ceed0d57f
|
Guard GCC-specific pragmas with "#ifdef EIGEN_COMP_GNUC"
|
2022-10-10 20:38:53 +00:00 |
|
Alexander Richardson
|
528b68674c
|
[clang-format] Add a few macros to AttributeMacros
|
2022-10-10 16:44:47 +00:00 |
|
Rasmus Munk Larsen
|
e95c4a837f
|
Simpler range reduction strategy for atan<float>().
|
2022-10-04 18:11:00 +00:00 |
|
Antonio Sánchez
|
80efbfdeda
|
Unconditionally enable CXX11 math.
|
2022-10-04 17:37:47 +00:00 |
|
Antonio Sánchez
|
e5794873cb
|
Replace assert with eigen_assert.
|
2022-10-04 17:11:23 +00:00 |
|
Antonio Sánchez
|
7d6a9925cc
|
Fix 4x4 inverse when compiling with -Ofast.
|
2022-10-04 16:05:49 +00:00 |
|
Rasmus Munk Larsen
|
1414a76fa9
|
Only vectorize atan<double> for Altivec if VSX is available.
|
2022-10-03 22:06:58 +00:00 |
|
Rasmus Munk Larsen
|
c475228b28
|
Vectorize atan() for double.
|
2022-10-01 01:49:30 +00:00 |
|
Rasmus Munk Larsen
|
1e1848fdb1
|
Add a vectorized implementation of atan2 to Eigen.
|
2022-09-28 20:46:49 +00:00 |
|
Rasmus Munk Larsen
|
b3bf8d6a13
|
Try to reduce size of GEBP kernel for non-ARM targets.
|
2022-09-28 02:37:18 +00:00 |
|
Rasmus Munk Larsen
|
13b69fc1b0
|
Try to reduce compilation time/memory for GEBP kernel using EIGEN_IF_CONSTEXPR
|
2022-09-23 20:09:42 +00:00 |
|
Rasmus Munk Larsen
|
3c4637640b
|
Remove unused typedef.
|
2022-09-23 19:11:31 +00:00 |
|
Rasmus Munk Larsen
|
ed8cda3ce4
|
Move EIGEN_NEON_GEBP_NR macro to the right place in GeneralBlockPanelKernel.h
|
2022-09-23 02:24:27 +00:00 |
|
Rasmus Munk Larsen
|
e2ea866515
|
Add a macro to set the nr trait in the BEBP kernel for NEON.
|
2022-09-22 23:56:34 +00:00 |
|
Lianhuang Li
|
23299632c2
|
Use 3px8/2px8/1px8/1x8 gebp_kernel on arm64-neon
|
2022-09-21 16:36:40 +00:00 |
|
Rasmus Munk Larsen
|
7b2901e2aa
|
Add vectorized integer division for int32 with AVX512, AVX or SSE.
|
2022-09-21 00:27:23 +00:00 |
|
Chao Chen
|
5ffe7b92e0
|
[ROCm] fixed gpuGetDevice unused message
|
2022-09-20 21:38:20 +00:00 |
|
Rasmus Munk Larsen
|
f913a40678
|
Revert "Add AVX int32_t pdiv"
This reverts commit ea84e7ad638c259397fc36fe6e3d82b9cb3b89d0
|
2022-09-16 22:48:08 +00:00 |
|
Rasmus Munk Larsen
|
273e0c884e
|
Revert "Add constexpr, test for C++14 constexpr."
|
2022-09-16 21:14:29 +00:00 |
|
Charles Schlosser
|
ea84e7ad63
|
Add AVX int32_t pdiv
|
2022-09-16 17:06:29 +00:00 |
|
Rasmus Munk Larsen
|
dceb779ecd
|
Fix test for pow with mixed integer types. We do not convert the exponent if it is an integer type.
|
2022-09-12 15:51:27 -07:00 |
|