| #
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
|
| #
b4e8f366
|
| 26-Mar-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1792 from CEED/jed/runtime-config
Add run-time interface for build-time configuration
|
| #
944f002e
|
| 25-Mar-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
make - ci doesn't always have perm to write files
|
| #
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 ...
|
| #
2686ebe6
|
| 22-Mar-2025 |
Jed Brown <jed@jedbrown.org> |
doc: fix misspelled parameter
|
| #
20a16a5f
|
| 20-Mar-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1786 from CEED/jeremy/copy-headers
minor - upate copyright to 2025
|
| #
d275d636
|
| 19-Mar-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - upate copyright to 2025
|
| #
a25b814a
|
| 21-Jan-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1730 from CEED/jeremy/fix-vec-copy
Update SetArray to keep old arrays for CEED_COPY_VALUES
|
| #
cc3bdf8c
|
| 16-Jan-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
vec - update SetArray to keep old arrays for CEED_COPY_VALUES
|
| #
e3ae47f6
|
| 23-Oct-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1702 from CEED/jeremy/get-ceed-object
Ceed*Get[CeedObject] Needs Destroy
|
| #
9bc66399
|
| 22-Oct-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ceed - require *GetCeed ceed to be Destroyed
|
| #
e036be40
|
| 22-Oct-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1699 from CEED/jeremy/set-jit-defines
Add CeedAddJitDefine
|
| #
830fc37b
|
| 22-Oct-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - update error message co-authored-by: jrwrigh <james@jameswright.xyz>
|
| #
aeb3a72d
|
| 22-Oct-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
jit - count readers for user jit -i/-d
|
| #
4753b775
|
| 21-Oct-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
jit - add CeedAddJitDefine
|
| #
1dc8b1e6
|
| 21-Oct-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1696 from CEED/jeremy/jit-include
JiT include update
|
| #
b13efd58
|
| 16-Oct-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
jit - I include JiT source dirs set
|
| #
f009e520
|
| 24-Sep-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1672 from CEED/jeremy/work-vector
ceed - add Ceed[Get,Restore]WorkVector
|
| #
73501bfe
|
| 23-Sep-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ceed - add Ceed[Get,Restore]WorkVector
|
| #
bd7a0ce7
|
| 22-Aug-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1647 from CEED/jeremy/fix-call
Small Bugfixes
|
| #
bf84744c
|
| 22-Aug-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
leak - add missing CeedFree for string
|
| #
db2becc9
|
| 13-Aug-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Add CeedBasisApplyAdd (#1644)
* basis - add CeedBasisApplyAdd + CPU impl
* basis - add ref GPU ApplyAdd
* basis - add shared GPU ApplyAdd
* basis - add MAGMA ApplyAdd
* basis - add CeedB
Add CeedBasisApplyAdd (#1644)
* basis - add CeedBasisApplyAdd + CPU impl
* basis - add ref GPU ApplyAdd
* basis - add shared GPU ApplyAdd
* basis - add MAGMA ApplyAdd
* basis - add CeedBasisApplyAddAtPoints + default impl
* basis - add GPU ApplyAddAtPoints
* tidy - add extra assert to fix clang-tidy
* Apply suggestions from code review
style - consistently use indexing over pointer arithmatic
Co-authored-by: Zach Atkins <zach.atkins@colorado.edu>
* style - more pointer fixes
---------
Co-authored-by: Zach Atkins <zach.atkins@colorado.edu>
show more ...
|
| #
ad8059fc
|
| 10-Jul-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gpu - reduce write conflits for AtPoints basis operations
|
| #
99db02ec
|
| 09-Jul-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1633 from CEED/jrwrigh/clang-format-18
refactor: Changes for clang-format 18
|