| cc3bdf8c | 16-Jan-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
vec - update SetArray to keep old arrays for CEED_COPY_VALUES |
| fda26546 | 14-Jan-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gpu - fallback if nontensor shared uses too much mem |
| 1f6c24fe | 07-Jan-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
test - shrink sizes in t319 for non-tensor |
| cb270d31 | 03-Jan-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor style |
| 3f919cbc | 03-Dec-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
op - fix FLOPs estimates AtPoints |
| 290fc47b | 02-Dec-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1711 from CEED/jeremy/shared-at-points
GPU Shared AtPoints Bases |
| 12235d7f | 02-Dec-2024 |
James Wright <james@jameswright.xyz> |
test: Update diff_csv to process commented lines |
| 1b3d9bd6 | 18-Nov-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
test - slightly loosen t354 tol |
| 9e1d4b82 | 07-Nov-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gpu - shared AtPoints |
| 1485364c | 23-Oct-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ctx - require CeedQFGetCtx to be Destroyed |
| 9bc66399 | 22-Oct-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ceed - require *GetCeed ceed to be Destroyed |
| 4753b775 | 21-Oct-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
jit - add CeedAddJitDefine |
| c0b5abf0 | 17-Oct-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
qf - prefer ceed/types.h over ceed.h in qf source |
| a491a57e | 16-Oct-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
jit - redirect ceed.h to ceed/types.h over ceed/ceed.h for jit |
| 255dad32 | 16-Oct-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
test - compile QF with extra include dir |
| b13efd58 | 16-Oct-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
jit - I include JiT source dirs set |
| 8a297abd | 11-Oct-2024 |
James Wright <james@jameswright.xyz> |
feat(op): Add CeedCompositeOperatorGetSubByName()
Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org> |
| ecceccc8 | 04-Oct-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
junit - error if output file not found |
| 8bbba8cd | 26-Sep-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gpu - use cached work vectors across operators |
| 6c10af5d | 26-Sep-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - style and lcov fixes |
| 73501bfe | 23-Sep-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ceed - add Ceed[Get,Restore]WorkVector |
| df8a6b43 | 22-Aug-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
test - fix input misordering |
| db2becc9 | 13-Aug-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Add CeedBasisApplyAdd (#1644)
* basis - add CeedBasisApplyAdd + CPU impl
* basis - add ref GPU ApplyAdd
* basis - add shared GPU ApplyAdd
* basis - add MAGMA ApplyAdd
* basis - add CeedB
Add CeedBasisApplyAdd (#1644)
* basis - add CeedBasisApplyAdd + CPU impl
* basis - add ref GPU ApplyAdd
* basis - add shared GPU ApplyAdd
* basis - add MAGMA ApplyAdd
* basis - add CeedBasisApplyAddAtPoints + default impl
* basis - add GPU ApplyAddAtPoints
* tidy - add extra assert to fix clang-tidy
* Apply suggestions from code review
style - consistently use indexing over pointer arithmatic
Co-authored-by: Zach Atkins <zach.atkins@colorado.edu>
* style - more pointer fixes
---------
Co-authored-by: Zach Atkins <zach.atkins@colorado.edu>
show more ...
|
| 706bf528 | 08-Jul-2024 |
James Wright <james@jameswright.xyz> |
test: Add mixed topology basis projection test |
| 3e0c2f3f | 27-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
fluids - Remove SGS, SmartSim, Torch (moved to HONEE) |