| ed094490 | 24-Jul-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
api - naming consistency for composite CeedOperator |
| 7d878d16 | 01-Aug-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
cuda - fix misplaced ) for gen Grad (#1882) |
| ca1da9b9 | 29-Jul-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gen - skip mat load when assembling QFs |
| 0ccda8eb | 28-Jul-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gpu - collocated nodes/qpts for gen |
| 02219a08 | 28-Jul-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
hip - collocated nodes/qpts for shared |
| 21292910 | 28-Jul-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
cuda - collocated nodes/qpts for shared |
| aa4b4a9f | 18-Jul-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ref - minor variable name clarity |
| ca62d558 | 18-Jul-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
basis - pull BasisIsCollocated helper to interface level |
| 46b50f9e | 16-Jul-2025 |
Zach Atkins <zach.atkins@colorado.edu> |
op - Simplify operator fallback to use pre-initialized fallback Ceed context |
| 4db22773 | 11-Jul-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
atpoints - drop old hack to avoid bug |
| c21e34e2 | 09-Jul-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
debug - color consistency |
| ca38d01d | 09-Jul-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
debug - clearer debug messages for fallback control flow |
| af34f196 | 08-Jul-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
tidy - fix warning, minor consistency |
| 5daefc96 | 08-Jul-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
hip - QFunction assembly for gen |
| 0816752e | 02-Jul-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
cuda - QFunction assembly for gen |
| c49dc7a7 | 26-Jun-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
jit - report launch errors when using try-catch |
| bdcc2728 | 23-Jun-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
debug - show JiT defines |
| 597fda5b | 23-Jun-2025 |
James Wright <james@jameswright.xyz> |
Merge pull request #1840 from CEED/jrwrigh/sycl_ceed_jit_define
feat(sycl): Define CEED_RUNNING_JIT_PASS in JIT |
| bce4db6f | 20-Jun-2025 |
James Wright <james@jameswright.xyz> |
feat(sycl): Define CEED_RUNNING_JIT_PASS in JIT |
| 692716b7 | 17-Jun-2025 |
Zach Atkins <Zach.Atkins@colorado.edu> |
gen - full assembly at points for hip |
| 915834c9 | 17-Jun-2025 |
Zach Atkins <zach.atkins@colorado.edu> |
gen - full assembly at points for CUDA |
| 0183ed61 | 17-Jun-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
GPU Assembly AtPoints (#1833)
* cuda - AtPoints diagonal assembly for gen
* hip - AtPoints diagonal assembly for gen
* pc - use subops for LinearAssemble[Add]Diagonal if composite
* gen - turn mo
GPU Assembly AtPoints (#1833)
* cuda - AtPoints diagonal assembly for gen
* hip - AtPoints diagonal assembly for gen
* pc - use subops for LinearAssemble[Add]Diagonal if composite
* gen - turn more numbers into named variables
* gen - fix alignment for assembly
* gen - check for only one active basis in/out
* HIP gen at points syntax error fixes
* hip - embarassing fix
* gen - add Tab helper to manage indentation
---------
Co-authored-by: Zach Atkins <Zach.Atkins@colorado.edu>
show more ...
|
| d538d163 | 16-Jun-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
doc - improve internal API documentation (#1834)
* doc - improve internal API documentation
* doc - clarify delegation
* doc - update wording for clarity
Co-authored-by: James Wright <james@james
doc - improve internal API documentation (#1834)
* doc - improve internal API documentation
* doc - clarify delegation
* doc - update wording for clarity
Co-authored-by: James Wright <james@jameswright.xyz>
* doc - clarify memcheck==valgrind
* doc - clarify shared gpu backends
* doc - clarify l/e/q-vecs
* doc - clarify occa backend status
* doc - more inheritance clarification
* doc - minor claification to QF fields
* minor - remove unneeded variables
* doc - update inheritance language
* doc - update shared description
* doc - more gpu notes
* doc - update fallback description
* doc - clarify fallback is only for pc support
* doc - minor updates to user facing GPU section
* doc - minor reordering of major sections
---------
Co-authored-by: James Wright <james@jameswright.xyz>
show more ...
|
| 4baa7aec | 30-May-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
cpu - remove vectorize warnings for Clang -O3 |
| cf415216 | 30-May-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
cpu - add ncomp=4 as common restriction variant |