| #
f13b9fe2
|
| 30-May-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
remove ifdef __cplusplus from C++-only headers
|
| #
52c275a1
|
| 18-May-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/h2opus-dmdakokkos' into 'main'
Add support for KOKKOS in H2OPUS
See merge request petsc/petsc!6408
|
| #
d16ceb75
|
| 04-May-2023 |
Stefano Zampini <stefano.zampini@gmail.com> |
Add MatCreateDenseForVecType
Remove old implementation (only in main) and update test
and a convenience internal routine to allocate the column vector when requested
|
| #
3d9668e3
|
| 10-May-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Add MatDenseCUPMSetPreallocation
|
| #
f920de81
|
| 12-Apr-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
c813453a
|
| 11-Apr-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/fix-compilation-warnings' into 'release'
Fix some compilation warnings
See merge request petsc/petsc!6287
|
| #
df4ba456
|
| 06-Apr-2023 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Mat: fix unused variable
|
| #
f55fc7d8
|
| 22-Mar-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2023-03-21/matdensecupmrestorearray-allow-nullptr' into 'main'
Allow calling `MatDenseCUDARestoreArray()` with `NULL`
See merge request petsc/petsc!6215
|
| #
01329d7d
|
| 21-Mar-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Allow restoring arrays with NULL
|
| #
2f1953c4
|
| 14-Mar-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2023-01-11/matdensecupm' into 'main'
Feature: MATDENSECUPM
See merge request petsc/petsc!6049
|
| #
c72d0b4c
|
| 13-Mar-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Fix Wmaybe-uninitialized
|
| #
025e0618
|
| 27-Feb-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Do MatAXPY in a single kernel instead of multiple cublas calls
|
| #
2ea277ce
|
| 24-Feb-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Do MatScale in a single kernel instead of multiple cublas calls
|
| #
4742e46b
|
| 22-Feb-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
MatDense CUPM
|