Antonio Sánchez
|
d79bac0d3c
|
Fix boolean scatter and random generation for tensors.
|
2025-02-25 21:37:09 +00:00 |
|
Tyler Veness
|
9935396b15
|
Specify constructor template arguments for ConstexprTest struct
|
2025-02-25 19:38:47 +00:00 |
|
Rasmus Munk Larsen
|
72adf891d5
|
Slightly simplify ForkJoin code, and make sure the test is actually run.
|
2025-02-25 17:22:43 +00:00 |
|
Antonio Sanchez
|
6aebfa9acc
|
Build docs on push, and don't expire
|
2025-02-24 08:29:21 -08:00 |
|
Markus Vieth
|
bddaa99e15
|
Fix bitwise operation error when compiling as C++26
|
2025-02-23 02:30:55 +00:00 |
|
C. Antonio Sanchez
|
e42dceb3a1
|
Fix implicit copy-constructor warning in TensorRef.
|
2025-02-22 08:37:56 -08:00 |
|
Antonio Sanchez
|
5fc6fc9881
|
Initialize matrix in bicgstab test
|
2025-02-21 10:27:29 -08:00 |
|
Tyler Veness
|
0ae7b59018
|
Make assignment constexpr
|
2025-02-21 18:16:46 +00:00 |
|
Charles Schlosser
|
4dda5b927a
|
fix Warray-bounds in inner product
|
2025-02-20 22:40:55 +00:00 |
|
C. Antonio Sanchez
|
66f7f51b7e
|
Disable fno-check-new on clang.
|
2025-02-18 21:24:47 -08:00 |
|
Charles Schlosser
|
151f6127df
|
Fix Warray-bounds warning for fixed-size assignments
|
2025-02-18 19:23:14 +00:00 |
|
C. Antonio Sanchez
|
1d8b82b074
|
Fix power builds for no VSX and no POWER8.
|
2025-02-15 13:56:47 -08:00 |
|
Charles Schlosser
|
eb3f9f443d
|
refactor AssignmentEvaluator
|
2025-02-15 00:39:41 +00:00 |
|
Antonio Sánchez
|
9c211430b5
|
Fix TensorRef details
|
2025-02-14 18:33:26 +00:00 |
|
Antonio Sanchez
|
22cd7307dd
|
Remove assumption of std::complex for complex scalar types.
|
2025-02-12 15:44:32 -08:00 |
|
Antonio Sánchez
|
6b4881ad48
|
Eliminate type-punning UB in Eigen::half.
|
2025-02-12 21:12:33 +00:00 |
|
Antonio Sánchez
|
420d891de7
|
Add missing mathjax/latex configuration.
|
2025-02-12 21:11:50 +00:00 |
|
Antonio Sánchez
|
becefd59e2
|
Returns condition number of zero if matrix is not invertible.
|
2025-02-12 07:09:20 +00:00 |
|
Antonio Sánchez
|
809d266b49
|
Fix numerical issues with BiCGSTAB.
|
2025-02-11 19:41:59 +00:00 |
|
Antonio Sánchez
|
ef475f2770
|
Add missing graphviz to doc build.
|
2025-02-11 16:03:41 +00:00 |
|
Antonio Sánchez
|
a0591cbc93
|
Fix doxygen-generated pages
|
2025-02-11 01:20:27 +00:00 |
|
Antonio Sánchez
|
715deac188
|
Add EIGEN_CI_CTEST_ARGS to allow for custom timeout.
|
2025-02-06 21:32:38 +00:00 |
|
Antonio Sánchez
|
4c38131a16
|
Fix android hardware_destructive_inference_size issue.
|
2025-02-05 23:53:55 +00:00 |
|
Antonio Sánchez
|
4c2611d27c
|
Update check for std::hardware_destructive_interference_size
|
2025-02-05 19:41:07 +00:00 |
|
Antonio Sánchez
|
c079ee5e44
|
Fix tensor documentation.
|
2025-02-05 17:36:00 +00:00 |
|
Antonio Sanchez
|
74264c391a
|
Add missing return statements for ppc.
|
2025-02-05 08:12:27 -08:00 |
|
Antonio Sánchez
|
3ebe898b5f
|
Build and deploy nightly docs.
|
2025-02-05 00:35:34 +00:00 |
|
Antonio Sánchez
|
b73bb766a5
|
Increase max alignment to 256.
|
2025-02-04 20:06:28 +00:00 |
|
Antonio Sánchez
|
b1e74b1ccd
|
Fix all the doxygen warnings.
|
2025-02-01 00:00:31 +00:00 |
|
Antonio Sánchez
|
9589cc4e7f
|
Fix loongarch64 emulated tests.
|
2025-01-31 19:30:42 +00:00 |
|
Johannes Zipfel
|
2926b2e0a9
|
added functions to fetch L and U Factors from IncompleteLUT
|
2025-01-31 18:32:38 +00:00 |
|
William Kong
|
b6849f675d
|
Change the midpoint chosen in Eigen::ForkJoinScheduler.
|
2025-01-30 20:21:30 +00:00 |
|
William Kong
|
1b2e84e55a
|
Fix minor typos in ForkJoin.h
|
2025-01-29 20:12:04 +00:00 |
|
Tyler Veness
|
872c179f58
|
Fix UTF-8 encoding errors introduced by #1801
|
2025-01-28 16:52:46 -08:00 |
|
Rasmus Munk Larsen
|
2a35a917be
|
Fix syntax error in NonBlockingThreadPool.h
|
2025-01-28 18:34:31 +00:00 |
|
Charles Schlosser
|
a056b93114
|
improve Simplicial Cholesky analyzePattern
|
2025-01-28 17:53:43 +00:00 |
|
William Kong
|
5d866a7a78
|
Fix potential data race on spin_count_ NonBlockingThreadPool member variable
|
2025-01-28 17:22:15 +00:00 |
|
William Kong
|
bc67025ba7
|
Clean up and fix the documentation of ForkJoin.h
|
2025-01-27 23:12:17 +00:00 |
|
Antonio Sánchez
|
dc1126e762
|
Fix threadpool for c++14.
|
2025-01-27 21:57:23 +00:00 |
|
Rasmus Munk Larsen
|
cd511a09aa
|
Fix initialization order and remove unused variables in NonBlockingThreadPool.h.
|
2025-01-27 19:35:49 +00:00 |
|
Johannes Zipfel
|
f679843dc2
|
Block doc non square
|
2025-01-25 17:14:21 +00:00 |
|
William Kong
|
f9705adabb
|
Fix typo introduced in the refactor of NonBlockingThreadPool
|
2025-01-25 17:13:24 +00:00 |
|
Antonio Sánchez
|
b75895a8b6
|
Try to fix loongarch
|
2025-01-25 16:38:41 +00:00 |
|
William Kong
|
4a6ac97d13
|
Add a ForkJoin-based ParallelFor algorithm to the ThreadPool module
|
2025-01-24 22:12:05 +00:00 |
|
Pengzhou0810
|
e986838464
|
Add LoongArch64 architecture LSX support.(build/test )
|
2025-01-20 18:37:44 +00:00 |
|
Markus Vieth
|
c486af5ad3
|
Change Eigen::aligned_allocator to not inherit from std::allocator
|
2025-01-20 16:04:43 +00:00 |
|
Antonio Sánchez
|
abac563f5d
|
Update documentation to clarify cross product for complex numbers.
|
2025-01-16 00:52:40 +00:00 |
|
Antonio Sanchez
|
2e76277bd0
|
Zero-initialize test arrays to avoid uninitialized reads.
|
2025-01-14 09:15:43 -08:00 |
|
Antonio Sánchez
|
ad13df7ea4
|
Fix std::fill_n reference.
|
2025-01-14 00:43:00 +00:00 |
|
Frédéric Simonis
|
9836e8d035
|
Fix read of uninitialized threshold in SparseQR
|
2025-01-08 23:40:58 +00:00 |
|