minor - update copyright to 2026
minor - upate copyright to 2025
fix(sycl): Replaces pragma once with include guardsOpenCL doesn't really like pragma once evidently. I think we've been'getting away' with it previously as the JIT processing automaticallydoesn't
fix(sycl): Replaces pragma once with include guardsOpenCL doesn't really like pragma once evidently. I think we've been'getting away' with it previously as the JIT processing automaticallydoesn't allow for nested includes, but the same is not done for<ceed/types.h>?
show more ...
minor - header consistency
qf - prefer ceed/types.h over ceed.h in qf source
Drop JiT Guards in Most QF Source (#1540)* backend - use pragma once * gallery - drop source header guards * ex - drop some qfunction source header guards * fluids - drop guards on all sin
Drop JiT Guards in Most QF Source (#1540)* backend - use pragma once * gallery - drop source header guards * ex - drop some qfunction source header guards * fluids - drop guards on all singly included headers * jit - drop most guards on backend JiT files * sycl - drop extra header guards * jit - enable #pragma once for QF source * fluids - use #pragma once for util/helper qf source * test - check different multiple includes * fluids - fix odd include * jit - update interface for building JiT string from multiple files
minor - update copyright headers
Fix a few incorrect JIT header includes
Enforce consistent pointer alignment with clang-format
style - fix header guards
Minor formatting consistency for SYCL backend files
Add sycl/gen backend and other sycl changes (#1258)--------- Co-authored-by: Kris Rowe <kris.rowe@anl.gov> Co-authored-by: Kris Rowe <krowe@anl.gov> Co-authored-by: Jed Brown <jed@jedbrown.org
Add sycl/gen backend and other sycl changes (#1258)--------- Co-authored-by: Kris Rowe <kris.rowe@anl.gov> Co-authored-by: Kris Rowe <krowe@anl.gov> Co-authored-by: Jed Brown <jed@jedbrown.org> Co-authored-by: Varsha Madananth <vmadananth@uan-0002.head.cm.americas.sgi.com> Co-authored-by: James Wright <jrwrigh.iii@gmail.com>
Very minor backend style and whitespace fixes
Add sycl/ref and sycl/shared backends (#1229)* Merge sycl_backend from ALCF fork --------- Co-authored-by: Umesh Unnikrishnan <unnikrishnan@anl.gov> Co-authored-by: Kris Rowe <krowe@anl.gov>
Add sycl/ref and sycl/shared backends (#1229)* Merge sycl_backend from ALCF fork --------- Co-authored-by: Umesh Unnikrishnan <unnikrishnan@anl.gov> Co-authored-by: Kris Rowe <krowe@anl.gov> Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>