| #
caa531a7
|
| 14-Apr-2021 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #726 from CEED/jeremy/petsc-ex-build
Refactor petsc examples to reduce redundant code
|
| #
9b072555
|
| 07-Apr-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
style - update to new style for petsc examples
|
| #
e83e87a5
|
| 06-Apr-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
petsc - refactor examples to reduce redundant code
|
| #
2318ecf4
|
| 31-Mar-2021 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #720 from CEED/jeremy/vtu
petsc - vtk->vtu
|
| #
a854c6c0
|
| 31-Mar-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
petsc - vtk->vtu
|
| #
3d576824
|
| 29-Jan-2021 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
headers - clearify includes to not rely on transitive includes (#701)
* headers - clearify includes to not rely on transitive includes
* style - add header recommendations from 'include-what-you-
headers - clearify includes to not rely on transitive includes (#701)
* headers - clearify includes to not rely on transitive includes
* style - add header recommendations from 'include-what-you-use'
* style - apply 'include-what-you-use' changes to CUDA backends
* style - 'include-what-you-use' for hip backends
* style - drop ceed.h includes in gallery qf source
* docs - add dev notes for header files
* style - header style and alphabetize
show more ...
|
| #
32f542f0
|
| 28-Dec-2020 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #679 from CEED/jed/petsc-hip
examples/petsc: use VecGetArrayAndMemType() to support CUDA/HIP/Kokkos
|
| #
b68a8d79
|
| 17-Dec-2020 |
Jed Brown <jed@jedbrown.org> |
examples/petsc: use VecGetArrayAndMemType() to support CUDA/HIP/Kokkos
We resolve default VECCUDA or VECHIP based on /gpu/cuda or /gpu/hip. For others, one should pass -dm_vec_type kokkos or -dm_vec
examples/petsc: use VecGetArrayAndMemType() to support CUDA/HIP/Kokkos
We resolve default VECCUDA or VECHIP based on /gpu/cuda or /gpu/hip. For others, one should pass -dm_vec_type kokkos or -dm_vec_type standard.
There is no longer a "libCEED User Requested MemType" field in the output.
Enable CI testing using PETSc built locally with HIP. This should be converted to building a specified version once some bugs are fixed and the branch merges.
Exclude automatic selection of VECHIP for /gpu/hip/occa due to SEGV: https://github.com/CEED/libCEED/issues/678
show more ...
|
| #
500adadc
|
| 30-Sep-2020 |
nbeams <246972+nbeams@users.noreply.github.com> |
resolve merge conflicts for v0.7 release
|
| #
5d470006
|
| 29-Sep-2020 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #634 from CEED/jeremy/occa-order
OCCA - update backend resource names to match other GPU backends
|
| #
28688798
|
| 28-Sep-2020 |
jeremylt <thompson.jeremy.luke@gmail.com> |
OCCA - update backend resource names to match conventions
|
| #
77ad9f29
|
| 15-Jul-2020 |
nbeams <246972+nbeams@users.noreply.github.com> |
Merge branch 'main' into natalie/hip-ref-v2
|
| #
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
|
| #
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
|
| #
a970f638
|
| 30-Jun-2020 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #566 from CEED/jeremy/solid-cuda
Solids - enable use of GPU vectors
|
| #
f9342789
|
| 29-Jun-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
PETSc - fix bpOptions stuct filepaths to QFunctions for BP4/6
|
| #
4d36c801
|
| 24-Jun-2020 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #568 from CEED/jeremy/cuda-destroy
Small CUDA Tidying
|
| #
0ec79729
|
| 23-Jun-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
PETSc - adjust bpsraw test parameters to avoid too many threads for cuda backends
|
| #
ec5694db
|
| 18-Jun-2020 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #559 from CEED/jeremy/test-cuda-bps
PETSc - fix PETSc test parameters for CUDA backends
|
| #
2fbc6e41
|
| 15-Jun-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
PETSc - fix PETSc test parameters for CUDA backends
|
| #
5f38a0bf
|
| 11-Jun-2020 |
Valeria Barra <39932030+valeriabarra@users.noreply.github.com> |
Merge pull request #551 from CEED/valeria/benchmarking-petsc-bps
PETSc Bps: allow looping over degrees, problems and backends
|
| #
da9108ad
|
| 08-Jun-2020 |
valeriabarra <valeriabarra21@gmail.com> |
PETSc bps & bpsraw: Remove benchmark_mode (not needed anymore) and always disregard first run performance
This is preferred for benchmarking purposes, so that we are preloading the cache;
|
| #
8d0bb2bb
|
| 08-Jun-2020 |
valeriabarra <valeriabarra21@gmail.com> |
PETSc bpsraw: always print DoFs/Sec in CG info (except when in test mode)
|
| #
65275b31
|
| 13-May-2020 |
valeriabarra <valeriabarra21@gmail.com> |
Merge branch 'master' into valeria/NSfixes
|