| #
004e4986
|
| 16-Aug-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Operator full assembly and diagonal assembly for cuda-ref and hip-ref backends for H(div) and H(curl) elements
|
| #
9ee4c008
|
| 22-Dec-2023 |
Zach Atkins <zacharyjayhawk@gmail.com> |
Merge pull request #1435 from CEED/zach/gpu-assemble-diag-basis-none
|
| #
91db28b6
|
| 22-Dec-2023 |
Zach Atkins <zach.atkins@colorado.edu> |
GPU - Don't call diagonal kernels if input arrays are null pointers
|
| #
506b1a0c
|
| 20-Sep-2023 |
Sebastian Grimberg <sebastiangrimb@gmail.com> |
Non-square operator full assembly (#1316)
* Consistency formatting for operator tests
* Add (failing) test for non-square operator full assembly
* Add support for CPU-based full assembly of no
Non-square operator full assembly (#1316)
* Consistency formatting for operator tests
* Add (failing) test for non-square operator full assembly
* Add support for CPU-based full assembly of non-square CeedOperators
* Fix full assembly of identity quadrature functions and operators with CEED_BASIS_NONE
Also adds a unit test for full assembly which fails prior to the changes in this commit.
* Minor refactor to improve coverage
show more ...
|
| #
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
|
| #
cce47851
|
| 30-Aug-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1281 from CEED/jeremy/simplify-parent
Clarify op fallback parent interface
|
| #
e984cf9a
|
| 03-Aug-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
op - update return value convention for CeedOperatorGetFallbackParentCeed
|
| #
bb229da9
|
| 03-Aug-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
op - clarify op fallback parent interface
|
| #
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 ...
|
| #
77a7c055
|
| 09-Aug-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1280 from CEED/jeremy/error-macro-simpler
Update CeedCall macro
|
| #
5047007e
|
| 03-Aug-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
tidy - fix small backend errors
|
| #
63ca1801
|
| 08-Jul-2023 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1249 from CEED/jeremy/memcheck-isnan
Memcheck - warn or error on NaN after write-only access
|
| #
23d4529e
|
| 07-Jul-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
debug - add debug color enum
|
| #
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
|
| #
9330daec
|
| 28-Jun-2023 |
nbeams <246972+nbeams@users.noreply.github.com> |
HIP: Improve support for CeedVectors that are longer than the max size of 32 bit integers
|
| #
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
|
| #
671a1103
|
| 18-May-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1212 from CEED/jeremy/asan-fixes
ASAN Fixes
|
| #
c5f45aea
|
| 11-May-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
asan - fix leak in CeedOperatorLinearAssembleQFunctionBuildOrUpdate
|
| #
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
|
| #
c85e8640
|
| 17-Apr-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Enforce include order in .clang-format
|