| #
6af1d01c
|
| 27-Feb-2022 |
Jed Brown <jed@jedbrown.org> |
Mat AIJKOKKOS: fix mismatched PetscLogGpuTimeBegin/End
|
| #
164e454b
|
| 24-Feb-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/fix-mat-vec-kokkos' into 'main'
Tune mat and vec of kokkos
See merge request petsc/petsc!4881
|
| #
ad7ac7b2
|
| 23-Feb-2022 |
Junchao Zhang <jczhang@mcs.anl.gov> |
MatAIJKokkos: favor VecGetKokkosViewWrite() over VecGetKokkosView() to avoid unnecessary memory copies
|
| #
d859bcd6
|
| 17-Feb-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/feature-improve-mataij-coo' into 'main'
Do COO preallocation on MATAIJ and share the plan with other device matrix types
See merge request petsc/petsc!4831
|
| #
b6c38306
|
| 15-Feb-2022 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Mat: Zero mat entries in kernels (only valid for sequential mat) to save bandwidth
|
| #
394ed5eb
|
| 11-Feb-2022 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Mat: do COO preallocation on mataij and share the plan with mataijkokkos
|
| #
c9087a6a
|
| 14-Feb-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/housekeeping-hpddm' into 'main'
Minor PCHPDDM improvements
See merge request petsc/petsc!4814
|
| #
580c7c76
|
| 29-Jan-2022 |
Pierre Jolivet <pierre@joliv.et> |
Docs: tranpose -> transpose + updated references
|
| #
1241a243
|
| 13-Feb-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2022-01-05/c99' into 'main'
Feature: C99 and C++11
See merge request petsc/petsc!4700
|
| #
2c71b3e2
|
| 11-Feb-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
rename PetscAssert() -> PetscCheck() and PetscAssertDebug() -> PetscAssert()
|
| #
9ace16cd
|
| 28-Jan-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
add PetscAssert() and PetscAssertFalse()
|
| #
7d3de750
|
| 12-Jan-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
make PetscInfo() variadic
|
| #
98921bda
|
| 28-Jan-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
SETERRQ[1-9]+ begone
|
| #
cd4d7e80
|
| 07-Feb-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/fix-aijkokkos-memory-leak' into 'main'
Fix memory leaks in AIJKOKKOS
Closes #1088
See merge request petsc/petsc!4791
|
| #
300d22a6
|
| 05-Feb-2022 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Mat: change several SeqAIJKOKKOSDEVICE related fields from pointers to views to fix memory leaks
|
| #
680bba86
|
| 04-Feb-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/fix-sycl-kernel-printf' into 'main'
Remove printf in SYCL kernels since dpcpp does not support that yet
See merge request petsc/petsc!4797
|
| #
8f1da0b2
|
| 02-Feb-2022 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Mat: avoid printf in (SYCL) kernels since dpcpp does not support that yet
|
| #
ff751488
|
| 02-Feb-2022 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Mat: fix memory leaks in AIJKOKKOS
close issue #1088
|
| #
ffc4bcc0
|
| 01-Feb-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'adams/landau-batch-cuda-cleanup' into 'main'
cleanup Mat for batch lu solvers, namespace Landau CUDA kernels
See merge request petsc/petsc!4783
|
| #
3aa63004
|
| 29-Jan-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/feature-kokkos-coo' into 'main'
Support MatSetValuesCOO() for AIJKOKKOS matrices
See merge request petsc/petsc!4726
|
| #
46804e07
|
| 28-Jan-2022 |
Mark Adams <524115-markadams4@users.noreply.gitlab.com> |
remove attaching batch size to Mat for batch lu solvers (cusporse and Kokkos)
|
| #
9be6e3fb
|
| 28-Jan-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'adams/aijkokkos-gpu-logging' into 'main'
Cleanup diagnostics and remove unneeded calls to WaitForKokkos
See merge request petsc/petsc!4748
|
| #
42550bec
|
| 17-Jan-2022 |
Junchao Zhang <jczhang@mcs.anl.gov> |
MATAIJKOKKOS: support MatSetValuesCOO
|
| #
eeadb341
|
| 27-Jan-2022 |
Junchao Zhang <jczhang@mcs.anl.gov> |
VecKokkos+AIJKokkos: cleanup timers and remove WaitForKokkos
|
| #
1178bae5
|
| 26-Jan-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/fix-cuda11-kokkos' into 'main'
CI: add kokkos to the cuda-11 job
See merge request petsc/petsc!4734
|