2021 12th Workshop on Latest Advances in Scalable Algorithms for Large-Scale Systems (ScalA) 2021
DOI: 10.1109/scala54577.2021.00010
|View full text |Cite
|
Sign up to set email alerts
|

Batched Sparse Iterative Solvers for Computational Chemistry Simulations on GPUs

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1

Citation Types

0
3
0

Year Published

2022
2022
2024
2024

Publication Types

Select...
2
2
2

Relationship

0
6

Authors

Journals

citations
Cited by 8 publications
(3 citation statements)
references
References 8 publications
0
3
0
Order By: Relevance
“…However, both vectorization and coalesced memory accesses in the SPMV kernel are graph or sparsity pattern dependent. This is the approach followed by Ginkgo [9]. This approach relies on the assumption that the number of non-zero entries is relatively small such that the common data associated to the graph of the sparse matrices can be stored in cache and reused between different solves in the batch.…”
Section: Batched Krylov Methodsmentioning
confidence: 99%
See 1 more Smart Citation
“…However, both vectorization and coalesced memory accesses in the SPMV kernel are graph or sparsity pattern dependent. This is the approach followed by Ginkgo [9]. This approach relies on the assumption that the number of non-zero entries is relatively small such that the common data associated to the graph of the sparse matrices can be stored in cache and reused between different solves in the batch.…”
Section: Batched Krylov Methodsmentioning
confidence: 99%
“…• Performance comparisons on CPUs and GPUs that demonstrate that the solver achieves state-of-the-art performance. We are aware of a parallel work to develop batched sparse linear solver [9], [10]. We have developed these methods as part of the same project targeting similar applications.…”
Section: Introductionmentioning
confidence: 99%
“…Based on the memory accessor, the Ginkgo team deployed a Compressed Basis GMRES (CB-GMRES) solver that outperforms the standard GMRES solver by storing the Krylov basis vectors in lower precision, therewith accelerating the memory access [192]. Finally, the Ginkgo team successfully employed the batched iterative solvers for the hydrodynamic problems arising in the PeleLM simulations and the gyrokinetic problems arising in the XGC simulations [193].…”
Section: Mixed-precision Methodsmentioning
confidence: 99%