History log of /libCEED/ (Results 176 – 200 of 5646)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
d3d5610d26-Jun-2025 Jeremy L Thompson <jeremy@jeremylt.org>

op - add GetName helper

dc6f907127-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

c49dc7a726-Jun-2025 Jeremy L Thompson <jeremy@jeremylt.org>

jit - report launch errors when using try-catch

204f3be024-Jun-2025 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1844 from CEED/jeremy/debug-defines

debug - show JiT defines

bdcc272823-Jun-2025 Jeremy L Thompson <jeremy@jeremylt.org>

debug - show JiT defines

597fda5b23-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

6929068923-Jun-2025 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1842 from hughcars/main

Fix CeedOperatorLinearAssembleAddDiagonal for Composite Operators

54d1655423-Jun-2025 Hugh Carson <hughcars@amazon.com>

Add missing early return

bce4db6f20-Jun-2025 James Wright <james@jameswright.xyz>

feat(sycl): Define CEED_RUNNING_JIT_PASS in JIT

6001dc9a18-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

a34b87f318-Jun-2025 Zach Atkins <zach.atkins@colorado.edu>

Update logic for CeedOperatorLinearAssemble to preference single operator assembly over fallback

692716b717-Jun-2025 Zach Atkins <Zach.Atkins@colorado.edu>

gen - full assembly at points for hip

915834c917-Jun-2025 Zach Atkins <zach.atkins@colorado.edu>

gen - full assembly at points for CUDA

0183ed6117-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 ...

d6c19ee817-Jun-2025 Jeremy L Thompson <jeremy@jeremylt.org>

gpu - clarify __syncthreads usage (#1838)

506c99b817-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 ...

f423952617-Jun-2025 Jed Brown <jed@jedbrown.org>

ci: noether rocm-6.3

fe4cac9017-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).

d4f9124c17-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 ...

7ad93db117-Jun-2025 Jed Brown <jed@jedbrown.org>

ci: noether CUDA_DIR=/usr/local/cuda-12.9

d538d16316-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 ...

6d2aaf2b13-Jun-2025 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1835 from CEED/layla/name-change

Layla name change

6561c4d213-Jun-2025 Leila Ghaffari <Leila.Ghaffari@colorado.edu>

Layla name change

cd0c1a1503-Jun-2025 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1831 from CEED/jeremy/vectorize-warnings

cpu - remove vectorize warnings for Clang -O3

6108493802-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

12345678910>>...226