minor - update copyright to 2026
vec - make CopyStrided reflect SetStrided
gpu - fewer threads for SetValueStrided
vec - drop unused length arg in setValueStridedK
vec - add stop to CeedVectorSetValueStrided
minor - upate copyright to 2025
gpu - minor consistency
style - also format .cu files
cuda - add Vec*Strided utils
cuda - follow multi line statement conventions
minor - update copyright headers
style - fixes for CUDA backends
CUDA: improvements for handling large CeedVectors requiring CeedSize for length
Fix file endings inconsistency
IWYU fixes (#1182)* iwyu - include fixes * iwyu - silence some iwyu output * minor - clearer macro names * iwyu - fix suggestion of "ceed/ceed.h" externally * iwyu - lighter petsc heade
IWYU fixes (#1182)* iwyu - include fixes * iwyu - silence some iwyu output * minor - clearer macro names * iwyu - fix suggestion of "ceed/ceed.h" externally * iwyu - lighter petsc headers * iwyu - ceed/ceed.h -> ceed.h * iwyu - cuda/hip include fixes
show more ...
Adding CeedVectorCopy() and CeedVectorAXPBY() (#1170)* adding CeedVectorAXPBY and CeedVectorCopy functions with Rust, Python, and CUDA/HIP backend support --------- Co-authored-by: James Wrig
Adding CeedVectorCopy() and CeedVectorAXPBY() (#1170)* adding CeedVectorAXPBY and CeedVectorCopy functions with Rust, Python, and CUDA/HIP backend support --------- Co-authored-by: James Wright <james@jameswright.xyz> Co-authored-by: Adeleke O. Bankole <86932837+AdelekeBankole@users.noreply.github.com> Co-authored-by: Jed Brown <jed@jedbrown.org>
jit - use relpath from include/ceed-jit-source for jit source files
gpu - style consistency
gpu - pull quoted kernels into separate files
style - consistent nameing and style for gpu backends
gpu - split common cuda/hip data into separate folder