Rasmus Munk Larsen
|
383506fcb2
|
Fix CUDA syntax error introduced by clang-format.
|
2023-12-05 14:06:27 -08:00 |
|
Antonio Sánchez
|
46e9cdb7fe
|
Clang-format tests, examples, libraries, benchmarks, etc.
|
2023-12-05 21:22:55 +00:00 |
|
Antonio Sánchez
|
3252ecc7a4
|
Fix scalar_logistic_function overflow for complex inputs.
|
2023-12-05 18:21:04 +00:00 |
|
Pavel Labath
|
66b9f4ed5c
|
Fix (u)int64_t->float conversion on arm
|
2023-11-21 16:09:12 +00:00 |
|
Antonio Sanchez
|
3a9635b20c
|
Link pthread for product_threaded test
|
2023-11-13 11:34:23 -08:00 |
|
wk
|
f78c37f0af
|
traits<Ref>::match: use correct strides
|
2023-11-11 14:10:56 +00:00 |
|
Rasmus Munk Larsen
|
76e8c04553
|
Generalize parallel GEMM implementation in Core to work with ThreadPool in addition to OpenMP.
|
2023-11-10 17:42:30 +00:00 |
|
Kyle Macfarlan
|
5de0f2f89e
|
Fixes #2735: Component-wise cbrt
|
2023-10-25 03:06:13 +00:00 |
|
Ioannis Assiouras
|
d9839718aa
|
[ROCm] Replace HIP_PATH with ROCM_PATH for rocm 6.0
|
2023-10-16 20:56:35 +00:00 |
|
Antonio Sánchez
|
5bdf58b8df
|
Eliminate use of _res.
|
2023-10-16 19:56:53 +00:00 |
|
Charles Schlosser
|
e8515f78ac
|
Fix sparse triangular view iterator
|
2023-10-05 17:13:37 +00:00 |
|
Charles Schlosser
|
18018ed013
|
Unwind Block of Blocks
|
2023-08-29 17:21:41 +00:00 |
|
Charles Schlosser
|
81b48065ea
|
Fix arm32 float division and related bugs
|
2023-08-29 00:36:07 +00:00 |
|
Charles Schlosser
|
8d9f467036
|
fix boost mp test to refer to new svd tests
|
2023-08-02 13:38:12 +00:00 |
|
Antonio Sánchez
|
0ae7d7a361
|
Fix unaligned scalar alignment UB.
|
2023-08-01 19:39:08 +00:00 |
|
Charles Schlosser
|
5527e78a64
|
Add missing x86 pcasts
|
2023-07-28 23:41:38 +00:00 |
|
Alejandro Acosta
|
24d15e086f
|
[SYCL-2020] Add test to validate SYCL in Eigen core.
|
2023-07-28 15:45:08 +00:00 |
|
Yingnan Wu
|
ba1cb6e45e
|
Fixes #2703 by adding max_digits10 function
|
2023-07-26 16:02:52 +00:00 |
|
Charles Schlosser
|
9995c3da6f
|
Fix -Wmaybe-uninitialized in SVD
|
2023-07-25 22:22:17 +00:00 |
|
Charles Schlosser
|
6e7abeae69
|
fix arm build warnings
|
2023-07-17 20:37:27 +00:00 |
|
Charles Schlosser
|
81fe2d424f
|
Fix more gcc compiler warnings / sort-of bugs
|
2023-07-14 21:12:45 +00:00 |
|
Charles Schlosser
|
1a2bfca8f0
|
Fix annoying warnings
|
2023-07-07 20:19:58 +00:00 |
|
H S Helson Go
|
bc57b926a0
|
Add Quaternion constructor from real scalar and imaginary vector
|
2023-06-27 05:38:17 +00:00 |
|
Rasmus Munk Larsen
|
b3267f6936
|
Remove unused variable in test/svd_common.h.
|
2023-06-23 23:12:19 +00:00 |
|
Charles Schlosser
|
6ee86fd473
|
delete deprecated function call in svd test
|
2023-06-23 14:17:27 +00:00 |
|
Charles Schlosser
|
c6db610bc7
|
Fix svd test
|
2023-06-22 17:37:24 +00:00 |
|
wilfried.karel
|
6c1411e521
|
define a move constructor for Ref<const...>
|
2023-06-14 20:10:51 +00:00 |
|
Charles Schlosser
|
59b3ef5409
|
Partially Vectorize Cast
|
2023-06-09 16:54:31 +00:00 |
|
Charles Schlosser
|
b7151ffaab
|
Fix unary pow error handling and test
|
2023-06-06 18:46:55 +00:00 |
|
Rasmus Munk Larsen
|
8c43bf2b5b
|
Clean up Redux.h and fix vectorization_logic test after changes to traversal order in Redux.
|
2023-05-24 20:26:52 +00:00 |
|
Charles Schlosser
|
67a1e881d9
|
Sparse matrix column/row removal
|
2023-05-24 17:04:45 +00:00 |
|
Juraj Oršulić
|
c18f94e3b0
|
Geometry/EulerAngles: introduce canonicalEulerAngles
|
2023-05-19 15:42:22 +00:00 |
|
Mehdi Goli
|
0623791930
|
[SYCL-2020] Enabling USM support for SYCL. SYCL-1.2.1 did not have support for USM.
|
2023-05-05 17:30:36 +00:00 |
|
Tobias Wood
|
94f57867fe
|
Thread pool
|
2023-05-05 16:23:34 +00:00 |
|
Charles Schlosser
|
9eb8e2afba
|
Change array_cwise test name
|
2023-05-05 03:08:43 +00:00 |
|
Charles Schlosser
|
2af03fb685
|
clean up array_cwise test
|
2023-05-04 16:02:08 +00:00 |
|
Rasmus Munk Larsen
|
0b51f763cb
|
Revert "Geometry/EulerAngles: make sure that returned solution has canonical ranges"
This reverts commit 7f06bcae2c4aae657fded7c7b999d69ee68962d9
|
2023-04-27 00:06:23 +00:00 |
|
Antonio Sánchez
|
2d0c6ad873
|
Revert "Vectorize cast"
This reverts commit eb5ff1861a4783876564a1a79573c3b9ff566863
|
2023-04-26 18:03:36 +00:00 |
|
Charles Schlosser
|
8999525c29
|
AVX2: Packet4ul has pmul, abs2
|
2023-04-26 16:22:16 +00:00 |
|
Charles Schlosser
|
eb5ff1861a
|
Vectorize cast
|
2023-04-26 02:50:13 +00:00 |
|
Antonio Sánchez
|
3918768be1
|
Fix sparse iterator and tests.
|
2023-04-25 19:05:49 +00:00 |
|
Antonio Sanchez
|
70410310a4
|
Fix boolean bitwise and warning.
|
2023-04-25 15:24:49 +00:00 |
|
Juraj Oršulić
|
7f06bcae2c
|
Geometry/EulerAngles: make sure that returned solution has canonical ranges
|
2023-04-19 19:12:24 +00:00 |
|
Pedro Gonnet
|
17b5b4de58
|
Add Packet4ui , Packet8ui , and Packet4ul to the SSE /AVX PacketMath.h headers
|
2023-04-17 23:33:59 +00:00 |
|
Charles Schlosser
|
87300c93ca
|
Refactor IndexedView
|
2023-04-17 12:32:50 +00:00 |
|
Charles Schlosser
|
0d12fcc34e
|
Insert from triplets
|
2023-04-12 20:01:48 +00:00 |
|
Antoine Hoarau
|
9b48d10215
|
Guard all malloc, realloc and free() fonctions with check_that_malloc_is_allowed()
|
2023-04-04 04:24:22 +00:00 |
|
Charles Schlosser
|
766db02020
|
disable raw array indexed view access for 1d arrays
|
2023-03-29 02:39:45 +00:00 |
|
Charles Schlosser
|
bfbc66e078
|
refactor indexedviewmethods, enable non-const ref access with symbolic indices
|
2023-03-29 01:35:26 +00:00 |
|
Colin Broderick
|
8f9b8e3630
|
Replaced all instances of internal::(U)IntPtr with std::(u)intptr_t. Remove ICC workaround.
|
2023-03-21 16:50:23 +00:00 |
|