| 621cd461 | 16-Mar-2020 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #421 from SanderA/sanderarens/fix_ceed_cuda_subclasses
Add Ceed_Cuda struct to Ceed_Cuda_ref/shared/gen. |
| 97f7f81f | 12-Mar-2020 |
Jed Brown <jed@jedbrown.org> |
backends/avx: use FMA instructions when supported |
| 39daeb9e | 05-Mar-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
make style |
| 3d05795b | 05-Mar-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
CUDA - remove extra variable declaration in cuda/gen |
| b1fe5f70 | 05-Mar-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
CUDA - cuda/reg recompute blocksize |
| d8a2756a | 05-Mar-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
CUDA - cuda/gen fixes |
| 25dfc19d | 05-Mar-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
CUDA - fix readSliceQuadsStrided signature |
| 2f4ca718 | 05-Mar-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
CUDA - fix writeDofsStrided3d signature |
| d80fc06a | 24-Feb-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
CUDA - use strides as template parameters for cuda/gen |
| 7ed52d01 | 20-Feb-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Make style |
| 920dcdc4 | 14-Feb-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
CUDA - initial impl of strided restrictions in cuda/gen |
| f2b2a896 | 14-Feb-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
CUDA - fix indices and strides arguments in cuda/gen |
| 478672fe | 14-Feb-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
CUDA - update ref/reg restrictions to use CEED_STRIDES_BACKEND {1, nelem*elemsize, elemsize} |
| 0cd3b4e0 | 13-Feb-2020 |
nbeams <246972+nbeams@users.noreply.github.com> |
magma backend: replace vector alias with explicit backend strides |
| 07c07924 | 12-Feb-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Restriction - add CEED_STRIDES_BACKEND |
| 7f90ec76 | 14-Feb-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
CPU - fix CPU backend stridiniding for CEED_BACKENDSTRIDE |
| 5e3019e2 | 12-Feb-2020 |
nbeams <246972+nbeams@users.noreply.github.com> |
magma backend: add optimization for CEED_STRIDES_BACKEND in restriction |
| 523b8ea0 | 12-Feb-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Restriction - add CEED_STRIDES_BACKEND |
| ccedf6b0 | 11-Feb-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
WIP - add strided to cuda gen |
| 59f9181e | 07-Feb-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
CUDA - add strided restrictions |
| 48b094a3 | 07-Feb-2020 |
nbeams <246972+nbeams@users.noreply.github.com> |
make style changes |
| 266dd7ab | 07-Feb-2020 |
nbeams <246972+nbeams@users.noreply.github.com> |
add strided restriction for magma backend |
| bbfacfcd | 06-Feb-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
LCOV - shift markers to avoid extranious misses |
| 15ad1f08 | 06-Feb-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
OCCA - initalize imode for clang tidy |
| 7509a596 | 06-Feb-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Restriction - replace identity restrictions with strided restrictions |