| #
2c98d61c
|
| 14-Jan-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1726 from CEED/jeremy/shared-fallback
Fallback if nontensor shared uses too much mem
|
| #
fda26546
|
| 14-Jan-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gpu - fallback if nontensor shared uses too much mem
|
| #
c8c64f44
|
| 03-Dec-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1714 from CEED/jeremy/at-points-basis-flops
Fix FLOPs estimates AtPoints
|
| #
3f919cbc
|
| 03-Dec-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
op - fix FLOPs estimates AtPoints
|
| #
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
|
| #
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
|
| #
8bbba8cd
|
| 26-Sep-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gpu - use cached work vectors across operators
|
| #
bce9d456
|
| 05-Sep-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1657 from CEED/jeremy/move-helpers
minor - move 2 functions to clean up docs
|
| #
0b31fde2
|
| 05-Sep-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - move 2 functions to clean up docs
|
| #
f04c5005
|
| 03-Sep-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1654 from CEED/jeremy/counting-is-hard
gpu - counting points correctly
|
| #
2e88d319
|
| 03-Sep-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gpu - counting points correctly
|
| #
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 ...
|
| #
c5f068b4
|
| 12-Jul-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1635 from CEED/jeremy/typo
minor - fix typo
|
| #
23622755
|
| 12-Jul-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - fix typo
|
| #
6b100398
|
| 12-Jul-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1634 from CEED/jeremy/check-say-more
Add more data to CeedCheck messages
|
| #
3f08121c
|
| 12-Jul-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
err - add more data to CeedCheck messages
|
| #
1088199a
|
| 08-Jul-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1632 from CEED/jrwrigh/fix_basis_project
fix(basis): Use basis_from dim for projection matrices
|
| #
b3ed00e5
|
| 08-Jul-2024 |
James Wright <james@jameswright.xyz> |
fix(basis): Use basis_from dim for projection matrices
|
| #
0de07561
|
| 03-Jul-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1629 from CEED/jrwrigh/basis_project_topo
basis: Projection uses highest dimension topology
|
| #
e00f3be8
|
| 03-Jul-2024 |
James Wright <james@jameswright.xyz> |
basis: Projection uses highest dimension topology
|
| #
afa95cff
|
| 21-Jun-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1611 from CEED/jrwrigh/project_mixed_tensor
basis: Allow CreateProjection for mixed-tensor bases
|
| #
e104ad11
|
| 21-Jun-2024 |
James Wright <james@jameswright.xyz> |
basis: Allow CreateProjection for mixed-tensor bases
|
| #
3ff7c56e
|
| 21-Jun-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1613 from CEED/jrwrigh/basis_handle_null_qweights
basis: Correct backend handling of NULL q_weight
|