A framework for load balancing of tensor contraction expressions via dynamic task partitioning

Pai-Wei Lai,Kevin Stock,Samyam Rajbhandari,Sriram Krishnamoorthy,P. Sadayappan
DOI: https://doi.org/10.1145/2503210.2503290
2013-11-17
Abstract:In this paper, we introduce the Dynamic Load-balanced Tensor Contractions (DLTC), a domain-specific library for efficient task parallel execution of tensor contraction expressions, a class of computation encountered in quantum chemistry and physics. Our framework decomposes each contraction into smaller unit of tasks, represented by an abstraction referred to as iterators. We exploit an extra level of parallelism by having tasks across independent contractions executed concurrently through a dynamic load balancing runtime. We demonstrate the improved performance, scalability, and flexibility for the computation of tensor contraction expressions on parallel computers using examples from Coupled Cluster (CC) methods.
What problem does this paper attempt to address?