| #
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
|
| #
297af36d
|
| 06-May-2025 |
Zach Atkins <zach.atkins@colorado.edu> |
Merge pull request #1819 from CEED/zach/mi300a-fixes
Reworks the stream implementation for `/gpu/hip/gen` to avoid creating and destroying streams on every operator apply.
Updates `hipblas` calls t
Merge pull request #1819 from CEED/zach/mi300a-fixes
Reworks the stream implementation for `/gpu/hip/gen` to avoid creating and destroying streams on every operator apply.
Updates `hipblas` calls to only sync stream, this matters on MI300A since `hipblas` seems to use an async stream. Avoids a full device sync.
Also makes working vectors come from the `Vector` object delegate to avoid bad ref behavior.
show more ...
|
| #
b46df0d2
|
| 06-May-2025 |
Zach Atkins <Zach.Atkins@colorado.edu> |
Add missing CeedDestroy
|
| #
0002d81d
|
| 04-May-2025 |
Zach Atkins <Zach.Atkins@colorado.edu> |
Use stream sync instead of device sync for hipBlas calls
|
| #
fc9cad3a
|
| 27-Mar-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1788 from CEED/jeremy/zach/hip-mi300a
Unified memory for HIP
|
| #
a3b195ef
|
| 20-Mar-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
hip - use unified memory Co-authored-by: Zach Atkins <zach.atkins@colorado.edu>
|
| #
e6cb4fca
|
| 21-Mar-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1782 from CEED/jeremy/strided-fix
Add stop to CeedVectorSetValueStrided
|
| #
832a6d73
|
| 19-Mar-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
vec - make CopyStrided reflect SetStrided
|
| #
14c82621
|
| 19-Mar-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gpu - fewer threads for SetValueStrided
|
| #
2d73a370
|
| 18-Mar-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
vec - drop unused length arg in setValueStridedK
|
| #
ff90b007
|
| 18-Mar-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
vec - add stop to CeedVectorSetValueStrided
|
| #
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
|
| #
5a05fad6
|
| 12-Feb-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1750 from CEED/jeremy/no-handroll-blas
gpu - prefer cu/hipBlas over handrolls
|
| #
e84c3ebc
|
| 12-Feb-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gpu - prefer cu/hipBlas over handrolls
|
| #
1731780f
|
| 12-Feb-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1748 from CEED/jeremy/vec-set
VecSet Update
|
| #
124cc107
|
| 12-Feb-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
vec - use memset on GPU when SetValue for 0
|
| #
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
|
| #
d2c752cb
|
| 20-Sep-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1667 from CEED/jeremy/drop-cast
minor - drop unneeded casts
|
| #
3e961e14
|
| 19-Sep-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - drop unneeded casts
|
| #
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
|
| #
9f99de84
|
| 24-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1614 from CEED/jeremy/vec-utils
Strided Vec Utils
|