Skip to main content

Showing 1–2 of 2 results for author: Suhan, A

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

    cs.PL cs.LG

    LazyTensor: combining eager execution with domain-specific compilers

    Authors: Alex Suhan, Davide Libenzi, Ailing Zhang, Parker Schuh, Brennan Saeta, Jie Young Sohn, Denys Shabalin

    Abstract: Domain-specific optimizing compilers have demonstrated significant performance and portability benefits, but require programs to be represented in their specialized IRs. Existing frontends to these compilers suffer from the "language subset problem" where some host language features are unsupported in the subset of the user's program that interacts with the domain-specific compiler. By contrast, d… ▽ More

    Submitted 25 February, 2021; originally announced February 2021.

  2. arXiv:1901.01488  [pdf, other

    cs.DB

    Exact Selectivity Computation for Modern In-Memory Database Query Optimization

    Authors: Jun Hyung Shin, Florin Rusu, Alex Suhan

    Abstract: Selectivity estimation remains a critical task in query optimization even after decades of research and industrial development. Optimizers rely on accurate selectivities when generating execution plans. They maintain a large range of statistical synopses for efficiently estimating selectivities. Nonetheless, small errors -- propagated exponentially -- can lead to severely sub-optimal plans---espec… ▽ More

    Submitted 5 January, 2019; originally announced January 2019.

    Comments: Long version of the CIDR 2019 lightning talk