| e00f3be8 | 03-Jul-2024 |
James Wright <james@jameswright.xyz> |
basis: Projection uses highest dimension topology |
| 9fb324b0 | 02-Jul-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1627 from CEED/jeremy/drop-tarpaulin-cfg
Small Rust fixes |
| 830b3316 | 02-Jul-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1628 from CEED/jrwrigh/fix_fluids_leaks
fluids: Fix memory leaks |
| 38690fec | 02-Jul-2024 |
James Wright <james@jameswright.xyz> |
fluids: Fix memory leaks
As done in HONEE: https://gitlab.com/phypid/honee/-/merge_requests/18 |
| 392d940c | 01-Jul-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
rust - slightly loosen tols on doctests |
| f5113f16 | 01-Jul-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
rust - slightly reduce ex03 1D tol |
| 9dc0ea9a | 01-Jul-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
rust - drop old tarpauln cfg statements |
| 14950a8e | 21-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
magma - explicitly exclude BasisApplyAtPoints |
| f7c9815f | 20-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
AtPoints - ease memory requirement |
| 2d10e82c | 17-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
AtPoints - fix gpu thread usage |
| 1dda9c1a | 17-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gpu - add intial AtPoints to shared mem backends, but using ref impl |
| 1c21e869 | 11-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
hip - add BasisApplyAtPoints |
| 34d14614 | 30-May-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
cuda - impl BasisApplyAtPoints |
| 9907be08 | 28-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1624 from CEED/jeremy/tidy-extra
Drop unused variables in ref |
| 1738f9ca | 28-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1626 from CEED/jeremy/trim-noether
ci - drop extra CPU tests in CUDA job |
| 7b64fac9 | 28-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
make - remove stale ref to tmpl backends, fix bennch target |
| 3bcf805f | 28-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ci - make clean |
| ecc12a5a | 28-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ci - drop extra CPU tests in CUDA job |
| 958e607d | 28-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ref - drop unused variables in OpAtPoints |
| 91d8b1ea | 28-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1623 from CEED/jeremy/disable-smartsim
fluids - drop SGS, SmartSim, Torch (moved to HONEE) |
| 3e0c2f3f | 27-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
fluids - Remove SGS, SmartSim, Torch (moved to HONEE) |
| d7b2f0fa | 27-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1622 from CEED/jeremy/ref-external
Add links to Ratel, HONEE |
| 6d9fcd4b | 27-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ex - add links to Ratel, HONEE |
| 1cf514e6 | 26-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1619 from CEED/sjg/operator-assembly-memory
Allow user to free temporary memory associated with QFunction and operator assembly |
| c6b536a8 | 26-Jun-2024 |
Sebastian Grimberg <sjg@amazon.com> |
Clarify operator destroy comment |