Skip to main content

Showing 1–2 of 2 results for author: Herhut, S

Searching in archive cs. Search in all archives.
.
  1. arXiv:2202.03293  [pdf, other

    cs.PL

    Composable and Modular Code Generation in MLIR: A Structured and Retargetable Approach to Tensor Compiler Construction

    Authors: Nicolas Vasilache, Oleksandr Zinenko, Aart J. C. Bik, Mahesh Ravishankar, Thomas Raoux, Alexander Belyaev, Matthias Springer, Tobias Gysi, Diego Caballero, Stephan Herhut, Stella Laurenzo, Albert Cohen

    Abstract: Despite significant investment in software infrastructure, machine learning systems, runtimes and compilers do not compose properly. We propose a new design aiming at providing unprecedented degrees of modularity, composability and genericity. This paper discusses a structured approach to the construction of domain-specific code generators for tensor compilers, with the stated goal of improving th… ▽ More

    Submitted 7 February, 2022; originally announced February 2022.

  2. arXiv:2005.13014  [pdf, other

    cs.PL

    Domain-Specific Multi-Level IR Rewriting for GPU

    Authors: Tobias Gysi, Christoph Müller, Oleksandr Zinenko, Stephan Herhut, Eddie Davis, Tobias Wicky, Oliver Fuhrer, Torsten Hoefler, Tobias Grosser

    Abstract: 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 relying on domain-specific information are either not possible or require complex analysis to recover the missing information. In contrast, multi-level rewriting instantiates a hierarchy of dialects (IRs), lowers programs… ▽ More

    Submitted 27 July, 2020; v1 submitted 26 May, 2020; originally announced May 2020.

    Comments: 12 pages, 16 figures