| 23dbfd29 | 17-Nov-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ctx - explicit int width in ctx fields |
| 76248f4a | 16-Nov-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1398 from CEED/sjg/legacy-ceedchk-remove
Remove legacy `CeedChk` and `CeedChkBackend` |
| d075f50b | 11-Aug-2023 |
Sebastian Grimberg <sjg@amazon.com> |
H(div) and H(curl) basis support for cuda-ref and hip-ref backends |
| 127b3ffe | 22-Sep-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Resolve some missed header file function declarations inconsistencies |
| 93f4dbf1 | 07-Sep-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Remove legacy CeedChk and CeedChkBackend (should use CeedCall, CeedCallBackend instead) |
| 5b6ec284 | 15-Nov-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ctx - add Boolan field register/set/get/restore |
| 49a40c8a | 16-Nov-2023 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
Plex project coord renamed (#1391)
* fixing ProjectCoordinates
* copy of Ratel fix
* set for future, preserve backward
* break out versions
* PETSc is actually at 3.20 not 3.21 so decrem
Plex project coord renamed (#1391)
* fixing ProjectCoordinates
* copy of Ratel fix
* set for future, preserve backward
* break out versions
* PETSc is actually at 3.20 not 3.21 so decremment the minor version switch
* fixed style and copied same to solids and petsc examples (thought they have lots of other compile warnings)
* blank line
* Breaking again with compounded versions
* Update remaining DMPlexProjectCoordinates
* ex - update DMPlexCreateCoordinateSpace
* cx - update ICC/IFORT job
---------
Co-authored-by: Jed Brown <jed@jedbrown.org>
Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>
show more ...
|
| 6dbc3945 | 12-Nov-2023 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1392 from giordano/patch-1
[julia] Add compat bounds for stdlibs |
| e5a301d7 | 06-Nov-2023 |
Sebastian Grimberg <sebastiangrimb@gmail.com> |
Merge pull request #1366 from CEED/sjg/magma-rtc-autotuning
`magma` backend RTC autotuning |
| 86ad04cc | 06-Nov-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Minor cleanup to magma non-tensor kernel |
| d5c4fb64 | 03-Nov-2023 |
nbeams <246972+nbeams@users.noreply.github.com> |
Add updated MI100 tuning data; make style updates for tuning data |
| e7270687 | 03-Nov-2023 |
nbeams <246972+nbeams@users.noreply.github.com> |
Add updated A100 tuning data |
| 922f4715 | 03-Nov-2023 |
nbeams <246972+nbeams@users.noreply.github.com> |
Add updated MI250X tuning data |
| dc215721 | 27-Oct-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Add RTC tuning data for V100 and H100 |
| 78d85032 | 17-Oct-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Increment NB by 2 or 4 to speed up tuning |
| 47cb5789 | 13-Oct-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Add 2*p quadrature rules to tuning data (previously was just 2*(p-1) |
| 4c387b0f | 05-Oct-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Add documentation for MAGMA autotuning |
| 7c7f2ed8 | 04-Oct-2023 |
Sebastian Grimberg <sjg@amazon.com> |
New RTC tuning data format |
| acc0bb12 | 04-Oct-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Fixes and improvements to autotuning code |
| 26bdecf3 | 04-Oct-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Add Python program to automatically generate tuning data for MAGMA RTC kernels |
| ac8b7a1c | 04-Oct-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Add simple test program to generate benchmark data for CeedBasis operations |
| 22a2f50b | 04-Nov-2023 |
Mosè Giordano <giordano@users.noreply.github.com> |
[julia] Add compat bounds for stdlibs |
| 1e73a9ca | 03-Nov-2023 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1389 from CEED/jed/post-release
post-release: Julia updates and release instructions |
| 437616c5 | 02-Nov-2023 |
Sebastian Grimberg <sebastiangrimb@gmail.com> |
Merge pull request #1301 from CEED/sjg/hcurl-hdiv-basis-magma
H(div) and H(curl) basis support for `magma` backend |
| 77bb289a | 02-Nov-2023 |
Jed Brown <jed@jedbrown.org> |
Julia: move dev tests to release tests |