2014 IEEE 26th International Symposium on Computer Architecture and High Performance Computing 2014
DOI: 10.1109/sbac-pad.2014.24
|View full text |Cite
|
Sign up to set email alerts
|

Leveraging Task-Parallelism with OmpSs in ILUPACK's Preconditioned CG Method

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
2
1

Citation Types

0
23
0

Year Published

2015
2015
2019
2019

Publication Types

Select...
3
1
1

Relationship

0
5

Authors

Journals

citations
Cited by 12 publications
(23 citation statements)
references
References 15 publications
0
23
0
Order By: Relevance
“…For example, by reordering and renaming the blocks properly, a block structure similar to (5) is obtained, from which four submatrices can be disassembled: Figure 3 illustrates the dependency tree for the factorization of the diagonal blocks in (9). The edges of the preconditioner directed acyclic graph (DAG) define the dependencies between the diagonal blocks (tasks), i.e., the order in which these blocks of the matrix have to be processed.…”
Section: Task Parallel Ilupackmentioning
confidence: 99%
See 4 more Smart Citations
“…For example, by reordering and renaming the blocks properly, a block structure similar to (5) is obtained, from which four submatrices can be disassembled: Figure 3 illustrates the dependency tree for the factorization of the diagonal blocks in (9). The edges of the preconditioner directed acyclic graph (DAG) define the dependencies between the diagonal blocks (tasks), i.e., the order in which these blocks of the matrix have to be processed.…”
Section: Task Parallel Ilupackmentioning
confidence: 99%
“…(9), the SpMV and axpylike kernels only operate with the data associated with the leaves of the preconditioner DAGs. For example, for a matrix partitioned as in (9), the SpMV (O1) is decoupled into four matrix-vector products, withĀ 00 ,Ā 11 , A 22 andĀ 33 , which are accumulated as part of the subsequent dot product (O2) [7]. In consequence, the computations with each one of these four leaves in SpMV is fully independent from the others.…”
Section: Task Parallel Ilupackmentioning
confidence: 99%
See 3 more Smart Citations