| 9ffb25e0 | 16-Jun-2023 |
James Wright <james@jameswright.xyz> |
fixup: CeedSetStream fixes for Sycl |
| eb7e6caf | 16-Jun-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gpu - naming consistency fixes |
| bc246734 | 16-Jun-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ceed - move GetResourceRoot to backend interface |
| 5ae360d4 | 16-Jun-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ceed - make SetStream interface level fn |
| bd882c8a | 15-Jun-2023 |
James Wright <james@jameswright.xyz> |
Add sycl/ref and sycl/shared backends (#1229)
* Merge sycl_backend from ALCF fork
---------
Co-authored-by: Umesh Unnikrishnan <unnikrishnan@anl.gov>
Co-authored-by: Kris Rowe <krowe@anl.gov>
Add sycl/ref and sycl/shared backends (#1229)
* Merge sycl_backend from ALCF fork
---------
Co-authored-by: Umesh Unnikrishnan <unnikrishnan@anl.gov>
Co-authored-by: Kris Rowe <krowe@anl.gov>
Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>
show more ...
|
| 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 |
| db002c03 | 11-May-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - consistency with Ceed*Refrence and Ceed*ReferenceCopy |
| 5b5dc0c8 | 03-May-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
memcheck - fix leak in multiple read only vec access |
| b17517ee | 25-Apr-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Remove default fallback from CeedElemRestrictionApplyUnsigned to CeedElemRestrictionApply and use backend registration instead |
| 3bdd4e5a | 17-Apr-2023 |
Sebastian Grimberg <sjg@amazon.com> |
clang-format |
| f30b1135 | 17-Apr-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Add CeedElemRestrictionApplyUnsigned for operator diagonal assembly in the case of an oriented element restriction |
| 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 |
| 1acfd91a | 25-Apr-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1200 from CEED/jeremy/hip-cast
Cast CeedSetBackendFunction as needed to prevent float warnings |
| 6402da51 | 25-Apr-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Consistency in 'does not support' vs 'does not implement' (#1205)
* interface - consistency in 'does not support' vs 'does not implement'
* minor - consistency fixes
* minor - style consistency |
| 008736bd | 19-Apr-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - cast CeedSetBackendFunction as needed to prevent float warnings |
| c5215752 | 24-Apr-2023 |
Sebastian Grimberg <sebastiangrimb@gmail.com> |
Merge pull request #1197 from sebastiangrimberg/sjg/style-whitespace-fix
Minor style consistency updates |
| ce5711ee | 19-Apr-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
hip - fix include order |
| 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 |
| 02f1ab5c | 17-Apr-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Miscellaneous whitespace consistency |
| 2a86cc9d | 04-Mar-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Fix file endings inconsistency |
| 2c2ea1db | 15-Apr-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Pedantic make option (#1193)
* make - add PEDANTIC option
* ci - use PEDANTIC make option
* cuda - fix pedantic error
* pedantic - drop nonstandard ternary for CeedError |
| c4e3f59b | 15-Feb-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Add H(curl) basis and CEED_EVAL_CURL operations
This refactors basis application to use common code between CEED_EVAL_GRAD for H^1 and CEED_EVAL_INTERP for H(curl)/H(div). It should ideally expose a
Add H(curl) basis and CEED_EVAL_CURL operations
This refactors basis application to use common code between CEED_EVAL_GRAD for H^1 and CEED_EVAL_INTERP for H(curl)/H(div). It should ideally expose an easy way to get non-tensor backends to work for H(div) and H(curl).
show more ...
|