History log of /petsc/src/mat/impls/aij/seq/seqcusparse/cusparsematimpl.h (Results 101 – 125 of 221)
Revision Date Author Comments
# 2cbc15d9 23-Dec-2020 Mark <cal2princeton@yahoo.com>

added cache of buffer to avoid managed memory mallocs


# da79fbbc 22-Oct-2020 Stefano Zampini <stefano.zampini@gmail.com>

MATSEQAJICUSPARSE: perform analysis only once


# 1b0a6780 21-Oct-2020 Stefano Zampini <stefano.zampini@gmail.com>

CUSPARSE: use csrsv2 interface starting from CUDA 9.0


# 7e8381f9 18-Oct-2020 Stefano Zampini <stefano.zampini@gmail.com>

MATCUSPARSE: Implement fast assembly from COO data


# ed42e557 12-Oct-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2020-09-30/retry-other-cuda-errors/release' into 'master'

Report all GPU errors as PETSC_ERR_GPU so that the test harness can retry any GPU failure

See merge request petsc/petsc

Merge branch 'barry/2020-09-30/retry-other-cuda-errors/release' into 'master'

Report all GPU errors as PETSC_ERR_GPU so that the test harness can retry any GPU failure

See merge request petsc/petsc!3283

show more ...


# 589f383f 30-Sep-2020 Barry Smith <bsmith@mcs.anl.gov>

Report all GPU errors as PETSC_ERR_GPU so that the test harness can retry any GPU failure

We still get occassional errors:

ot ok ksp_ksp_tutorials-ex71_bddc_cusparse # Error code: 180

That occur a

Report all GPU errors as PETSC_ERR_GPU so that the test harness can retry any GPU failure

We still get occassional errors:

ot ok ksp_ksp_tutorials-ex71_bddc_cusparse # Error code: 180

That occur after the cuSPARSE library must have been loaded since the load command already succeeded

Commit-type: error-checking, CI, enhancement
/spend 15m

show more ...


# d19f7ace 05-Oct-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release' into master


# 5808baa8 01-Oct-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/fix-cuda10-builds' into 'release'

Fix building PETSC 3.14 with cuda 10.0

See merge request petsc/petsc!3292


# 9db3cbf9 01-Oct-2020 Stefano Zampini <stefano.zampini@gmail.com>

Fix building PETSC 3.14 with cuda 10.0


# 12c380df 28-Sep-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'adams/feature-mat-cuda' into 'master'

Adams/feature mat cuda

See merge request petsc/petsc!3137


# 3fa6b06a 02-Sep-2020 Mark Adams <mfadams@lbl.gov>

add cuda matrix for meta data method, assembly


# 6f7728a9 22-Sep-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/support-cuda-11' into 'master'

Add support of CUDA-11

See merge request petsc/petsc!3207


# afb2bd1c 17-Sep-2020 Junchao Zhang <jczhang@mcs.anl.gov>

Add support of CUDA-11


# fd7c363c 17-Sep-2020 Satish Balay <balay@mcs.anl.gov>

Revert "CUDA: Get PETSc to compile with CUDA 11."

This reverts commit 21a6055d1ede0202436f221d06f48a7b9836052d.


# cf5f8798 09-Sep-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'karlrupp/fix-cuda-11-compilation' into 'master'

CUDA: Get PETSc to compile with CUDA 11.

See merge request petsc/petsc!3154


# 21a6055d 08-Sep-2020 Karl Rupp <me@karlrupp.net>

CUDA: Get PETSc to compile with CUDA 11.

CUSPARSE has changed significantly in CUDA 11.
This has lead to a lot of broken code.
This commit disables the AIJCUSPARSE class so that PETSc at least compi

CUDA: Get PETSc to compile with CUDA 11.

CUSPARSE has changed significantly in CUDA 11.
This has lead to a lot of broken code.
This commit disables the AIJCUSPARSE class so that PETSc at least compiles with other GPU features enabled.

show more ...


# 16924cb1 26-Aug-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2020-08-16/fix-source-formatting' into 'master'

Turn on checkbadSource test to generate an error when found; fix all source code that causes errors

See merge request petsc/petsc

Merge branch 'barry/2020-08-16/fix-source-formatting' into 'master'

Turn on checkbadSource test to generate an error when found; fix all source code that causes errors

See merge request petsc/petsc!3064

show more ...


# 2da392cc 17-Aug-2020 Barry Smith <bsmith@mcs.anl.gov>

Turn on checkbadSource test to generate an error when found; fix all source code that causes errors

Commit-type: portability-fix, testing-fix, style-fix, feature, maintainability
/spend 1.5h


# 3c4168dc 13-Aug-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/maint'


# 9010c9d9 13-Aug-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/mv-private-cudavecimpl/maint' into 'maint'

cudavecimpl.h move to include/petsc/private as its used by private/sfimpl.h

See merge request petsc/petsc!3044


# 303a667b 12-Aug-2020 Satish Balay <balay@mcs.anl.gov>

cudavecimpl.h move to include/petsc/private as its used by private/sfimpl.h

Reported-by: Nidish <nb25@rice.edu>


# 7f3f1200 01-Jul-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/feature-cusparse-notransgen-herm' into 'master'

feature cusparse notransgen herm

See merge request petsc/petsc!2915


# 54da937a 28-Jun-2020 Stefano Zampini <stefano.zampini@gmail.com>

MATSEQAIJCUSPARSE: test multiple transpose generation flags


# e6e9a74f 26-Jun-2020 Stefano Zampini <stefano.zampini@gmail.com>

MATSEQAIJCUSPARSE: implement hermitian transpose operation

Simplify the class, using a single routine for all the MatMult variants
Make transpose generation optional (not default)


# 833b33c1 29-May-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/feature-add-hpackages-rebased' into 'master'

Fixes to MatProduct + many bug fixes + new hierarchical matrix support

See merge request petsc/petsc!2800


123456789