| #
d4cc1845
|
| 30-Dec-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1912 from CEED/jeremy/copyright
minor - update copyright to 2026
|
| #
9ba83ac0
|
| 19-Dec-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - update copyright to 2026
|
| #
7f85f93f
|
| 30-Sep-2025 |
James Wright <james@jameswright.xyz> |
Merge pull request #1896 from CEED/jrwrigh/clang-penalty-paren
style: Change clang-format to penalize newline after open ()
|
| #
1a8516d0
|
| 30-Sep-2025 |
James Wright <james@jameswright.xyz> |
style: Change clang-format to penalize newline after open ()
|
| #
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
|
| #
39577a10
|
| 11-Feb-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1744 from CEED/zach/vec-api
Bases should use Vec APIs
|
| #
9dafd6df
|
| 27-Jan-2025 |
Zach Atkins <zach.atkins@colorado.edu> |
Vector API compliance for CUDA backends
|
| #
be8d6f55
|
| 12-Nov-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1710 from CEED/jeremy/split-at-points
Split AtPoints basis between Transpose/no
|
| #
81ae6159
|
| 11-Nov-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gpu - split AtPoints basis between Transpose/no
|
| #
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
|
| #
1dc8b1e6
|
| 21-Oct-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1696 from CEED/jeremy/jit-include
JiT include update
|
| #
9c25dd66
|
| 18-Oct-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
cuda/hip - use new include pattern for JiT
|
| #
bdd4742d
|
| 02-Oct-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1673 from CEED/jeremy/use-work-vecs
GPU Operators use work vectors
|
| #
19a04db8
|
| 26-Sep-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gpu - only overwite portion of basis target used
|
| #
25c4e04a
|
| 05-Sep-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1655 from CEED/jeremy/at-points-transpose
AtPoints - fix transpose basis apply on GPU
|
| #
9e511c80
|
| 04-Sep-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
atpoints - copy when *not* the same
Co-authored-by: Zach Atkins <zach.atkins@colorado.edu>
|
| #
111870fe
|
| 04-Sep-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
AtPoints - fix transpose basis apply on GPU
|
| #
bd7a0ce7
|
| 22-Aug-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1647 from CEED/jeremy/fix-call
Small Bugfixes
|
| #
5a5594ff
|
| 22-Aug-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - fix CeedCall() vs CeedCallBackend() in backend code
|
| #
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 ...
|
| #
37fb1fa7
|
| 11-Jul-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1597 from CEED/jeremy/basis-at-points-gpu
GPU BasisApplyAtPoints
|
| #
f7c9815f
|
| 20-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
AtPoints - ease memory requirement
|
| #
2d10e82c
|
| 17-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
AtPoints - fix gpu thread usage
|