| #
ead65ede
|
| 22-May-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/feature-matdup-coo' into 'main'
Duplicate COO info in MatDuplicate(), but use reference counting to save memory
See merge request petsc/petsc!6459
|
| #
2c4ab24a
|
| 11-May-2023 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Mat: duplicate COO info in MatDuplicate, but do reference counting to save memory
Thanks to Maxime Bouyges <maxime.bouyges@gmail.com> for feature requests.
|
| #
e2723016
|
| 19-May-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/no-init-kokkos-view' into 'main'
Do not do unnecessary Kokkos View initialization
See merge request petsc/petsc!6471
|
| #
7b8d4ba6
|
| 16-May-2023 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Kokkos: do not do unnecessary Kokkos View initialization
By default, Kokkos Views are init'ed, so we add explicit args to not initialize them.
|
| #
597312bb
|
| 02-May-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
7168d968
|
| 02-May-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/fix-setinf' into 'release'
Fixes for -fp_trap
See merge request petsc/petsc!6372
|
| #
592ea0f6
|
| 02-May-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'adams/mat-remove-matsetvaluesdevice' into 'main'
remove MatSetValuesDevice
See merge request petsc/petsc!6378
|
| #
4c55d725
|
| 02-May-2023 |
Mark Adams <524115-markadams4@users.noreply.gitlab.com> |
remove MatSetValuesDevice
|
| #
a1e4e190
|
| 30-Apr-2023 |
Stefano Zampini <stefano.zampini@gmail.com> |
MatILUFactorSymbolic_SeqAIJKokkos: fix division by zero
|
| #
80f6d96d
|
| 01-Apr-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
08eaad2d
|
| 01-Apr-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-typos-portability' into 'release'
Fix typos, portability issues, segmentation fault
See merge request petsc/petsc!6267
|
| #
aaa8cc7d
|
| 31-Mar-2023 |
Pierre Jolivet <pierre@joliv.et> |
Fix some documentation and typos
|
| #
9acb745a
|
| 22-Mar-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/tune-sycl-linker-flags' into 'main'
Config: separate SYCLC_LINKER_FLAGS
See merge request petsc/petsc!6047
|
| #
58d687f0
|
| 09-Feb-2023 |
Junchao Zhang <jczhang@anl.gov> |
AIJKOKKOSDEVICE: void set to avoid sycl "set but not used" warnings
|
| #
e9f36840
|
| 18-Mar-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-03-08/fix-man-pages-detected-by-lint' into 'main'
Fix many manual pages
See merge request petsc/petsc!6162
|
| #
20f4b53c
|
| 09-Mar-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix manual pages based on reports from Jacob's lint tool
Commit-type: documentation
|
| #
febaf5d7
|
| 17-Mar-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/optimize-mpiaijkok-matproduct' into 'main'
Simplify and optimize MatProduct of MPIAIJKOKKOS
See merge request petsc/petsc!6152
|
| #
0e3ece09
|
| 06-Mar-2023 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Mat: simplify MatProduct algorithms for MATMPIAIJKOKKOS
|
| #
6c749b74
|
| 07-Mar-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-03-01/fix-mat-man-pages' into 'main'
Cleanup of mat manual pages
See merge request petsc/petsc!6134
|
| #
2ef1f0ff
|
| 01-Mar-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Cleanup of mat manual pages
Commit-type: documentation
|
| #
37d05b02
|
| 06-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
b877537e
|
| 05-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-typos' into 'release'
Fix Typos
See merge request petsc/petsc!6024
|
| #
da81f932
|
| 05-Feb-2023 |
Pierre Jolivet <pierre@joliv.et> |
Fix Typos
|
| #
995ec06f
|
| 03-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/nvhpc-and-clang-cuda' into 'main'
Clang support for CUDA
See merge request petsc/petsc!6015
|
| #
8d80707a
|
| 30-Jan-2023 |
Stefano Zampini <stefano.zampini@gmail.com> |
AIJDEVICE.h: split declarations and code
Disable LANDAU code for CLANG-CUDA since it does not compile
clang -c -g -O0 --cuda-gpu-arch=sm_60 -Wno-deprecated-declarations -I/home/zampins/Devel/pet
AIJDEVICE.h: split declarations and code
Disable LANDAU code for CLANG-CUDA since it does not compile
clang -c -g -O0 --cuda-gpu-arch=sm_60 -Wno-deprecated-declarations -I/home/zampins/Devel/petsc/include -I/home/zampins/Devel/petsc/arch-dealii/include -I/home/zampins/Devel/miniforge/envs/dealii/pkgs/cuda-toolkit/include /home/zampins/Devel/petsc/src/mat/impls/aij/seq/seqcusparse/aijcusparse.cu -o arch-dealii/obj/mat/impls/aij/seq/seqcusparse/aijcusparse.o ptxas /tmp/aijcusparse-d4e683/aijcusparse-sm_60.s, line 477244; fatal : Parsing error near '.': syntax error ptxas fatal : Ptx assembly aborted due to errors
Fix clang parsing error
show more ...
|