A privacy-protecting coupon system
Liqun Chen, Matthias Enzmann, et al.
FC 2005
Many machine learning (ML) systems allow the specification of ML algorithms by means of linear algebra programs, and automatically generate efficient execution plans. The opportunities for fused operators-in terms of fused chains of basic operators-are ubiquitous, and include fewer materialized intermediates, fewer scans of inputs, and sparsity exploitation across operators. However, existing fusion heuristics struggle to find good plans for complex operator DAGs or hybrid plans of local and distributed operations. In this paper, we introduce an exact yet practical cost-based optimization framework for fusion plans and describe its end-to-end integration into Apache SystemML. We present techniques for candidate exploration and selection of fusion plans, as well as code generation of local and distributed operations over dense, sparse, and compressed data. Our experiments in SystemML show end-to-end performance improvements of up to 22x, with negligible compilation overhead.
Liqun Chen, Matthias Enzmann, et al.
FC 2005
Raymond Wu, Jie Lu
ITA Conference 2007
David S. Kung
DAC 1998
Qing Li, Zhigang Deng, et al.
IEEE T-MI