| a64df932 | 28-Aug-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ci - use newer MFEM |
| 70dc8078 | 28-Aug-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
dealii - update to newer syntax |
| 7de238d3 | 28-Aug-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
leak - fix leaks in fluids ex |
| d06a2c12 | 28-Aug-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - fix warning in ceed/ex2 |
| 637f263a | 28-Aug-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
leak - fix leak in mfem ex |
| 4dbe2ad5 | 27-Aug-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
leak - fix leak in multigrid ex |
| 42a37a0b | 27-Aug-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
leak - fix leak in bpsraw |
| 229d7ba3 | 23-Aug-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1649 from CEED/jeremy/memcheck-invalidate
memcheck - invalidate arrays before freeing |
| d1931fc8 | 23-Aug-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
memcheck - invalidate arrays before freeing |
| bd7a0ce7 | 22-Aug-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1647 from CEED/jeremy/fix-call
Small Bugfixes |
| df8a6b43 | 22-Aug-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
test - fix input misordering |
| bf84744c | 22-Aug-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
leak - add missing CeedFree for string |
| 5a5594ff | 22-Aug-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - fix CeedCall() vs CeedCallBackend() in backend code |
| f8a0df59 | 21-Aug-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Skip duplicate transpose restrictions (#1645)
* cpu - skip duplicate output rstr
* cuda - skip duplicate output rstr
* hip - skip duplicate output rstr |
| 4b3e95d5 | 21-Aug-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
GPU Gen Reorganize (#1637)
* cuda - pull out basis setup for gen
* cuda - functions for adding basis, rstr gen actions
* cuda - pull QFunction logic into separate fn for gen
* cuda - minor
GPU Gen Reorganize (#1637)
* cuda - pull out basis setup for gen
* cuda - functions for adding basis, rstr gen actions
* cuda - pull QFunction logic into separate fn for gen
* cuda - minor formatting
* cuda - fix basis errorr
* cuda - rename collograd_parallelization to 3d_slices
* cuda - another gen setup function separated
* hip - update gen source building to match cuda
* gpu - fix min size of QF inputs for gen
show more ...
|
| 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 ...
|
| 50ca0d96 | 05-Aug-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1643 from CEED/jeremy/less-rstr
Minor performance improvement for op with repeat input rstr |
| 3aab95c0 | 05-Aug-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
op - minor performance improvement for op with repeat input rstr |
| 68667be5 | 02-Aug-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1642 from CEED/jeremy/zero-qvec
atpoints - fix diagonal bug with stale qvec data |
| 13062808 | 02-Aug-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
atpoints - remove some extra operations |
| 86e10729 | 02-Aug-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
atpoints - fix diagonal bug with stale qvec data |
| 593bd0c9 | 02-Aug-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1641 from CEED/jeremy/fix-at-points-diag
Fix diagonal assembly for mixed operators AtPoints |
| 382e9c83 | 02-Aug-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
atPoints - fix diagonal assembly for mixed |
| 80859cf5 | 16-Jul-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1638 from CEED/jeremy/min-qf-size
gpu - minimum input/output array size of 1 |
| 9b443e3b | 16-Jul-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gpu - minimum input/output array size of 1 |