| 56c48462 | 05-Feb-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
rstr - fix signature of GetLayout |
| 22eb1385 | 05-Feb-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
rstr - add CeedElemRestriction[Get,Set]LLayout |
| 9e82028b | 02-Feb-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
memcheck - use unique orderings for CEED_BACKEND_STRIDES |
| e4483ef5 | 01-Feb-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1429 from CEED/jeremy/less-lcov-excl
Reduce LCOV_EXCL markers |
| 7bbbfca3 | 01-Feb-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
GPU - variable name update for conventions |
| 9ea2cfd9 | 01-Feb-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
GPU - enable CEED_BASIS_NONE for CUDA, HIP backends |
| 3d389caa | 31-Jan-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1457 from argonne-lcf/kris/sycl-ref-slm-pointers
Replace calls to deprecated `local_accessor::get_pointer()` |
| bcbe1c99 | 19-Dec-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - reduce LCOV_EXCL markers |
| cf8cbdd6 | 22-Jan-2024 |
Sebastian Grimberg <sjg@amazon.com> |
Refactor GPU-backend element restriction source to only compile the required kernels, and do so lazily at first apply |
| cbfe683a | 20-Jan-2024 |
Sebastian Grimberg <sjg@amazon.com> |
Lazily compile GPU diagonal/point-block diagonal assembly kernels as needed
Also fixes CEED_SIZE -> USE_CEEDSIZE definition. |
| 7251047c | 19-Jan-2024 |
Sebastian Grimberg <sjg@amazon.com> |
Remove need for separate CUmodule/hipModule_t for weights in non-tensor MAGMA backend |
| 5c7e0f51 | 19-Jan-2024 |
Sebastian Grimberg <sjg@amazon.com> |
Minor change to CPU curl-oriented element restriction to allow vectorization |
| 739ab3b4 | 11-Jan-2024 |
James Wright <james@jameswright.xyz> |
memcheck: Add QF path and name to error message |
| 5700671a | 05-Jan-2024 |
Sebastian Grimberg <sjg@amazon.com> |
Address PR feedback: Remove dead code |
| 7aa91133 | 08-Nov-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Add deterministic element restriction transpose GPU kernels for oriented and curl-oriented restrictions |
| b3d03e38 | 22-Sep-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Fix for PEDANTIC |
| 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 |
| dce49693 | 15-Aug-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Initial commit for cuda-ref and hip-ref backend support for oriented and curl-oriented element restrictions
For now, the element restriction transpose for oriented or curl-oriented cases is always n
Initial commit for cuda-ref and hip-ref backend support for oriented and curl-oriented element restrictions
For now, the element restriction transpose for oriented or curl-oriented cases is always non-deterministic.
show more ...
|
| ca9dd0ff | 05-Jan-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1418 from CEED/jeremy/memcheck-qf
memcheck - match nan check for QFunction field size |
| c3e94cad | 04-Jan-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1440 from CEED/zach/fix-axpby
Fix CeedVectorAXPBY Implementations |
| 6a7a5f7f | 04-Jan-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1439 from CEED/sjg/magma-finalize
Add missing magma_finialize() call |
| aa67b842 | 04-Jan-2024 |
Zach Atkins <zach.atkins@colorado.edu> |
Fix CeedVectorAXPBY |
| eda0adbc | 04-Jan-2024 |
Sebastian Grimberg <sjg@amazon.com> |
Add __restrict__ to resolve vectorization warnings with Clang 17 |
| 3e2dab0a | 04-Jan-2024 |
Sebastian Grimberg <sjg@amazon.com> |
Add missing magma_finialize() call |
| 91db28b6 | 22-Dec-2023 |
Zach Atkins <zach.atkins@colorado.edu> |
GPU - Don't call diagonal kernels if input arrays are null pointers |