History log of /petsc/src/ksp/pc/impls/vpbjacobi/kokkos/vpbjacobi_kok.kokkos.cxx (Results 1 – 25 of 33)
Revision Date Author Comments
# 934c28dd 22-Jul-2025 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 09117800 22-Jul-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'zach/fixes-gpu-mi300a' into 'release'

MATHYPRE and Kokkos Fixes

See merge request petsc/petsc!8510


# f3d3cd90 09-Jul-2025 Zach Atkins <Zach.Atkins@colorado.edu>

Split KokkosDualViewSync into Host and Device versions


# 6da24969 31-Oct-2024 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# e889910a 30-Oct-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jrwrigh/vpbjacobi_get_vblock' into 'release'

kokkos vpbjacobi: Handle MPIAIJ matrices

See merge request petsc/petsc!7974


# 077598dd 30-Oct-2024 James Wright <james@jameswright.xyz>

kokkos vpbjacobi: Handle MPIAIJ matrices


# 4a997463 20-Sep-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/2024-09-05/feature-mat-get-vpb' into 'main'

PC: add new mat ops MATOP_GET_{BLOCK, VBLOCK}_DIAGONAL

See merge request petsc/petsc!7811


# d8e47b63 17-Sep-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-09-02/rebased-fix-conversion-warnings' into 'main'

Compiler finds (and forbid) casts from higher precision integers to lower

See merge request petsc/petsc!7806


# 1690c2ae 10-Sep-2024 Barry Smith <bsmith@mcs.anl.gov>

Change from deprecated PETSC_MAX/MIN_INT to PETSC_INT_MAX/MIN

Commit-type: i.e. error-checking, optimization, bug-fix, portability-fix, testing-fix, style-fix, feature, documentation, example
Funded

Change from deprecated PETSC_MAX/MIN_INT to PETSC_INT_MAX/MIN

Commit-type: i.e. error-checking, optimization, bug-fix, portability-fix, testing-fix, style-fix, feature, documentation, example
Funded-by:
Project:
Time: hours
Reported-by:
Thanks-to:
Development Tools: Vim, Emacs, Eclipse

show more ...


# 42ce410b 05-Sep-2024 Junchao Zhang <jczhang@anl.gov>

PC: add new mat ops MATOP_GET_{BLOCK, VBLOCK}_DIAGONAL

so that a shell matrix can return its own (variable) point blocks in a matrix for use in PC (V)PBJacobi


# 9f393f1c 13-Mar-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/2024-02-22/add-explicit-execution-space' into 'main'

Add explicit execution space (stream or queue) argument to Kokkos/KK functions

See merge request petsc/petsc!7315


# d326c3f1 12-Mar-2024 Junchao Zhang <jczhang@anl.gov>

Kokkos: add explicit execution space (stream or queue) to Kokkos/KK functions


# 970231d2 07-Mar-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/clang-format-18' into 'main'

clang-format version 18

See merge request petsc/petsc!6902


# f4f49eea 11-Feb-2024 Pierre Jolivet <pierre@joliv.et>

Remove multiple parentheses and extra semicolon

git grep -l -E "\(\([a-zA-Z0-9_]+\)\(\*[a-zA-Z0-9_]+\)[, )]" | xargs sed -r -i'' 's#\(\(([a-zA-Z0-9_]+)\)\(\*([a-zA-Z0-9_]+)\)([, )])#\(\(\1\)\*\2\3#g

Remove multiple parentheses and extra semicolon

git grep -l -E "\(\([a-zA-Z0-9_]+\)\(\*[a-zA-Z0-9_]+\)[, )]" | xargs sed -r -i'' 's#\(\(([a-zA-Z0-9_]+)\)\(\*([a-zA-Z0-9_]+)\)([, )])#\(\(\1\)\*\2\3#g'
git grep -l -E "Petsc(.)*\(\(\*[a-zA-Z0-9_]*\)," | xargs sed -r -i'' 's#Petsc([a-zA-Z0-9_]*)\(\(\*([a-zA-Z0-9_]*)\), #Petsc\1(*\2, #g'
git grep -l -E "([\!\&\~\*\(]|\)\)|\([^,\*\(]+\**\))\(([a-zA-Z0-9_]+((\.|->)[a-zA-Z0-9_]+|\[[a-zA-Z0-9_ \%\+\*\-]+\])+)\)" | xargs sed -r -i'' 's#([\!\&\~\*\(]|\)\)|\([^,\*\(]+\**\))\(([a-zA-Z0-9_]+((\.|->)[a-zA-Z0-9_]+|\[[a-zA-Z0-9_ \%\+\*\-]+\])+)\)#\1\2#g'

show more ...


# 5a153353 12-Jul-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/fix-vpbjacobi-mpiaij' into 'main'

PC: fix a bug -- we need to get the diagonal block A if pmat is derived from MPIAIJ

See merge request petsc/petsc!6697


# 5994c5ad 11-Jul-2023 Junchao Zhang <jczhang@mcs.anl.gov>

PC: fix a bug -- we need to get the diagonal block A if pmat is derived from MPIAIJ


# fb32bdb1 30-Jun-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/feature-offload-PCSetUp-VPBJacobi-Kokkos' into 'main'

Offload PCSetUp_VPBJacobi_Kokkos to device

See merge request petsc/petsc!6637


# 6dc07963 28-Jun-2023 Junchao Zhang <jczhang@mcs.anl.gov>

PC: add experimental PCApplyOrTranspose_VPBJacobi_Kokkos with KK batched


# 9d13fa56 23-Jun-2023 Junchao Zhang <jczhang@mcs.anl.gov>

PC: offload PCSetUp_VPBJacobi_Kokkos to device


# 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


# 1ea65430 04-Jan-2023 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# a41402af 04-Jan-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-typo' into 'release'

Winter cleaning

See merge request petsc/petsc!5948


# 35cb6cd3 30-Dec-2022 Pierre Jolivet <pierre@joliv.et>

Fix some typos


# e19c1245 22-Dec-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jed/pc-vpbjacobi-transpose' into 'main'

Add PCApply(Transpose)_VPBJacobi for CPU and GPU; add PCApply(Transpose)_PBJacobi for GPU

See merge request petsc/petsc!5920


12