| cfa13e89 | 14-Sep-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Enforce consistent pointer alignment with clang-format |
| 672b0f2a | 14-Sep-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Fix some missing consistency issues from #1315 |
| 1cc2c60d | 13-Sep-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ref - variable name consistency |
| 5d10938b | 13-Sep-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ref - add missing CeedCallBackend |
| edb2538e | 01-Sep-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
style - spell rstr consistently |
| 38293ee6 | 31-Aug-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
style - fixes for Magma backends |
| dd64fc84 | 31-Aug-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
style - fixes for SYCL backends
Co-authored-by: James Wright <james@jameswright.xyz> |
| b7453713 | 31-Aug-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
style - fixes for HIP backends |
| ca735530 | 31-Aug-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
style - fixes for CUDA backends |
| ad70ee2c | 30-Aug-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
style - fixes for CPU backends |
| 8baaa3b3 | 07-Sep-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1321 from CEED/jeremy/vec-bug
gpu - fix SetArray on device logic bug |
| 17b5e52f | 01-Sep-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Fix a few header includes following PR #1320 |
| 3ce2313b | 01-Sep-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gpu - fix SetArray on device logic bug |
| 94b7b29b | 01-Sep-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
style - fix header guards |
| 356036fa | 31-Jul-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
interface - rename CEED_BASIS_COLLOCATED to CEED_BASIS_NONE |
| 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 |
| 1c66c397 | 30-Aug-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Interface consistency fixes (#1312)
* format - consistency fixes
* format - test name consistency
* format - drop comma operator
* format - drop git add . in favor coercion
* format - ad
Interface consistency fixes (#1312)
* format - consistency fixes
* format - test name consistency
* format - drop comma operator
* format - drop git add . in favor coercion
* format - add CeedScalarSwap macro
show more ...
|
| 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 ...
|
| 49ed4312 | 10-Aug-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Minor formatting consistency for SYCL backend files |
| 00fb7a04 | 17-Aug-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Refactor CeedInit_Magma and CeedInit_Magma_det similar to ceed-cuda-common.h and ceed-hip-common.h |
| 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 ...
|
| 5047007e | 03-Aug-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
tidy - fix small backend errors |
| 00125730 | 25-Jul-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Add missing checks for support of different element restriction types in backends |
| 61a27d74 | 25-Jul-2023 |
Sebastian Grimberg <sjg@amazon.com> |
CEED_RESTRICTION_DEFAULT -> CEED_RESTRICTION_STANDARD |