| #
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
|
| #
31c137a9
|
| 01-Sep-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1320 from CEED/jeremy/jit-header-guards
style - fix header guards
|
| #
94b7b29b
|
| 01-Sep-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
style - fix header guards
|
| #
3c708d80
|
| 24-Aug-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1299 from CEED/sjg/cuda-hip-backends-consistency
Style fixes for `cuda` and `hip` backend consistency
|
| #
b2165e7a
|
| 11-Aug-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Whitespace, style, and formatting updates for consistency between CUDA and HIP backends
Adds include guards in JiT header files, even if not strictly necessary, to match the precedent set in cuda-sh
Whitespace, style, and formatting updates for consistency between CUDA and HIP backends
Adds include guards in JiT header files, even if not strictly necessary, to match the precedent set in cuda-shared and hip-shared as well as sycl.
show more ...
|
| #
53f7acb1
|
| 24-Aug-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1292 from CEED/sjg/gpu-rstr-unify
Unify `magma` backend restriction with `cuda-ref` and `hip-ref`
|
| #
58549094
|
| 15-Aug-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Unify magma backend restriction with cuda/hip-ref, keeping runtime option for deterministic and non-deterministic using magma/det
This also opens the opportunity to make cuda/hip-ref non-determinist
Unify magma backend restriction with cuda/hip-ref, keeping runtime option for deterministic and non-deterministic using magma/det
This also opens the opportunity to make cuda/hip-ref non-deterministic by default and add cuda/hip-ref/det variants.
show more ...
|
| #
38432684
|
| 03-Aug-2023 |
Sebastian Grimberg <sebastiangrimb@gmail.com> |
Merge pull request #1265 from CEED/sjg/hcurl-restr-dev
CeedElemRestriction for H(curl)
|
| #
0c73c039
|
| 22-Jun-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Improve element restriction for H(curl) spaces by reorganizing loops, including use of int8_t for tridiagonal matrix
|
| #
0305e208
|
| 06-May-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Update backends for unified ElemRestrictionCreate variants for all restriction types (default, oriented, strided)
|
| #
b3d4ed2c
|
| 07-Jul-2023 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1241 from CEED/jed/fix-vec-size-loop-vars
CeedVector/Preconditioning: fix CeedInt loop vars to CeedSize
|
| #
05c335cb
|
| 06-Jul-2023 |
nbeams <246972+nbeams@users.noreply.github.com> |
Add headers missed by IWYU to hip-ref
|
| #
7ade40ab
|
| 03-Jul-2023 |
Sebastian Grimberg <sebastiangrimb@gmail.com> |
Merge pull request #1244 from sebastiangrimberg/sjg/minor-backend-style
Minor whitespace consistency fixes in backends
|
| #
ff1e7120
|
| 15-Jun-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Very minor backend style and whitespace fixes
|
| #
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
|
| #
30d6126f
|
| 25-Apr-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1202 from CEED/jeremy/const-fix
Clean up backend headers for const and argument names
|
| #
472941f0
|
| 21-Apr-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - fix static vs CEED_INTERN in backend file
|
| #
51475c7c
|
| 20-Apr-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - clean up backend headers for const and argument names
|
| #
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
|
| #
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 ...
|