| bec2b288 | 02-Jun-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ex - update for style
Co-authored-by: Peter Munch <peterrmuench@gmail.com> |
| 4baa7aec | 30-May-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
cpu - remove vectorize warnings for Clang -O3 |
| 6ef841ab | 30-May-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1832 from CEED/jeremy/special-case-4
Add ncomp=4 as common CPU restriction variant |
| cf415216 | 30-May-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
cpu - add ncomp=4 as common restriction variant |
| 57574c6f | 29-May-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1829 from CEED/jeremy/documentation-markers
Use HTML comments as doc inclusion markers |
| 525f58ef | 29-May-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
doc - use HTML comments as inclusion markers |
| 6d7116d7 | 28-May-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
doc - fix duplicate formula warning |
| 84332965 | 28-May-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
doc - remove sphinx warning |
| ec4241e6 | 28-May-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
doc - add missing function param |
| d89549c6 | 28-May-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
doc - hide inclusion markers in md |
| 0dd71613 | 27-May-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ex - use native deal.II ref element |
| 571e8cf0 | 27-May-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ex - use ShapeInfo to build libCEED Basis |
| 4566048f | 27-May-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ex - use deal.II fe to build libCEED Basis |
| 4db02c8f | 19-May-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1826 from CEED/jeremy/rust-ex
rust - update rust examples to match c/python |
| 25220598 | 19-May-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
rust - fix build warning |
| 3eb59678 | 19-May-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
rust - update rust examples to match c/python |
| 860922ca | 15-May-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1823 from CEED/jeremy/f-test-path
test - fix path to stay in folder |
| 465e63d4 | 15-May-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
test - fix path to stay in folder |
| 5f0717d9 | 13-May-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1820 from CEED/jeremy/bp-multi-eval-mode
ex - add PETSc BP1+3 and BP2+4 examples |
| 9f6b563e | 13-May-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
doc - minor fixes (#1821) |
| 4a46e67d | 12-May-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
doc - minor fixes |
| 3c11f1fc | 12-May-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ex - add PETSc BP1+3 and BP2+4 examples |
| f8fffaef | 08-May-2025 |
Umesh Unnikrishnan <unnikrishnan@anl.gov> |
SYCL backend updates for latest oneAPI release/2025.0.5 (#1815)
* Fixes for oneAPI-2025
* Neat fix for oneAPI 2025
* style changes |
| 297af36d | 06-May-2025 |
Zach Atkins <zach.atkins@colorado.edu> |
Merge pull request #1819 from CEED/zach/mi300a-fixes
Reworks the stream implementation for `/gpu/hip/gen` to avoid creating and destroying streams on every operator apply.
Updates `hipblas` calls t
Merge pull request #1819 from CEED/zach/mi300a-fixes
Reworks the stream implementation for `/gpu/hip/gen` to avoid creating and destroying streams on every operator apply.
Updates `hipblas` calls to only sync stream, this matters on MI300A since `hipblas` seems to use an async stream. Avoids a full device sync.
Also makes working vectors come from the `Vector` object delegate to avoid bad ref behavior.
show more ...
|
| b46df0d2 | 06-May-2025 |
Zach Atkins <Zach.Atkins@colorado.edu> |
Add missing CeedDestroy |