backends(cuda/gen,hip/gen): fix at-points assembly to avoid writing to non-active outputs
operator(composite): add interface to force sequential execution of sub-operators
gen - use nD for pure CEED_EVAL_NONE AtPoints operator
minor - update copyright to 2026
style: Change clang-format to penalize newline after open ()
api - naming consistency for composite CeedOperator
cuda - fix misplaced ) for gen Grad (#1882)
gen - skip mat load when assembling QFs
gpu - collocated nodes/qpts for gen
op - Simplify operator fallback to use pre-initialized fallback Ceed context
atpoints - drop old hack to avoid bug
debug - clearer debug messages for fallback control flow
cuda - QFunction assembly for gen
gen - full assembly at points for CUDA
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 ...
doc - improve internal API documentation (#1834)* doc - improve internal API documentation* doc - clarify delegation* doc - update wording for clarityCo-authored-by: James Wright <james@james
doc - improve internal API documentation (#1834)* doc - improve internal API documentation* doc - clarify delegation* doc - update wording for clarityCo-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>
gen - unload module when destroying op
Merge pull request #1762 from CEED/jeremy/gen-mixedMixed Tensor/NonTensor for Gen
minor - upate copyright to 2025
gen - minor consistency
gen - trim down rstr buffer size
gen - small fixes
fix - harmless warnings
gen - set default dim to max
gen - fix flattened indexing
12345678