| 681d0ea7 | 19-Aug-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
op - ReferenceCopy for CeedOperatorFieldGet* |
| c43990d0 | 10-Oct-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - simplification |
| 8b0f7348 | 10-Oct-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gpu - clean up small leaks |
| d474dafe | 07-Oct-2024 |
Zach Atkins <zach.atkins@colorado.edu> |
Register ApplyAddAtPoints for /cuda/shared |
| 54404f0b | 03-Oct-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gpu - fix atpoints evec for diag incompatibility |
| 19a04db8 | 26-Sep-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gpu - only overwite portion of basis target used |
| 8bbba8cd | 26-Sep-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gpu - use cached work vectors across operators |
| 034f99fd | 25-Sep-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gpu - further ref refactoring |
| 43e13fee | 24-Sep-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gpu - refactor ref operator |
| 6c10af5d | 26-Sep-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - style and lcov fixes |
| 2bf66f3b | 25-Sep-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
memcheck - clearer QF output NaN error msg |
| 77d04a1c | 19-Sep-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
memcheck - emulate device vector methods too |
| 0307dd02 | 16-Sep-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
memcheck - also tidy up the ctx impl |
| 3345ba21 | 16-Sep-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
memcheck - minor clarify on QF impl |
| 9937a20e | 16-Sep-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
memcheck - clarify vector access |
| 3e961e14 | 19-Sep-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - drop unneeded casts |
| 368ba546 | 17-Sep-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1665 from CEED/jrwrigh/fix_sycl_diag
fix(sycl): Use CeedSize value in LinearAssembleQF |
| 22ab0487 | 16-Sep-2024 |
James Wright <james@jameswright.xyz> |
fix(sycl): Use CeedSize value in Linear Assemble |
| e93651e5 | 11-Sep-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gpu - reduce memory usage in gen backends |
| 9e511c80 | 04-Sep-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
atpoints - copy when *not* the same
Co-authored-by: Zach Atkins <zach.atkins@colorado.edu> |
| 111870fe | 04-Sep-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
AtPoints - fix transpose basis apply on GPU |
| 2e88d319 | 03-Sep-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gpu - counting points correctly |
| 8a213570 | 26-Aug-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gpu - reuse evecs for AtPoints where able |
| 41655a23 | 22-Aug-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gpu - reuse evecs where able |
| d1931fc8 | 23-Aug-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
memcheck - invalidate arrays before freeing |