| 4f6ee719 | 24-Jun-2020 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #567 from CEED/jeremy/xsmm-ci
Travis - fix shallow clone of XSMM 1.16 |
| 4aba526f | 24-Jun-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
Travis - used pinned Nek5000 as well |
| 599c6f32 | 24-Jun-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
XSMM - switch to LIBXSMM 143409c, reverted redefiniton of _Bool |
| 5b9d0ac4 | 23-Jun-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
Travis - fix shallow clone of XSMM 1.16 |
| 0df135b4 | 22-Jun-2020 |
nbeams <246972+nbeams@users.noreply.github.com> |
comment out the hiprtc-related calls causing memory errors |
| 80ed50af | 22-Jun-2020 |
Leila Ghaffari <49916147+LeilaGhaffari@users.noreply.github.com> |
Merge pull request #565 from CEED/leila/fix-small-typo
Solids - fix small typo |
| b04a8a52 | 22-Jun-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
examples/solids: fix small typo |
| fbdce8b7 | 19-Jun-2020 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #563 from CEED/jeremy/xsmm-1.16
XSMM - use v1.16 |
| bcf66146 | 19-Jun-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
Travis - use git checkout for specific release |
| 0131da11 | 19-Jun-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
XSMM - use v1.16 |
| a6b7d09b | 18-Jun-2020 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #560 from CEED/jeremy/diag-vec
LinearAssemble Improvements |
| 4dc97160 | 17-Jun-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
doc - update release notes for LinearAssemble* changes |
| ec5694db | 18-Jun-2020 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #559 from CEED/jeremy/test-cuda-bps
PETSc - fix PETSc test parameters for CUDA backends |
| a64c0e46 | 18-Jun-2020 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'jed/python-ext-suffix' [PR #562]
* jed/python-ext-suffix: python: use precise ext suffix instead of globs in tests |
| 0904a9ac | 18-Jun-2020 |
Jed Brown <jed@jedbrown.org> |
python: use precise ext suffix instead of globs in tests
Otherwise we get multiple matching globs any time we've built for multiple versions of Python. |
| 81a63d6f | 17-Jun-2020 |
nbeams <246972+nbeams@users.noreply.github.com> |
fix size of options list for hiprtcCompile |
| 9e9210b8 | 17-Jun-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
Op - add AssembleAdd version of diagonal assembly functions, will be helpful for MFEM integration |
| 2bba3ffa | 17-Jun-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
Op - change LinearAssemble* to accept CeedVector instead of pointer to CeedVector, allows for less memory movement and interfaces with parent code better |
| 30f4f45f | 16-Jun-2020 |
nbeams <246972+nbeams@users.noreply.github.com> |
Experimental HIP port of cuda-ref, round 2, with ROCm3.5 |
| f643baed | 15-Jun-2020 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #558 from CEED/jeremy/func-rename
Rename Functions |
| 311baa06 | 15-Jun-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
doc - update release notes |
| 82253e48 | 15-Jun-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
make style |
| 2fbc6e41 | 15-Jun-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
PETSc - fix PETSc test parameters for CUDA backends |
| 80ac2e43 | 15-Jun-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
style - rename AssembleLinear* to LinearAssemble* |
| fd364f38 | 15-Jun-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
style - change Get*Status to Is* |