| 4e0e931f | 24-Jul-2020 |
Jed Brown <jed@jedbrown.org> |
backends/hip: exclude testing of unimplemented code |
| cfb6011c | 22-Jul-2020 |
nbeams <246972+nbeams@users.noreply.github.com> |
change *.hip to *.hip.cpp |
| 9b75b0e4 | 21-Jul-2020 |
nbeams <246972+nbeams@users.noreply.github.com> |
make style |
| 54e2d42e | 21-Jul-2020 |
nbeams <246972+nbeams@users.noreply.github.com> |
fix spacing for CeedHostSetValue_Cuda |
| 3d05ce95 | 21-Jul-2020 |
nbeams <246972+nbeams@users.noreply.github.com> |
add hipblas norm to hip-ref |
| f56b74c7 | 21-Jul-2020 |
nbeams <246972+nbeams@users.noreply.github.com> |
fix spacing |
| 572ff09c | 21-Jul-2020 |
nbeams <246972+nbeams@users.noreply.github.com> |
Merge branch 'main' into natalie/hip-ref-v2 |
| 9550c042 | 21-Jul-2020 |
nbeams <246972+nbeams@users.noreply.github.com> |
Add _Cuda or _Hip to Ceed[Host/Device]SetValue functions |
| cf7477b8 | 16-Jul-2020 |
nbeams <246972+nbeams@users.noreply.github.com> |
make style |
| 4e905529 | 16-Jul-2020 |
nbeams <246972+nbeams@users.noreply.github.com> |
update LinearAssemble* names to match PR #586 |
| 69af5e5f | 16-Jul-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
Style - update backend operator function names to use Add as needed |
| 7c2b2bcb | 16-Jul-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
CUDA - change LinearAssemble* to LinearAssembleAdd* when setting backend function |
| 17fed040 | 15-Jul-2020 |
nbeams <246972+nbeams@users.noreply.github.com> |
update with changes from cuda-ref |
| 77ad9f29 | 15-Jul-2020 |
nbeams <246972+nbeams@users.noreply.github.com> |
Merge branch 'main' into natalie/hip-ref-v2 |
| e3fbde13 | 15-Jul-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
CUDA - add macro to clean up cublasGetErrorName function |
| 58c385a5 | 15-Jul-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
CUDA - separate CeedCudaGetCublasHandle logic as independent funtion |
| 48e4fcd3 | 02-Jul-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
CUDA - add on device vector norms for CUDA backends |
| 2fcdcaf2 | 01-Jul-2020 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #577 from CEED/jeremy/take-array
Vec - add CeedVectorTakeArray |
| f323b5ac | 01-Jul-2020 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
CUDA - add missing ierr =
Co-authored-by: Jed Brown <jed@jedbrown.org> |
| f4289877 | 30-Jun-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
Op - use CeedVectorTakeArray in backends to reset array access |
| 6a6c615b | 30-Jun-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
Vec - add CeedVectorTakeArray |
| db3f49c5 | 30-Jun-2020 |
Yohann <dudouit1@llnl.gov> |
Merge branch 'master' into yohann/nameKernels |
| 14cce66c | 29-Jun-2020 |
Yohann Dudouit <dudouit1@llnl.gov> |
Improve namespacing. |
| 818e0025 | 29-Jun-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
CUDA - adjust indentation/comments in generated operator kernel for readability |
| 13585805 | 29-Jun-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
CUDA - make cuda/gen CEED_STRIDES_BACKEND agree with other cuda backends |