History log of /libCEED/backends/ (Results 26 – 50 of 1139)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
ed09449024-Jul-2025 Jeremy L Thompson <jeremy@jeremylt.org>

api - naming consistency for composite CeedOperator

7d878d1601-Aug-2025 Jeremy L Thompson <jeremy@jeremylt.org>

cuda - fix misplaced ) for gen Grad (#1882)

ca1da9b929-Jul-2025 Jeremy L Thompson <jeremy@jeremylt.org>

gen - skip mat load when assembling QFs

0ccda8eb28-Jul-2025 Jeremy L Thompson <jeremy@jeremylt.org>

gpu - collocated nodes/qpts for gen

02219a0828-Jul-2025 Jeremy L Thompson <jeremy@jeremylt.org>

hip - collocated nodes/qpts for shared

2129291028-Jul-2025 Jeremy L Thompson <jeremy@jeremylt.org>

cuda - collocated nodes/qpts for shared

aa4b4a9f18-Jul-2025 Jeremy L Thompson <jeremy@jeremylt.org>

ref - minor variable name clarity

ca62d55818-Jul-2025 Jeremy L Thompson <jeremy@jeremylt.org>

basis - pull BasisIsCollocated helper to interface level

46b50f9e16-Jul-2025 Zach Atkins <zach.atkins@colorado.edu>

op - Simplify operator fallback to use pre-initialized fallback Ceed context

4db2277311-Jul-2025 Jeremy L Thompson <jeremy@jeremylt.org>

atpoints - drop old hack to avoid bug

c21e34e209-Jul-2025 Jeremy L Thompson <jeremy@jeremylt.org>

debug - color consistency

ca38d01d09-Jul-2025 Jeremy L Thompson <jeremy@jeremylt.org>

debug - clearer debug messages for fallback control flow

af34f19608-Jul-2025 Jeremy L Thompson <jeremy@jeremylt.org>

tidy - fix warning, minor consistency

5daefc9608-Jul-2025 Jeremy L Thompson <jeremy@jeremylt.org>

hip - QFunction assembly for gen

0816752e02-Jul-2025 Jeremy L Thompson <jeremy@jeremylt.org>

cuda - QFunction assembly for gen

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

jit - report launch errors when using try-catch

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

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

feat(sycl): Define CEED_RUNNING_JIT_PASS in JIT

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

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

4baa7aec30-May-2025 Jeremy L Thompson <jeremy@jeremylt.org>

cpu - remove vectorize warnings for Clang -O3

cf41521630-May-2025 Jeremy L Thompson <jeremy@jeremylt.org>

cpu - add ncomp=4 as common restriction variant


/libCEED/Cargo.toml
/libCEED/README.md
ref/ceed-ref-restriction.c
/libCEED/doc/sphinx/source/conf.py
/libCEED/doc/sphinx/source/gettingstarted.md
/libCEED/examples/README.md
/libCEED/examples/bps.md
/libCEED/examples/ceed/index.md
/libCEED/examples/deal.II/CMakeLists.txt
/libCEED/examples/deal.II/README.md
/libCEED/examples/fluids/README.md
/libCEED/examples/fluids/index.md
/libCEED/examples/nek/README.md
/libCEED/examples/petsc/README.md
/libCEED/examples/petsc/bps.c
/libCEED/examples/petsc/bps.h
/libCEED/examples/petsc/include/bpsproblemdata.h
/libCEED/examples/petsc/include/structs.h
/libCEED/examples/petsc/qfunctions/bps/bp13.h
/libCEED/examples/petsc/qfunctions/bps/bp24.h
/libCEED/examples/petsc/qfunctions/bps/bp3.h
/libCEED/examples/petsc/qfunctions/bps/bp4.h
/libCEED/examples/petsc/src/libceedsetup.c
/libCEED/examples/rust/ex1-volume-vector/.gitignore
/libCEED/examples/rust/ex1-volume-vector/Cargo.toml
/libCEED/examples/rust/ex1-volume-vector/src/main.rs
/libCEED/examples/rust/ex1-volume-vector/src/opt.rs
/libCEED/examples/rust/ex1-volume-vector/src/transform.rs
/libCEED/examples/rust/ex1-volume/src/transform.rs
/libCEED/examples/rust/ex2-surface-vector/.gitignore
/libCEED/examples/rust/ex2-surface-vector/Cargo.toml
/libCEED/examples/rust/ex2-surface-vector/src/main.rs
/libCEED/examples/rust/ex2-surface-vector/src/opt.rs
/libCEED/examples/rust/ex2-surface-vector/src/transform.rs
/libCEED/examples/rust/ex2-surface/src/main.rs
/libCEED/examples/rust/ex2-surface/src/transform.rs
/libCEED/examples/rust/ex3-volume-vector/.gitignore
/libCEED/examples/rust/ex3-volume-vector/Cargo.toml
/libCEED/examples/rust/ex3-volume-vector/src/main.rs
/libCEED/examples/rust/ex3-volume-vector/src/opt.rs
/libCEED/examples/rust/ex3-volume-vector/src/transform.rs
/libCEED/examples/rust/ex3-volume/.gitignore
/libCEED/examples/rust/ex3-volume/Cargo.toml
/libCEED/examples/rust/ex3-volume/src/main.rs
/libCEED/examples/rust/ex3-volume/src/opt.rs
/libCEED/examples/rust/ex3-volume/src/transform.rs
/libCEED/examples/solids/README.md
/libCEED/examples/solids/index.md
/libCEED/interface/ceed.c
/libCEED/rust/libceed-sys/src/lib.rs
/libCEED/tests/t406-qfunction.h

12345678910>>...46