| d3d5610d | 26-Jun-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
op - add GetName helper |
| dc6f9071 | 27-Jun-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1846 from CEED/jeremy/run-report-debug
Report JiT kernel launch errors when using try-catch |
| c49dc7a7 | 26-Jun-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
jit - report launch errors when using try-catch |
| 204f3be0 | 24-Jun-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1844 from CEED/jeremy/debug-defines
debug - show JiT defines |
| bdcc2728 | 23-Jun-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
debug - show JiT defines |
| 597fda5b | 23-Jun-2025 |
James Wright <james@jameswright.xyz> |
Merge pull request #1840 from CEED/jrwrigh/sycl_ceed_jit_define
feat(sycl): Define CEED_RUNNING_JIT_PASS in JIT |
| 69290689 | 23-Jun-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1842 from hughcars/main
Fix CeedOperatorLinearAssembleAddDiagonal for Composite Operators |
| 54d16554 | 23-Jun-2025 |
Hugh Carson <hughcars@amazon.com> |
Add missing early return |
| bce4db6f | 20-Jun-2025 |
James Wright <james@jameswright.xyz> |
feat(sycl): Define CEED_RUNNING_JIT_PASS in JIT |
| 6001dc9a | 18-Jun-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1839 from CEED/zach/gen-full-assembly-at-points
GPU Gen Full Assembly at Points |
| a34b87f3 | 18-Jun-2025 |
Zach Atkins <zach.atkins@colorado.edu> |
Update logic for CeedOperatorLinearAssemble to preference single operator assembly over fallback |
| 692716b7 | 17-Jun-2025 |
Zach Atkins <Zach.Atkins@colorado.edu> |
gen - full assembly at points for hip |
| 915834c9 | 17-Jun-2025 |
Zach Atkins <zach.atkins@colorado.edu> |
gen - full assembly at points for CUDA |
| 0183ed61 | 17-Jun-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
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 ...
|
| d6c19ee8 | 17-Jun-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gpu - clarify __syncthreads usage (#1838) |
| 506c99b8 | 17-Jun-2025 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1837 from CEED/jed/ci-noether-cuda-12.9
* ci: noether CUDA_DIR=/usr/local/cuda-12.9 * makefiles: update defaults from c99 to c11 * tidy: -clang-analyzer-security.insecureAPI.Depr
Merge pull request #1837 from CEED/jed/ci-noether-cuda-12.9
* ci: noether CUDA_DIR=/usr/local/cuda-12.9 * makefiles: update defaults from c99 to c11 * tidy: -clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling * ci: noether rocm-6.3
show more ...
|
| f4239526 | 17-Jun-2025 |
Jed Brown <jed@jedbrown.org> |
ci: noether rocm-6.3 |
| fe4cac90 | 17-Jun-2025 |
Jed Brown <jed@jedbrown.org> |
tidy: -clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling
This has warnings about strncpy (vs strncpy_s) and fprintf (vs fprintf_s). |
| d4f9124c | 17-Jun-2025 |
Jed Brown <jed@jedbrown.org> |
makefiles: update defaults from c99 to c11
cuda-12.9 contains anonymous unions, which are not in c99. But c11 is widely supported these days so it seems fair to update.
One nit is that c11 does not
makefiles: update defaults from c99 to c11
cuda-12.9 contains anonymous unions, which are not in c99. But c11 is widely supported these days so it seems fair to update.
One nit is that c11 does not require VLA, and libCEED uses VLA-pointers internally for some purposes.
show more ...
|
| 7ad93db1 | 17-Jun-2025 |
Jed Brown <jed@jedbrown.org> |
ci: noether CUDA_DIR=/usr/local/cuda-12.9 |
| d538d163 | 16-Jun-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
doc - improve internal API documentation (#1834)
* doc - improve internal API documentation
* doc - clarify delegation
* doc - update wording for clarity
Co-authored-by: James Wright <james@james
doc - improve internal API documentation (#1834)
* doc - improve internal API documentation
* doc - clarify delegation
* doc - update wording for clarity
Co-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>
show more ...
|
| 6d2aaf2b | 13-Jun-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1835 from CEED/layla/name-change
Layla name change |
| 6561c4d2 | 13-Jun-2025 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
Layla name change |
| cd0c1a15 | 03-Jun-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1831 from CEED/jeremy/vectorize-warnings
cpu - remove vectorize warnings for Clang -O3 |
| 61084938 | 02-Jun-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1827 from CEED/jeremy/dealII-basis
ex - use deal.II fe to build libCEED Basis |