| 851646d1 | 08-Oct-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1330 from CEED/jrwrigh/fluids_physical_grad
fluids: Add StatePhysicalGradientFromReference util |
| 9b6a821d | 08-Sep-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add StatePhysicalGradientFromReference util |
| 2bc64698 | 06-Oct-2023 |
Sebastian Grimberg <sebastiangrimb@gmail.com> |
Merge pull request #1368 from CEED/sjg/makefile-cc-fix
Fix compiler vendor detection for `cc` |
| 4c4eae0c | 06-Oct-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Fix compiler vendor detection for cc |
| 5ebf7cb8 | 06-Oct-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1369 from CEED/jrwrigh/makefile
chore: make info returns actual flags |
| 4e62717c | 06-Oct-2023 |
James Wright <james@jameswright.xyz> |
chore: make info returns actual flags |
| 25878d73 | 06-Oct-2023 |
Sebastian Grimberg <sebastiangrimb@gmail.com> |
Merge pull request #1365 from CEED/sjg/make-format-prep |
| 890b9714 | 06-Oct-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1367 from CEED/jeremy/ctx-update
Flag assembly data as stale if ctx data changed |
| 6d95ab46 | 05-Oct-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
op - flag assembly data as stale if ctx data changed |
| 2fee3251 | 05-Oct-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Expand Python formatting to tests/ |
| 5cd6c1fb | 04-Oct-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Makefile updates for formatting |
| 533adc1e | 05-Oct-2023 |
Sebastian Grimberg <sebastiangrimb@gmail.com> |
Merge pull request #1359 from CEED/sjg/full-assembly-tensor-opt
Improve CPU-based operator full assembly by using optimized backend tensor contraction |
| 0cb85d04 | 04-Oct-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Revert opt/blocked backend delegate, this is no longer needed after #1362 |
| 4a9a33d7 | 03-Oct-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Fix source location for methods moved from internal to backend |
| e4065a52 | 03-Oct-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Handle case where a CeedBasis does not have an associated CeedTensorContract object |
| 51888a71 | 03-Oct-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Correct opt/blocked fallback to opt/serial for things like QFunction assembly |
| 8130dc29 | 03-Oct-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Minor improvement to consistency between ref/blocked and opt/blocked backends for readability |
| c22497ad | 03-Oct-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Revise previous approach to work with levels of operator fallback and delegation (for AVX and XSMM backends) |
| 0459ebd3 | 03-Oct-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Use backend tensor contraction for CPU-based operator full assembly in place of naiive matrix-matrix multiplication implementation |
| 87f5e94e | 05-Oct-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1364 from CEED/jeremy/get-label
Update CeedContextFieldLabelGetDescription with offset |
| 1ff07f3d | 04-Oct-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ctx - update CeedContextFieldLabelGetDescription with offset |
| de2b189d | 04-Oct-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1362 from CEED/jeremy/doc-clarify
Update Delegation/Fallback Docs + CPU Usage |
| a4285a89 | 04-Oct-2023 |
Sebastian Grimberg <sebastiangrimb@gmail.com> |
Merge pull request #1363 from CEED/sjg/preconditioning-definitions-fix
Fix definition locations for `CeedOperatorGetFallback*` methods |
| 4dd1a9d2 | 04-Oct-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Fix definition locations for CeedOperatorGetFallback* methods which are part of the backend API |
| 3bf1f308 | 04-Oct-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
cpu - clean up delegation/fallback between CPU backends |