| #
a587d139
|
| 23-Dec-2020 |
Mark <cal2princeton@yahoo.com> |
Adding Cuda and Kokkos assembly. Added Device assembly to Landau operator. Added Kokkos test mat/ex5k.
|
| #
7e8381f9
|
| 18-Oct-2020 |
Stefano Zampini <stefano.zampini@gmail.com> |
MATCUSPARSE: Implement fast assembly from COO data
|
| #
0d8a268c
|
| 29-Oct-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/clean-up-vecscatter' into 'master'
typedef PetscSF VecScatter
See merge request petsc/petsc!3365
|
| #
97929ea7
|
| 22-Oct-2020 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Clean up vecscatter and define it as PetscSF
|
| #
efba6e65
|
| 10-Oct-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' into master
|
| #
d1debf72
|
| 09-Oct-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/fix-gamg-transposegencuda' into 'release'
Fix CUDA performance regression and KOKKOS bugfixes
See merge request petsc/petsc!3310
|
| #
d98d7c49
|
| 07-Oct-2020 |
Stefano Zampini <stefano.zampini@gmail.com> |
MATMPIAIJCUSPARSE: fix conversions
|
| #
d19f7ace
|
| 05-Oct-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' into master
|
| #
5808baa8
|
| 01-Oct-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/fix-cuda10-builds' into 'release'
Fix building PETSC 3.14 with cuda 10.0
See merge request petsc/petsc!3292
|
| #
9db3cbf9
|
| 01-Oct-2020 |
Stefano Zampini <stefano.zampini@gmail.com> |
Fix building PETSC 3.14 with cuda 10.0
|
| #
12c380df
|
| 28-Sep-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'adams/feature-mat-cuda' into 'master'
Adams/feature mat cuda
See merge request petsc/petsc!3137
|
| #
3fa6b06a
|
| 02-Sep-2020 |
Mark Adams <mfadams@lbl.gov> |
add cuda matrix for meta data method, assembly
|
| #
6f7728a9
|
| 22-Sep-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/support-cuda-11' into 'master'
Add support of CUDA-11
See merge request petsc/petsc!3207
|
| #
fd7c363c
|
| 17-Sep-2020 |
Satish Balay <balay@mcs.anl.gov> |
Revert "CUDA: Get PETSc to compile with CUDA 11."
This reverts commit 21a6055d1ede0202436f221d06f48a7b9836052d.
|
| #
cf5f8798
|
| 09-Sep-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'karlrupp/fix-cuda-11-compilation' into 'master'
CUDA: Get PETSc to compile with CUDA 11.
See merge request petsc/petsc!3154
|
| #
21a6055d
|
| 08-Sep-2020 |
Karl Rupp <me@karlrupp.net> |
CUDA: Get PETSc to compile with CUDA 11.
CUSPARSE has changed significantly in CUDA 11. This has lead to a lot of broken code. This commit disables the AIJCUSPARSE class so that PETSc at least compi
CUDA: Get PETSc to compile with CUDA 11.
CUSPARSE has changed significantly in CUDA 11. This has lead to a lot of broken code. This commit disables the AIJCUSPARSE class so that PETSc at least compiles with other GPU features enabled.
show more ...
|
| #
fd2eec0d
|
| 23-Aug-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/add-kokkos-init' into 'master'
Add Kokkos initialization
See merge request petsc/petsc!3048
|
| #
05035670
|
| 19-Aug-2020 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Add support of CUDA/HIP initialization at the same time
|
| #
721b214e
|
| 02-Aug-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/feature-delay-cuda-init' into 'master'
Do not init cuda if a code does not create any petsc cuda objects
See merge request petsc/petsc!2987
|
| #
cae85d06
|
| 21-Jul-2020 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Do lazy petsc cuda initialization and validation
So that we can avoid overburdening the GPU in CI. See more at https://gitlab.com/petsc/petsc/-/issues/360#note_373723821
|
| #
53566fe1
|
| 18-Jun-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/feature-matconvert-seqaijcusparse' into 'master'
support matconvert with cusparse
See merge request petsc/petsc!2880
|
| #
3338378c
|
| 18-Jun-2020 |
Stefano Zampini <stefano.zampini@gmail.com> |
MATMPIAIJCUSPARSE: add support for MatConvert
|
| #
833b33c1
|
| 29-May-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/feature-add-hpackages-rebased' into 'master'
Fixes to MatProduct + many bug fixes + new hierarchical matrix support
See merge request petsc/petsc!2800
|
| #
4b2d9054
|
| 07-May-2020 |
Stefano Zampini <stefano.zampini@gmail.com> |
MATMPIAIJCUSPARSE: fix destroy routine
|
| #
b0d1f38a
|
| 22-Mar-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/jczhang/feature-sf-pack-direct'
Directly pass root/leafdata to MPI in SF when possible
See merge request petsc/petsc!2506
|