| #
47d993e7
|
| 01-Oct-2022 |
suyashtn <suyashtn@umich.edu> |
Add HIP support to Mat class in PETSc
Co-authored-by: Justin Chang <jychang48@gmail.com>
Fixed-by: Jacob Faibussowitsch <jacob.fai@gmail.com> Fixed-by: Junchao Zhang <jczhang@mcs.anl.gov> Fixed-by:
Add HIP support to Mat class in PETSc
Co-authored-by: Justin Chang <jychang48@gmail.com>
Fixed-by: Jacob Faibussowitsch <jacob.fai@gmail.com> Fixed-by: Junchao Zhang <jczhang@mcs.anl.gov> Fixed-by: Satish Balay <balay@mcs.anl.gov>
show more ...
|
| #
061e922f
|
| 22-Sep-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2022-09-21/2-bike-2-shed' into 'main'
Feature: Bicycle Storage Facility 2
See merge request petsc/petsc!5661
|
| #
6524c165
|
| 21-Sep-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Transform all header-guards into ifndefs to make clang-format ignore them for preprocessor indentation
|
| #
be01a732
|
| 13-Sep-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/densecudarandom' into 'main'
Support MatSetRandom for CUDA dense matrices
See merge request petsc/petsc!5616
|
| #
3faff063
|
| 12-Sep-2022 |
Stefano Zampini <stefano.zampini@gmail.com> |
MATDENSECUDA: add support for device random number generation
|
| #
58d68138
|
| 23-Aug-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-08-21/clang-format-source' into 'main'
format repository with clang-format
See merge request petsc/petsc!5541
|
| #
9371c9d4
|
| 22-Aug-2022 |
Satish Balay <balay@mcs.anl.gov> |
clang-format: convert PETSc sources to comply with clang-format
|
| #
9f77afae
|
| 13-Jun-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/feature-tile-matdensegetsubmatrix' into 'main'
MatDenseGetSubMatrix(): allow selection of rows
See merge request petsc/petsc!5337
|
| #
a2748737
|
| 29-Apr-2022 |
Pierre Jolivet <pierre@joliv.et> |
MatDenseGetSubMatrix(): allow selection of rows
|
| #
97a91c33
|
| 06-May-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jose/mat-dense-shift' into 'main'
Mat: implement MatShift() for dense matrices
See merge request petsc/petsc!5191
|
| #
126e4e93
|
| 01-May-2022 |
Jose E. Roman <jroman@dsic.upv.es> |
Mat: implement MatShift() for CUDA dense matrices
|
| #
1c44eed5
|
| 18-Mar-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/dlpack' into 'main'
improve dlpack support
See merge request petsc/petsc!4858
|
| #
75f6d85d
|
| 18-Feb-2022 |
Stefano Zampini <stefano.zampini@gmail.com> |
MATDENSE: improve CUDA support for PYTHON and add DLPACK support
dlpack code moved to dlpack.pxi
|
| #
a38504b8
|
| 12-May-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'tisaac/feature-qr-factorization-cuda' into 'main'
QR factorization: cusolver dense
See merge request petsc/petsc!3690
|
| #
ceaf7235
|
| 12-May-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/feature-vecreciprocalongpu' into 'main'
Minor GPU additions
See merge request petsc/petsc!3862
|
| #
3d8925e7
|
| 13-Apr-2021 |
Stefano Zampini <stefano.zampini@gmail.com> |
MATSEQDENSECUDA: optimize using cuda*2d API for matrices with LDA
|
| #
bf5a80bc
|
| 05-Mar-2021 |
Toby Isaac <tisaac@cc.gatech.edu> |
Use cusolverDn QR factorization
Squashme: make sure seqdense matrices can still be solved with cuda
Fix memory leak in densecuda.cu
Use workvec to avoid cudaMalloc in MatSolve_SeqDenseCUDA_Interna
Use cusolverDn QR factorization
Squashme: make sure seqdense matrices can still be solved with cuda
Fix memory leak in densecuda.cu
Use workvec to avoid cudaMalloc in MatSolve_SeqDenseCUDA_Internal
squashme: remove timings
squashme: simplify copy-back logic in MatMatSolve_SeqDenseCUDA_Internal
Remove WaitForCUDA()
show more ...
|
| #
6b228460
|
| 10-Mar-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'tisaac/feature-qr-factorization' into 'main'
QR Factorization
See merge request petsc/petsc!3680
|
| #
4396437d
|
| 04-Mar-2021 |
Toby Isaac <tisaac@cc.gatech.edu> |
Refactor LAPACK factorization routines used by MatSeqDense
Correct MatSolveTranspose for recent changes in MatSeqDense
|
| #
4905a7bc
|
| 03-Mar-2021 |
Toby Isaac <tisaac@cc.gatech.edu> |
Add geqrf QR factorization for sequential dense matrices
Correct orthogonal matrix character code for complex numbers
|
| #
1223e7c0
|
| 18-Jan-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/fixes' into 'master'
Device fixes
See merge request petsc/petsc!3541
|
| #
a76f77c3
|
| 22-Dec-2020 |
Stefano Zampini <stefano.zampini@gmail.com> |
MATSEQDENSECUDA: add MatCopy support
|
| #
0382be2f
|
| 25-Jun-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jose/scalapack' into 'master'
MATSCALAPACK: new Mat type that wraps a ScaLAPACK matrix
See merge request petsc/petsc!2858
|
| #
17359960
|
| 15-Jun-2020 |
Jose E. Roman <jroman@dsic.upv.es> |
MATDENSE: fix setting LDA in parallel
|
| #
19cef4a6
|
| 04-Jun-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/feature-kspmatsolve-deprecate-ksphpddmmatsolve' into 'master'
Change how solves with multiple RHS work
See merge request petsc/petsc!2811
|