| 46b50f9e | 16-Jul-2025 |
Zach Atkins <zach.atkins@colorado.edu> |
op - Simplify operator fallback to use pre-initialized fallback Ceed context |
| 5da5ab9f | 16-Jul-2025 |
Zach Atkins <zach.atkins@colorado.edu> |
op - Add CeedOperatorApplyAddActive for only summing into active outputs |
| dc7b9553 | 11-Jul-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gpu - minor reduction in AtPoints grad FLOPs |
| 802d760a | 10-Jul-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gpu - minor reordering to reduce at-points flops |
| 5daefc96 | 08-Jul-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
hip - QFunction assembly for gen |
| 0816752e | 02-Jul-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
cuda - QFunction assembly for gen |
| 3e2e790d | 27-Jun-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gen - add missing syncthreads in flattened kernels |
| d3d5610d | 26-Jun-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
op - add GetName helper |
| 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) |
| 55326fe7 | 25-Apr-2025 |
Zach Atkins <zach.atkins@colorado.edu> |
Change `CeedViewWorkVectorMemoryUsage` to `CeedGetWorkVectorMemoryUsage` |
| 0b37c066 | 25-Apr-2025 |
Zach Atkins <zach.atkins@colorado.edu> |
Reset work vectors in operator setup to save memory |
| 4f69910b | 22-Mar-2025 |
Jed Brown <jed@jedbrown.org> |
Add run-time interface for build-time config (fix #1732)
This adds CeedGetGitVersion() to access output of `git describe --dirty` and CeedGetBuildConfiguration() to get variables like compilers and
Add run-time interface for build-time config (fix #1732)
This adds CeedGetGitVersion() to access output of `git describe --dirty` and CeedGetBuildConfiguration() to get variables like compilers and flags.
For builds without a Git repo, we return "unknown" or the user can set the string via `make GIT_DESCRIBE=deadbeaf`.
show more ...
|
| 6eb06d7c | 21-Mar-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
format - use llvm 19 |
| e6cb4fca | 21-Mar-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1782 from CEED/jeremy/strided-fix
Add stop to CeedVectorSetValueStrided |
| 4b6745b1 | 21-Mar-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1762 from CEED/jeremy/gen-mixed
Mixed Tensor/NonTensor for Gen |
| 832a6d73 | 19-Mar-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
vec - make CopyStrided reflect SetStrided |
| ff90b007 | 18-Mar-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
vec - add stop to CeedVectorSetValueStrided |
| d275d636 | 19-Mar-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - upate copyright to 2025 |
| ce44184c | 17-Mar-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gen - skip unneeded pack/unpack |
| 9b91271b | 14-Mar-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
hip - add flattened templates |
| 259057ed | 14-Mar-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gen - fix flattened indexing |
| f29bd075 | 14-Mar-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gpu - drop changes in AtPoints |