| #
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
|
| #
fabba767
|
| 01-Jul-2025 |
Zach Atkins <Zach.Atkins@colorado.edu> |
Kokkos - Limit excess synchronization on MI300A
|
| #
97fff7b2
|
| 07-Mar-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/2025-03-05/revise-PetscGetKokkosExecutionSpace' into 'main'
Return execution space instead of reference to simplify the code
See merge request petsc/petsc!8182
|
| #
4df4a32c
|
| 07-Mar-2025 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Kokkos: return execution space instead of reference to simplify the code
A Kokkos execution space is a shared pointer. We don't need to reference it
|
| #
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
|
| #
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
|
| #
d31083bd
|
| 09-Sep-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/2024-07-02/revise-vecduplicatevecs' into 'main'
Simplify VecDuplicateVecs
See merge request petsc/petsc!7668
|
| #
a74aa489
|
| 22-Aug-2024 |
Junchao Zhang <jczhang@anl.gov> |
pbjacobi_kok: add execspace argument ot use the default petsc stream
|
| #
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
|
| #
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
|
| #
12facf1b
|
| 21-Dec-2022 |
Junchao Zhang <jczhang@mcs.anl.gov> |
PCPBJACOBI: add cuda and Kokkos implementation
|