History log of /petsc/src/mat/impls/aij/seq/matmatmult.c (Results 101 – 125 of 699)
Revision Date Author Comments
# bfc8fd11 24-Nov-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release' into master


# 54f467a8 23-Nov-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jose/release/pgi-20.9-warnings' into 'release'

Fix warnings in NVIDIA compilers (formerly PGI)

See merge request petsc/petsc!3397


# b458e8f1 05-Nov-2020 Jose E. Roman <jroman@dsic.upv.es>

Fix warnings in NVIDIA compilers (formerly PGI): unreachable statement


# 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


# 089a957e 05-Oct-2020 Stefano Zampini <stefano.zampini@gmail.com>

MatTransposeMatMult_SeqAIJ: avoid transpositions if possible


# 7b917211 24-Aug-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'dalcinl/fix-null' into 'master'

Fix 0 -> NULL for pointers

See merge request petsc/petsc!3086


# f4259b30 23-Aug-2020 Lisandro Dalcin <dalcinl@gmail.com>

Mat: Replace 0 -> NULL for pointers


# a1bfbe63 12-Jun-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/fix-matproduct-logging' into 'master'

fix matproduct logging

See merge request petsc/petsc!2857


# 93aa15f2 11-Jun-2020 Stefano Zampini <stefano.zampini@gmail.com>

MatMultNumericAdd_SeqAIJ_SeqDense: Improve performances

1M x 1M AIJ matrix with 10 nonzeros per row times 2 columns -> 2x improvement
smaller improvements (20% in time) for larger numbers of columns


# daccdfde 10-Jun-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/maint'


# e81a1058 09-Jun-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/fix-fpe-divbyzero' into 'maint'

MatMatMultSymbolic_SeqAIJ_SeqAIJ_Sorted: prevent from division by zero

See merge request petsc/petsc!2844


# 2a09556f 09-Jun-2020 Stefano Zampini <stefano.zampini@gmail.com>

MatMatMultSymbolic_SeqAIJ_SeqAIJ_Sorted: prevent from division by zero


# 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


# 5ea7661a 23-May-2020 Pierre Jolivet <pierre.jolivet@enseeiht.fr>

Change how solves with multiple RHS work

* Deprecate KSPHPDDMMatSolve
* Add KSPMatSolve, previously known as KSPHPDDMMatSolve
* New option -ksp_matsolve_block_size
* New routines MatDense[Get|Restor

Change how solves with multiple RHS work

* Deprecate KSPHPDDMMatSolve
* Add KSPMatSolve, previously known as KSPHPDDMMatSolve
* New option -ksp_matsolve_block_size
* New routines MatDense[Get|Restore]SubMatrix

show more ...


# 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


# 6718818e 17-May-2020 Stefano Zampini <stefano.zampini@gmail.com>

MatProduct: proper cleanup of additional data structure

Do not mess with view/destroy routine, add an extra slot to MatProduct struct to stash the data, destroy/view routines
Deprecate MatFreeInterm

MatProduct: proper cleanup of additional data structure

Do not mess with view/destroy routine, add an extra slot to MatProduct struct to stash the data, destroy/view routines
Deprecate MatFreeIntermediateStructures in favor of MatProductClear
Clean up base headers for matrix classes
Update tests (remove some todos from ex70 because now the tests work properly)
MatProductSetType should not set the setfromoptions operation!
MatProductClear should reset operations
Remove no longer needed function composition
Add few more PetscInfo messages
Single dispatch routine
MatProductSetFromOptions routines are now allowed to fail
MatProductSetFromOptions_SeqXBAIJ_SeqDense: support for MATPRODUCT_AtB
MatTransposeMatMultNumeric_SeqAIJ_SeqDense: fix bug with leading dimensions
Make internal functions PETSC_INTERN
Fix a couple of places where the destroy routine of the matrix was changed
Products should all use internal data (or composed data attached to the internal data)
Fix few bugs in MPIAIJ_MPIDENSE product with stages

show more ...


# 7a3c3d58 06-May-2020 Stefano Zampini <stefano.zampini@gmail.com>

MatProduct: add support for basic AB and AtB products with B of type dense

do not fail if not supported
MatProductSetAlgorithm should copy the string, not the pointer!
Fix various checks
Fix new mat

MatProduct: add support for basic AB and AtB products with B of type dense

do not fail if not supported
MatProductSetAlgorithm should copy the string, not the pointer!
Fix various checks
Fix new mat/vec type propagation in few cases

Reported-by: "Jose E. Roman" <jroman@dsic.upv.es>, Pierre Jolivet <pierre.jolivet@enseeiht.fr>

show more ...


# 1ca9667a 07-May-2020 Stefano Zampini <stefano.zampini@gmail.com>

MatMatMultSymbolic_SeqAIJ_SeqDense: C lda


# 9c919e7d 05-May-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/maint'


# 055802ab 04-May-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/fix-matmatmult-prj' into 'maint'

Fix MatMatMult old API when reusing dense output matrix

See merge request petsc/petsc!2761


# 0ad02fca 02-May-2020 Stefano Zampini <stefano.zampini@gmail.com>

Revert "enable MatSetOption() for matproduct; Reported by Nourgaliev, Robert Nr <nourgaliev1@llnl.gov>"

This reverts commit 0e1ed72ee065c9f36858e956742a5e16988d3676.


# e4e71118 02-May-2020 Stefano Zampini <stefano.zampini@gmail.com>

MatSetSeqAIJWithArrays: rework the internal routine

Set type only if passed or if the already used matrix is not derived from AIJ
Skip MatAssemblyBegin/End


# 18992e5d 27-Apr-2020 Stefano Zampini <stefano.zampini@gmail.com>

MatMatMultSymbolic with DENSE output: use MatSetUp instead of SetPreallocation

This way we can preserve the local array if already present


# 3280a7ba 27-Apr-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/maint'


12345678910>>...28