| af17f337 | 29-Jun-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
CUDA - reorder backend priority, lower is better |
| e75c1c2d | 29-Jun-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
make tidy |
| 00fa3faa | 26-Jun-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
CUDA - guard module unload for QFunctions |
| 1958eb7c | 26-Jun-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
CUDA - fix small leaks |
| 4753c0fa | 28-Jun-2020 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #570 from CEED/jeremy/debug-mode
Add Debug Mode |
| c3c443fa | 27-Jun-2020 |
Yohann Dudouit <yohann.dudouit@gmail.com> |
Name the kernels in cuda-gen. |
| cb23e90c | 25-Jun-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
MAGMA - add deterministic version of MAGMA backend |
| b21e5731 | 26-Jun-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
MAGMA - remove backend specific debug mode in favor of libray debug mode |
| fc6bbced | 25-Jun-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
Cov - drop debug code from code coverage and run make tidy |
| b8e71988 | 25-Jun-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
CUDA - output generated operator code with debugging flag |
| 60f9e2d6 | 25-Jun-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
Ceed - add debugging mode for backends, lifted to library level from OCCA backend |
| 3f1466f8 | 26-Jun-2020 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #561 from CEED/jeremy/is-deterministic
Ceed - add IsDeterministic |
| 5f67fade | 26-Jun-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
spellcheck |
| d2d7e99c | 26-Jun-2020 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #564 from CEED/jeremy/cuda-diag
CUDA - LinearAssemble*Diagonal |
| d7a256fb | 25-Jun-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
README - highlight reproducibility of backends |
| 52d8ac88 | 25-Jun-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
CUDA - add missing codecov exceptions |
| 9525855c | 17-Jun-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
Ceed - add IsDeterministic |
| 0f70cdf6 | 25-Jun-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
CUDA - shared basis needs minimum of 1 elem per block |
| b6e6b856 | 24-Jun-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
CUDA - use d_ and h_ prefix for diagonal assembly data arrays |
| c43c9481 | 23-Jun-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
Ref - compute QF value bound once |
| 2cb544c1 | 23-Jun-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
CUDA - convert diagonal assembly into device kernel |
| f2d44534 | 19-Jun-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
CUDA - fix composite operator diagonal support |
| 868092e3 | 19-Jun-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
CUDA - inital version of LinearAssemble* |
| 3636fb3d | 23-Jun-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
CUDA - fix small leak in cuda/gen QFunction load |
| 50dfd88a | 23-Jun-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
CUDA - add some missing ierr = |