2 papers
cs.PL2022
Composable and Modular Code Generation in MLIR: A Structured and Retargetable Approach to Tensor Compiler Construction
Nicolas Vasilache, Oleksandr Zinenko, Aart J. C. Bik +9
Despite significant investment in software infrastructure, machine learning systems, runtimes and compilers do not compose properly. We propose a new design aiming at providing unp…
cs.PL2020
Domain-Specific Multi-Level IR Rewriting for GPU
Tobias Gysi, Christoph Müller, Oleksandr Zinenko +6
Traditional compilers operate on a single generic intermediate representation (IR). These IRs are usually low-level and close to machine instructions. As a result, optimizations re…