| 6a8ec7bd | 20-Dec-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Fix comment |
| 897d4737 | 20-Dec-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Fix GCC warnings for casts between incompatible function types |
| 360501f4 | 20-Dec-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Silence compiler warnings for -Wstrict-prototypes |
| 9ee4c008 | 22-Dec-2023 |
Zach Atkins <zacharyjayhawk@gmail.com> |
Merge pull request #1435 from CEED/zach/gpu-assemble-diag-basis-none |
| 91db28b6 | 22-Dec-2023 |
Zach Atkins <zach.atkins@colorado.edu> |
GPU - Don't call diagonal kernels if input arrays are null pointers |
| de275599 | 21-Dec-2023 |
Sebastian Grimberg <sebastiangrimb@gmail.com> |
Merge pull request #1433 from CEED/sjg/strided-no-atomic-dev |
| 6d5e61d4 | 20-Dec-2023 |
Sebastian Grimberg <sjg@amazon.com> |
make format |
| bf9b6c6b | 20-Dec-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Strided transpose element restriction does not require atomic adds |
| 8c7774c6 | 18-Dec-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1427 from CEED/jeremy/gpu-doc
Add gpu dev notes |
| 860c52db | 18-Dec-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
doc - clarify memory access assumptions |
| 772da9d1 | 18-Dec-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
doc - note CEED_QFUNCTION macro creates abspath |
| b94bfe40 | 15-Dec-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
doc - add gpu dev notes |
| d9b78650 | 15-Dec-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1426 from CEED/jeremy/trailing
Fix trailing spaces in non-linted files |
| b9d14e73 | 14-Dec-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
make - add whitespace trim formatting |
| 3bf11d8e | 14-Dec-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
doc - use nbsp and \ to hack markdown |
| cefb0a82 | 14-Dec-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
style - fix trailing spaces in non-linted files |
| b451d157 | 13-Dec-2023 |
Sebastian Grimberg <sebastiangrimb@gmail.com> |
Merge pull request #1425 from CEED/sjg/var-name-consistency
Consistency fix for a few missed CeedElemRestriction and CeedBasis variable names in the public API |
| bafebce1 | 15-Sep-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Consistency fix for a few missed CeedElemRestriction rstr variables in the public API |
| 4818fbf6 | 12-Dec-2023 |
Sebastian Grimberg <sebastiangrimb@gmail.com> |
Merge pull request #1424 from CEED/sjg/asan-vec-fix
Minor function signature fix caught with ASan |
| 0836ce8d | 12-Dec-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Minor function signature fix caught with ASan |
| 6d506a3e | 11-Dec-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1423 from CEED/jrwrigh/fluids_high_order_geom
fluids: Support higher-order geometry |
| 51d50b59 | 07-Dec-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
memcheck - match nan check for QFunction field size |
| c63b5f53 | 11-Dec-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1420 from CEED/jeremy/memcheck-nan-fix
Fix memcheck detection of uninitalized outputs |
| a0b9cdb5 | 11-Dec-2023 |
James Wright <james@jameswright.xyz> |
fluids: Support higher-order geometry |
| e910d748 | 08-Dec-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
cpu - fix memcheck detection of uninitalized outputs |