Wright K., Parallel algorithms for QR decomposition on a shared memory multiprocessor, Parallel Computing 17 (1991) 779-790. Various parallel implementations of algorithms for the QR decomposition of a matrix are compared using shared memory multiprocessors. Algorithms based on both Givens and Hous
Run-time support For parallel functional programming on shared-memory multiprocessors
β Scribed by Lee Ching-Cheng; H.A. Fatmi
- Publisher
- Elsevier Science
- Year
- 1991
- Tongue
- English
- Weight
- 813 KB
- Volume
- 16
- Category
- Article
- ISSN
- 0164-1212
No coin nor oath required. For personal study only.
π SIMILAR VOLUMES
A coarse-grain parallel program typically has one thread (task) per processor, whereas a finegrain program has one thread for each independent unit of work. Although there are several advantages to fine-grain parallelism, conventional wisdom is that coarse-grain parallelism is more efficient. This p
Automatic scheduling for directed acyclic graphs (DAG) and its applications for coarse-grained irregular problems such as large n-body simulation have been studied in the literature. However, solving irregular problems with mixed granularities such as sparse matrix factorization is challenging since