Abstract
Matrix computations are widely used in increasing sizes and complexity in scientific computing and engineering. But current matrix language implementations lack programmer support to effectively and seamlessly utilize cloud computing resources. We extend the Julia high-performance compute language to automatically parallelize matrix computations for the cloud. Users are shielded from the complexity of explicitly-parallel computations through the provision of a novel matrix data type with lazy evaluation semantics. Delayed evaluation aggregates operations into expression trees that are rewritten on-the-fly to eliminate common subexpressions and apply optimizations such as exponentiation-by-squaring on matching subtrees. Trees are lowered into DAGs for which dynamic simulation selects the optimal tile size and execution schedule for a given cluster of cloud nodes. We employ off-line profiling to construct a time model for the compute and network capacity of the cluster. The experimental evaluation of our framework comprises eleven benchmarks on a cluster of eight nodes (288 vCPUs) in the AWS public cloud and reveals speedups of up to a factor of 4.11, with an average 78.36% of the theoretical maximum speedup.
Original language | English |
---|---|
Title of host publication | PMAM 2023 - Proceedings of the 14th International Workshop on Programming Models and Applications for Multicores and Manycores, Part of PPoPP 2023 |
Publisher | Association for Computing Machinery, Inc |
Pages | 1-10 |
Number of pages | 10 |
ISBN (Electronic) | 9798400701153 |
DOIs | |
Publication status | Published - 2023 Feb 25 |
Event | 14th International Workshop on Programming Models and Applications for Multicores and Manycores, PMAM 2023 - Part of PPoPP 2023 - Montreal, Canada Duration: 2023 Feb 26 → 2023 Feb 26 |
Publication series
Name | PMAM 2023 - Proceedings of the 14th International Workshop on Programming Models and Applications for Multicores and Manycores, Part of PPoPP 2023 |
---|
Conference
Conference | 14th International Workshop on Programming Models and Applications for Multicores and Manycores, PMAM 2023 - Part of PPoPP 2023 |
---|---|
Country/Territory | Canada |
City | Montreal |
Period | 23/2/26 → 23/2/26 |
Bibliographical note
Publisher Copyright:© 2023 ACM.
All Science Journal Classification (ASJC) codes
- Human-Computer Interaction
- Software