| 94b7b29b | 01-Sep-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
style - fix header guards |
| 056ec191 | 31-Aug-2023 |
James Wright <james@jameswright.xyz> |
fix: Add `CEED_BASIS_COLLOCATED` to ceed.h
- `CEED_BASIS_COLLOCATED` is deprecated, so should still be available to use |
| 356036fa | 31-Jul-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
interface - rename CEED_BASIS_COLLOCATED to CEED_BASIS_NONE |
| 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 ...
|
| 7fc69c15 | 29-Aug-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1293 from CEED/jeremy/warn-set-qfpts
CeedOperatorSetNumQuadraturePoints Deprecation |
| 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 ...
|
| 4a56ddfb | 11-Aug-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Remove two unused files from cuda-shared and hip-shared backends
|
| 49ed4312 | 10-Aug-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Minor formatting consistency for SYCL backend files |
| 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` |
| e7f679fc | 24-Aug-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
restr - check l-vec length for strided rstr creation |
| aca496be | 17-Aug-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
op - dont error on redundant CeedOperatorSetNumQuadraturePoints call, add deprecation warning |
| 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 ...
|
| 585a562d | 03-Aug-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
basis - fix tidy error |
| d109957b | 03-Aug-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
internal - simplify logic in error handling macros |
| 89edb9e3 | 26-Jul-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Attempting to resolve NVRTC and HIPRTC compilation errors |
| 61a27d74 | 25-Jul-2023 |
Sebastian Grimberg <sjg@amazon.com> |
CEED_RESTRICTION_DEFAULT -> CEED_RESTRICTION_STANDARD |
| 7c1dbaff | 06-May-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Operator full assembly with oriented or curl-conforming element restrictions (RT or ND elements) |
| 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 |
| fcbe8c06 | 24-Apr-2023 |
Sebastian Grimberg <sjg@amazon.com> |
enum CeedRestrictionType for CeedElemRestriction type |
| 77d1c127 | 02-Mar-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Element restriction for high-order (> 1) H(curl) elements requiring more general orientation transformations
Adds CeedElemRestrictionCreateCurlOriented which takes a tridiagonal element-wise transfo
Element restriction for high-order (> 1) H(curl) elements requiring more general orientation transformations
Adds CeedElemRestrictionCreateCurlOriented which takes a tridiagonal element-wise transformation matrix, typically with entries {-1, 0, 1}.
show more ...
|
| b05f7e9f | 01-Aug-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
op - use fallback parent for QFunction assembly if possible |
| 6ca0f394 | 20-Jul-2023 |
Umesh Unnikrishnan <umesh.aero@gatech.edu> |
Add sycl/gen backend and other sycl changes (#1258)
---------
Co-authored-by: Kris Rowe <kris.rowe@anl.gov>
Co-authored-by: Kris Rowe <krowe@anl.gov>
Co-authored-by: Jed Brown <jed@jedbrown.org
Add sycl/gen backend and other sycl changes (#1258)
---------
Co-authored-by: Kris Rowe <kris.rowe@anl.gov>
Co-authored-by: Kris Rowe <krowe@anl.gov>
Co-authored-by: Jed Brown <jed@jedbrown.org>
Co-authored-by: Varsha Madananth <vmadananth@uan-0002.head.cm.americas.sgi.com>
Co-authored-by: James Wright <jrwrigh.iii@gmail.com>
show more ...
|
| c8a55531 | 12-Jul-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Combine ceed-avx-tensor-f64 and -f32 into a single file for all precisions |
| c8c3fa7d | 21-Feb-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
basis - add CeedBasisApplyAtPoints |