Thanks Daniel, do you mean that I can use CUDA through the cuSPARSE
wrappers for having the matrix and vectors on the GPU (and then implement
GMRES by myself)
or is it still possible to use Trilinos solvers having it running
automagically on GPU? Please forgive me if this is a dumb question.
As I already mentioned  I am not familiar neither with deal.II nor with
Trilinos...
Thanks again and best regards,
Massimo

On Mon, Dec 24, 2018 at 10:23 AM Daniel Arndt <
[email protected]> wrote:

> Massimo,
>
> we are intending to add Tpetra support in deal.II but this is not yet
> available.
> Currently, CUDA can be used through cuSPARSE wrappers(
> https://www.dealii.org/9.0.0/doxygen/deal.II/classCUDAWrappers_1_1SparseMatrix.html
> ,
>
> https://www.dealii.org/9.0.0/doxygen/deal.II/classLinearAlgebra_1_1CUDAWrappers_1_1Vector.html
> )
> or using matrix-free methods (
> https://www.dealii.org/9.0.0/doxygen/deal.II/classCUDAWrappers_1_1MatrixFree.html
> ).
> The latter one also supports MPI (using
> https://www.dealii.org/developer/doxygen/deal.II/classLinearAlgebra_1_1distributed_1_1Vector.html
> with MemorySpace::CUDA).
>
> Best,
> Daniel
>
> --
> The deal.II project is located at http://www.dealii.org/
> For mailing list/forum options, see
> https://groups.google.com/d/forum/dealii?hl=en
> ---
> You received this message because you are subscribed to the Google Groups
> "deal.II User Group" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>


-- 
--- Massimo Bernaschi: Istituto Applicazioni del Calcolo ----
|  IAC-CNR                  | e-mail: [email protected] |
|  Via dei Taurini, 19     | phone: +39 06 49937350              |
|  00185 Roma - ITALY | fax:   +39 06 4404306                  |
------------------------------------------------------------------------------------------------------------------------
|Skype nickname: m.bernaschi
                            |
------------------------------------------------------------------------------------------------------------------------
|See http://www.iac.cnr.it/~massimo for my GPG public key or check
              |
|GnuPG Public Key Fingerprint (keyserver.linux.it)
                           |
|pub  1024/CAA3FB48 2001/01/04 Massimo Bernaschi <[email protected]>  |
|     Key fingerprint = 3EFF 7AFF F8A4 F34E 382B  DD81 57F3 700A CAA3 FB48 |
------------------------------------------------------------------------------------------------------------------------

-- 
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to