| #
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 ...
|
| #
0002d81d
|
| 04-May-2025 |
Zach Atkins <Zach.Atkins@colorado.edu> |
Use stream sync instead of device sync for hipBlas calls
|
| #
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
|
| #
371292c6
|
| 11-Jul-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1625 from CEED/jeremy/diag-at-points-gpu
GPU Diagonal Assembly AtPoints
|
| #
67d9480a
|
| 20-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
hip - add AtPoints CeedOperator
|
| #
3765d34e
|
| 09-May-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1578 from CEED/jeremy/restriction-points-gpu
GPU Restriction AtPoints
|
| #
fe960054
|
| 07-May-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
hip - add ElemRestrictionAtPoints
|
| #
a171b6ef
|
| 27-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1537 from CEED/jeremy/pragma-once
Use #pragma once for non-JiT headers
|
| #
5aed82e4
|
| 27-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - update copyright headers
|
| #
78cbaa95
|
| 30-Nov-2023 |
Sebastian Grimberg <sebastiangrimb@gmail.com> |
Merge pull request #1300 from CEED/sjg/hcurl-hdiv-basis-cuda-hip
H(div) and H(curl) basis support for `cuda-ref` and `hip-ref` backends
|
| #
d075f50b
|
| 11-Aug-2023 |
Sebastian Grimberg <sjg@amazon.com> |
H(div) and H(curl) basis support for cuda-ref and hip-ref backends
|
| #
21f16bf6
|
| 13-Sep-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1315 from CEED/jeremy/queep
Backend Consistency Fixes
|
| #
b7453713
|
| 31-Aug-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
style - fixes for HIP backends
|
| #
4b35598d
|
| 20-Jun-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1231 from CEED/jeremy/consistency
Consistency fixes
|
| #
eb7e6caf
|
| 16-Jun-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gpu - naming consistency fixes
|
| #
bc246734
|
| 16-Jun-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ceed - move GetResourceRoot to backend interface
|
| #
6402da51
|
| 25-Apr-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Consistency in 'does not support' vs 'does not implement' (#1205)
* interface - consistency in 'does not support' vs 'does not implement'
* minor - consistency fixes
* minor - style consistency
|
| #
c5215752
|
| 24-Apr-2023 |
Sebastian Grimberg <sebastiangrimb@gmail.com> |
Merge pull request #1197 from sebastiangrimberg/sjg/style-whitespace-fix
Minor style consistency updates
|
| #
6e6704a8
|
| 19-Apr-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1198 from CEED/jeremy/CeedCheck
Add CeedCheck macro to reduce repetition
|
| #
6574a04f
|
| 18-Apr-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
internal - add CeedCheck macro to reduce repetition
|
| #
2a86cc9d
|
| 04-Mar-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Fix file endings inconsistency
|
| #
49aac155
|
| 24-Mar-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
IWYU fixes (#1182)
* iwyu - include fixes
* iwyu - silence some iwyu output
* minor - clearer macro names
* iwyu - fix suggestion of "ceed/ceed.h" externally
* iwyu - lighter petsc heade
IWYU fixes (#1182)
* iwyu - include fixes
* iwyu - silence some iwyu output
* minor - clearer macro names
* iwyu - fix suggestion of "ceed/ceed.h" externally
* iwyu - lighter petsc headers
* iwyu - ceed/ceed.h -> ceed.h
* iwyu - cuda/hip include fixes
show more ...
|