minor - update copyright to 2026
debug - color consistency
jit - report launch errors when using try-catch
debug - show JiT defines
hip - use unified memoryCo-authored-by: Zach Atkins <zach.atkins@colorado.edu>
minor - upate copyright to 2025
gpu - log error to debug on JiT try & fail
gpu - allow running shared kernels on stream
minor - make tidy happy about leak
hip - gen fallback to shared if error
vec - update SetArray to keep old arrays for CEED_COPY_VALUES
debug - truncate jit output
jit - add CeedAddJitDefine
cuda/hip - include *-jit.h via #include
jit - redirect ceed.h to ceed/types.h over ceed/ceed.h for jit
jit - I include JiT source dirs set
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
show more ...
minor - update copyright headers
backend - use const for backend rstr data, should never change after set
backend - use new user data copy utility
fix - need C string for debug printing
fix - print actual source code, not the defs only
jit - write debug info when CUDA/HIP fails to compile
internal - more updates for const
style - fixes for HIP backends
12345