| #
030f984a
|
| 18-May-2021 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Added PetscDevice to manage interaction and configuration of available devices.
Added PetscDeviceContext class to manage stream interactions for CUDA and HIP device backends. The new class is design
Added PetscDevice to manage interaction and configuration of available devices.
Added PetscDeviceContext class to manage stream interactions for CUDA and HIP device backends. The new class is designed to facilitate a fork-join parallelization model for asynchronous compute.
show more ...
|
| #
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
|
| #
55b7095d
|
| 08-Sep-2020 |
Satish Balay <balay@mcs.anl.gov> |
CI: add cuda11 test
and unbind linux-cuda-single-cxx, linux-cuda-uni-pkgs from frog
|
| #
5ad09d5f
|
| 06-Jul-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/fix-cuda-uni' into 'master'
CI: fix arch-ci-linux-cuda-uni-pkgs to build shared libraries
See merge request petsc/petsc!2952
|
| #
95b69342
|
| 05-Jul-2020 |
Satish Balay <balay@mcs.anl.gov> |
CI: fix arch-ci-linux-cuda-uni-pkgs to build shared libraries
CFLAGS=-fvisibility=hidden is causing sharedlibrary test to fail.
|
| #
c9ef0062
|
| 27-Jun-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/feature-mpiuni-cuda' into 'master'
Enable cuda support to MPIUNI
See merge request petsc/petsc!2920
|
| #
6e42a002
|
| 22-Jun-2020 |
Junchao Zhang <jczhang@mcs.anl.gov> |
MPIUNI: add cuda support
|