| 52006392 | 25-Feb-2022 |
nbeams <nbeams@icl.utk.edu> |
doc: add new operator data flow schematic |
| 0fe925df | 25-Feb-2022 |
nbeams <nbeams@icl.utk.edu> |
doc: Change element restriction notation from G to \mathcal{E} |
| f99981a3 | 25-Feb-2022 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #893 from CEED/natalie/more-hip-launch-bounds
HIP: add atomics flag and more kernel launch bounds for performance improvements |
| f5066b36 | 25-Feb-2022 |
Jed Brown <jed@jedbrown.org> |
doc: add libCEED.svg |
| 37c3b1cf | 24-Feb-2022 |
nbeams <246972+nbeams@users.noreply.github.com> |
Change to more specific name for hip-gen block size function |
| f577dd42 | 24-Feb-2022 |
nbeams <246972+nbeams@users.noreply.github.com> |
Update required ROCm version to 4.2 |
| e463667d | 23-Feb-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #907 from CEED/jeremy/h1-multigrid
Fix basis qref size mismatch |
| f9e0419e | 23-Feb-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
pc - fix basis qref size mismatch |
| 40abb349 | 22-Feb-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #905 from CEED/jeremy/seterrq
petsc - use SETERRQ over SETERRQ1 |
| 7578c821 | 22-Feb-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
petsc - use SETERRQ over SETERRQ1 |
| 1946eaf0 | 18-Feb-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #898 from CEED/jeremy/qf-ctx-read
Read-only access for QFContext |
| d34e270f | 18-Feb-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
doc - document CeedQFunctionSetContextWritable |
| 73380422 | 15-Feb-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
tidy - clean up some tidy warnings |
| 732e4b6c | 14-Feb-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
style - minor consistency |
| 441428df | 14-Feb-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
qf - extend ctx read/write feature to qf |
| 28bfd0b7 | 14-Feb-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ctx - add read-only access for QFContext |
| 152c3796 | 18-Feb-2022 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #901 from CEED/jeremy/set-context
Fix context memory leak |
| e2cfdb03 | 18-Feb-2022 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #902 from CEED/jed/cuda-block-sizes
backends cuda-shared: fix launch bounds to avoid invalid z dimension |
| 2a201acb | 18-Feb-2022 |
Jed Brown <jed@jedbrown.org> |
CI: NPROC_GPU=4
Watching nvtop during a job suggests this should work. |
| c8b3a627 | 18-Feb-2022 |
Jed Brown <jed@jedbrown.org> |
backends/magma: fix pinned vs unpinned memory free bug |
| 96730dd8 | 18-Feb-2022 |
Jed Brown <jed@jedbrown.org> |
CI: fix noether path to hipMAGMA install |
| e6f67ff7 | 18-Feb-2022 |
Jed Brown <jed@jedbrown.org> |
backends cuda-shared: fix launch bounds to avoid invalid z dimension
The typical max z dimension size of a thread block is 64 and we were computing larger values (like 85) in some cases. |
| 1389e7fe | 17-Feb-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
qf - fix context memory leak |
| 8b036261 | 16-Feb-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #899 from CEED/jed/cu-lv-cuda-11.6
CI: update lv for cuda-11.6 |
| a0dde75d | 16-Feb-2022 |
Jed Brown <jed@jedbrown.org> |
CI noether: use new hipMAGMA install directory |