Polyhedral Specification and Code Generation of Sparse Tensor Contraction with Co-iteration
Polyhedral Specification and Code Generation of Sparse Tensor Contraction with Co-iteration
复制标题
DOI:
10.1145/3566054
复制
发表时间:
2022-08
影响因子:
1.6
通讯作者:
Tuowen Zhao;Tobi Popoola;Mary W. Hall;C. Olschanowsky;M. Strout
中科院分区:
文献类型:
--
作者:
Tuowen Zhao;Tobi Popoola;Mary W. Hall;C. Olschanowsky;M. Strout
This article presents a code generator for sparse tensor contraction computations. It leverages a mathematical representation of loop nest computations in the sparse polyhedral framework (SPF), which extends the polyhedral model to support non-affine computations, such as those that arise in sparse tensors. SPF is extended to perform layout specification, optimization, and code generation of sparse tensor code: (1) We develop a polyhedral layout specification that decouples iteration spaces for layout and computation; and (2) we develop efficient co-iteration of sparse tensors by combining polyhedra scanning over the layout of one sparse tensor with the synthesis of code to find corresponding elements in other tensors through an SMT solver. We compare the generated code with that produced by a state-of-the-art tensor compiler, TACO. We achieve on average 1.63× faster parallel performance than TACO on sparse-sparse co-iteration and describe how to improve that to 2.72× average speedup by switching the find algorithms. We also demonstrate that decoupling iteration spaces of layout and computation enables additional layout and computation combinations to be supported.