minor - update copyright to 2026
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
hip - add Vec*Strided utils
minor - update copyright headers
style - fixes for HIP backends
Force use of CeedSize in calculating global idx
HIP: Improve support for CeedVectors that are longer than the max size of 32 bit integers
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>
Switch to clang-format (#1051)* style - switch to clang-format * ci - use newer libxsmm * action - update format action * format - consistent use of {} for multi-line if/for * make - re
Switch to clang-format (#1051)* style - switch to clang-format * ci - use newer libxsmm * action - update format action * format - consistent use of {} for multi-line if/for * make - remove stray newline * make - simpler 'make format' target * ci - use newer libxsmm * doc - minor release note claification * minor - minor fix * minor - minor fix * minor - minor fix * minor - minor fix * make format * format - less aggressive alignment rules * tidy - check for argument name mismatches * fix newline * format - mirror Ratel update to .clang-format * fix merge error * fix merge conflict * fix merge error * drop style in .phony list * Update .clang-format Co-authored-by: Jed Brown <jed@jedbrown.org> * apply updated format 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