| 25e4c5b6 | 22-Sep-2020 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #629 from CEED/jeremy/oneapi
Make - Intel oneAPI C/C++ compiler renamed to icx/icpx |
| 8ca0bbae | 22-Sep-2020 |
jeremylt <thompson.jeremy.luke@gmail.com> |
Make - Intel oneAPI C/C++ compiler renamed to icx/icpx |
| a31f51a5 | 21-Sep-2020 |
nbeams <246972+nbeams@users.noreply.github.com> |
add magma-det backend for HIP mode |
| 8bbde584 | 19-Sep-2020 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #610 from CEED/jeremy/cuda-qf-pointer
QF - add interface to set device user function |
| d031b3b2 | 18-Sep-2020 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #627 from CEED/jed/rm-codedocs
Remove codedocs.xyz (operation looks unmaintained) |
| 3d272edb | 18-Sep-2020 |
Valeria Barra <39932030+valeriabarra@users.noreply.github.com> |
Small doc fixes (#626)
* Docs: typo fix
* Docs: small updates
* Docs: remove ref to CEED_Q_VLA in API docs to avoid the following warning
WARNING: undefined label: ceed_q_vla (if the link h
Small doc fixes (#626)
* Docs: typo fix
* Docs: small updates
* Docs: remove ref to CEED_Q_VLA in API docs to avoid the following warning
WARNING: undefined label: ceed_q_vla (if the link has no caption the label must precede a section header)
show more ...
|
| 86f45fc6 | 18-Sep-2020 |
Jed Brown <jed@jedbrown.org> |
Remove codedocs.xyz (operation looks unmaintained) |
| af7ca75e | 17-Sep-2020 |
jeremylt <thompson.jeremy.luke@gmail.com> |
QFunction - compile cuda/hip only functions separately |
| 93ef92a2 | 28-Aug-2020 |
jeremylt <thompson.jeremy.luke@gmail.com> |
make style |
| 402de522 | 28-Aug-2020 |
jeremylt <thompson.jeremy.luke@gmail.com> |
Doc - update release notes |
| dcb424d2 | 28-Aug-2020 |
Will Pazner <will.e.p@gmail.com> |
Error checking for user CUfunction in CeedCudaBuildQFunction |
| 0a7bea2d | 28-Aug-2020 |
Will Pazner <will.e.p@gmail.com> |
Add SetCUDAUserFunction to /gpu/cuda/ref backend |
| 8c84ac63 | 21-Aug-2020 |
jeremylt <thompson.jeremy.luke@gmail.com> |
QF - add interface to set device user function |
| 2a8ae808 | 17-Sep-2020 |
nbeams <246972+nbeams@users.noreply.github.com> |
Merge branch 'main' into icl/hip-magma |
| 461525f5 | 17-Sep-2020 |
Natalie Beams <246972+nbeams@users.noreply.github.com> |
Consolidate CUDA backends (#623)
* Travis - allow icc failure for now
* move cuda-reg basis init kernels to cuda-shared
* move cuda-reg restrictions to cuda-ref
* change delegate ceeds for
Consolidate CUDA backends (#623)
* Travis - allow icc failure for now
* move cuda-reg basis init kernels to cuda-shared
* move cuda-reg restrictions to cuda-ref
* change delegate ceeds for previous uses of cuda-reg
* remove cuda-reg backend
* update hip restrictions to match cuda
* update backends list in README
* make style
* update release notes for removal of cuda-reg
Co-authored-by: jeremylt <thompson.jeremy.luke@gmail.com>
show more ...
|
| 18d499f1 | 17-Sep-2020 |
Yohann <dudouit1@llnl.gov> |
Enable under-integration for cuda-shared and cuda-gen backends (#620)
* Support under integration in cuda-shared.
* Add under-integration to the cuda-gen backend.
* Fix bugs when under-integ i
Enable under-integration for cuda-shared and cuda-gen backends (#620)
* Support under integration in cuda-shared.
* Add under-integration to the cuda-gen backend.
* Fix bugs when under-integ in cuda-shared.
* Factor some code.
* Factor some code in cuda-gen.
* Guard more carefully.
* Introduce T1d.
* Fix a bug in readQuads3d
* Fix bugs in 3D.
* Fix a typo
* Safety init.
* Try something with ContractZ3d.
* Guard the add
* revert add.
* Add more thread guards
* Same as previous
* Fix a bug in add.
* style.
* Check that the bases are tensor in cuda-gen.
* move isTensor
* Add T1d to cuda-gen and guard contractions.
* Fix typos.
* add guards in 1d.
* Rewrite weight functions.
* typo
* CUDA - fix cuda-gen collocated check
* make style.
Co-authored-by: jeremylt <thompson.jeremy.luke@gmail.com>
show more ...
|
| 41305010 | 14-Sep-2020 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #625 from CEED/jeremy/travis-icc
Travis - allow icc failure for now |
| f900e5c0 | 14-Sep-2020 |
jeremylt <thompson.jeremy.luke@gmail.com> |
Travis - allow icc failure for now |
| 06fe0b48 | 11-Sep-2020 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #622 from CEED/jeremy/occa-release
Travis - pin OCCA at v1.1.0 |
| dab7211c | 10-Sep-2020 |
jeremylt <thompson.jeremy.luke@gmail.com> |
Travis - pin OCCA at v1.1.0 |
| 45f29434 | 09-Sep-2020 |
nbeams <246972+nbeams@users.noreply.github.com> |
detect MAGMA build from library symbols |
| 59f7e599 | 08-Sep-2020 |
nbeams <246972+nbeams@users.noreply.github.com> |
move device kernels to common folder |
| 969f2b10 | 02-Sep-2020 |
nbeams <246972+nbeams@users.noreply.github.com> |
Add HIP support for MAGMA backend |
| d409f5cb | 02-Sep-2020 |
Natalie Beams <246972+nbeams@users.noreply.github.com> |
update HIP libs (#619) |
| 56638c02 | 31-Aug-2020 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #616 from CEED/jeremy/cuda-gen-collo
CUDA - clean up logic for collograd in cuda/gen |