History log of /petsc/src/mat/impls/aij/seq/kokkos/aijkok.kokkos.cxx (Results 126 – 150 of 253)
Revision Date Author Comments
# 31d78bcd 02-Feb-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2022-12-10/petscerrorcode-nodiscard' into 'main'

Feature: Non-discardable PetscErrorCode

See merge request petsc/petsc!5923


# 3ba16761 10-Dec-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

Make PetscErrorCode a non-discardable enum


# 4a626932 24-Jan-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/sync-with-kk-4.0' into 'main'

Update code to sync with Kokkos-kernels 4.0

See merge request petsc/petsc!5998


# e944a159 23-Jan-2023 Junchao Zhang <jczhang@mcs.anl.gov>

MatAIJKokkos: update code to sync with Kokkos-kernels 4.0


# 4879ded5 02-Dec-2022 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# bdcd4750 01-Dec-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/fix-MatCreateSubMatrix-on-mpiaijkokkos' into 'release'

Mat: fix a bug when calling MatCreateSubMatrix() on a mpiaijkokkos matrix

See merge request petsc/petsc!5892


# 9d52486c 01-Dec-2022 Junchao Zhang <jczhang@mcs.anl.gov>

Mat: add PetscCallCXX() to KokkosSparse::spmv


# 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


# d71ae5a4 21-Sep-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

source code format changes due to .clang-format changes


# a3c22455 05-Sep-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2022-08-15/fix-mat-manpages' into 'main'

Man pages in mat directory, manual material on matrices

See merge request petsc/petsc!5539


# 11a5261e 17-Aug-2022 Barry Smith <bsmith@mcs.anl.gov>

Fix manual pages in src/mat directory, very minor source code change

Commit-type: documentation
/spend 22h


# a78c8619 05-Sep-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/revise-aijkok-spgemm-interface' into 'main'

Revise interface to Kokkos SpGEMM by sorting the output matrix only when not already

See merge request petsc/petsc!5585


# 866eb059 01-Sep-2022 Junchao Zhang <jczhang@mcs.anl.gov>

AIJKOK: revise interface to spgemm, sorting the output matrix only when not already


# f0af967e 29-Aug-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-style-one-liners' into 'main'

Remove braces from one-liners w/o PetscCall()

See merge request petsc/petsc!5561


# ad540459 29-Aug-2022 Pierre Jolivet <pierre@joliv.et>

Remove braces from one-liners w/o PetscCall()


# 38f67375 27-Aug-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-style-one-liners' into 'main'

Remove braces from one-liners

See merge request petsc/petsc!5557


# 48a46eb9 27-Aug-2022 Pierre Jolivet <pierre@joliv.et>

Remove braces from one-liners


# 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


# d338e13f 26-Jul-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/update-use-of-deprecated-kokkos-APIs' into 'main'

Update as Kokkos deprecated some APIs

See merge request petsc/petsc!5475


# f98996d3 25-Jul-2022 Junchao Zhang <jczhang@mcs.anl.gov>

AIJKOKKOS: update as KK moved some names from KokkosKernels:: to KokkosSparse::


# 42b3b702 25-Jul-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2022-07-16/fix-mattranspose' into 'main'

Symbolic/numeric stages vs MatReuse flag discussion and additions to MatTranspose

See merge request petsc/petsc!5438


# 7fb60732 17-Jul-2022 Barry Smith <bsmith@mcs.anl.gov>

Update handling of MatTranspose() with MAT_REUSE_MATRIX

Add error checking for the use of the MAT_REUSE_MATRIX flag in MatTranspose()
Add tests to MatTranspose_XXX to error if the nonzero pattern ch

Update handling of MatTranspose() with MAT_REUSE_MATRIX

Add error checking for the use of the MAT_REUSE_MATRIX flag in MatTranspose()
Add tests to MatTranspose_XXX to error if the nonzero pattern changes
Add support for MAT_REUSE_MATRIX with changing nonzero pattern for MatTranspose_SeqAIJ()
Remove use of updateAt in MatProductNumeric_AtB_SeqAIJ_SeqAIJ() since MatTranspose() automatically
skips unneeded new transpose
Add MatTransposeSymbolic()
Update to SLEPc that supports these changes

Commit-type: feature, error-checking, documentation
/spend 5h

show more ...


# 1270cb4b 18-Jul-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/remove-constness-coo-ij' into 'main'

Remove constness of the i/j parameters in MatSetPreallocationCOO() to save memory

See merge request petsc/petsc!5436


# e8729f6f 15-Jul-2022 Junchao Zhang <jczhang@mcs.anl.gov>

Mat: remove constness of the i/j args in MatSetPreallocationCOO() to save memory


1234567891011