History log of /petsc/src/mat/impls/aij/seq/kokkos/aijkok.kokkos.cxx (Results 76 – 100 of 253)
Revision Date Author Comments
# 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 ...


# 4d86920d 10-Feb-2024 Pierre Jolivet <pierre@joliv.et>

checkbadSource: rules for PetscFunctionBegin and derivatives


# 6996bd1a 21-Feb-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-double' into 'main'

Fix words appearing twice in a row for no good reason

See merge request petsc/petsc!7307


# 15229ffc 21-Feb-2024 Pierre Jolivet <pierre@joliv.et>

Fix words appearing twice in a row for no good reason


# 69e36a27 16-Oct-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/2023-10-05/feature-support-matshift-aijkokkos' into 'main'

Support Mat{Shift, DiagonalSet, DiagonalScale} for MATAIJKOKKOS

See merge request petsc/petsc!6921


# f4747e26 11-Oct-2023 Junchao Zhang <jczhang@anl.gov>

Mat: support Mat{Shift, DiagonalSet, DiagonalScale} for MATAIJKOKKOS


# 9c5460f9 17-Aug-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2023-08-09/linter-detect-static-function-candidates' into 'main'

Linter detect possible static functions

See merge request petsc/petsc!6796


# 66976f2f 14-Aug-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

Add static to internal functions


# 48c57749 15-Aug-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/2023-08-14/make-device2host-memcopy-async-safe' into 'main'

Make DualView sync_host() asynchronous by adding an execution space argument

See merge request petsc/petsc!6811


# e36ced11 14-Aug-2023 Junchao Zhang <jczhang@mcs.anl.gov>

Kokkos: make dual view sync_host() asynchronous by adding an execution space argument

sync_host() without the argument is synchronous (like cudaMemcpy D2H). With the argument,
it is asynchronous (l

Kokkos: make dual view sync_host() asynchronous by adding an execution space argument

sync_host() without the argument is synchronous (like cudaMemcpy D2H). With the argument,
it is asynchronous (like cudaMemcpyAsync D2H).

To make sure the host array contains valide data immediately after dualview.sync_host(),
we need to do exec.fence();

show more ...


# 3c9c10a1 01-Aug-2023 Satish Balay <balay@mcs.anl.gov>

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

Fix typos

See merge request petsc/petsc!6771


# 145b44c9 31-Jul-2023 Pierre Jolivet <pierre@joliv.et>

Fix typos


# cfd92c66 22-Jul-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'tisaac/feature-type-generic-petsc-valid-pointer' into 'main'

Implement a type generic PetscValidPointer

See merge request petsc/petsc!6693


# 4f572ea9 18-Jul-2023 Toby Isaac <toby.isaac@gmail.com>

Rename PetscValidPointer -> PetscAssertPointer


# 2952079d 18-Jul-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/fix-setvaluescoo-gpu-timing' into 'main'

SetValuesCOO: add PetscLogGpuTimeBegin/End()

See merge request petsc/petsc!6717


# 08bb9926 18-Jul-2023 Junchao Zhang <jczhang@mcs.anl.gov>

SetValuesCOO: add PetscLogGpuTimeBegin/End()


# 02477ebb 15-Jul-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2023-06-30/enable-doc-lint' into 'main'

Enable docs linting

See merge request petsc/petsc!6667


# fe59aa6d 12-Jul-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

Lint apply: mat


# 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


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

PC: offload PCSetUp_VPBJacobi_Kokkos to device


# de5d30bf 16-Jun-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/mathypre' into 'main'

cleanup mathypre

See merge request petsc/petsc!6528


# 651b1cf9 31-May-2023 Stefano Zampini <stefano.zampini@gmail.com>

Mat tests: add HYPRE COO tests

support COO with hacking permutation array of AIJ


# 8c38e02a 03-Jun-2023 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 4ff55f77 01-Jun-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-05-27/improve-tutorials/release' into 'release'

Minor cleanup of website tutorials

See merge request petsc/petsc!6520


# 1cc06b55 27-May-2023 Barry Smith <bsmith@mcs.anl.gov>

change to consistent use of ch_xxx for chapter names in the docs, instead of a mix of ch_xx and chapter_xx


1234567891011