Skip to main content

Showing 1–3 of 3 results for author: Puttagunta, R

.
  1. arXiv:1611.01569  [pdf, ps, other

    cs.DS

    A Two Pronged Progress in Structured Dense Matrix Multiplication

    Authors: Christopher De Sa, Albert Gu, Rohan Puttagunta, Christopher Ré, Atri Rudra

    Abstract: Matrix-vector multiplication is one of the most fundamental computing primitives. Given a matrix $A\in\mathbb{F}^{N\times N}$ and a vector $b$, it is known that in the worst case $Θ(N^2)$ operations over $\mathbb{F}$ are needed to compute $Ab$. A broad question is to identify classes of structured dense matrices that can be represented with $O(N)$ parameters, and for which matrix-vector multiplica… ▽ More

    Submitted 17 November, 2017; v1 submitted 4 November, 2016; originally announced November 2016.

  2. arXiv:1508.07532  [pdf, other

    cs.DB

    Aggregations over Generalized Hypertree Decompositions

    Authors: Manas Joglekar, Rohan Puttagunta, Christopher Ré

    Abstract: We study a class of aggregate-join queries with multiple aggregation operators evaluated over annotated relations. We show that straightforward extensions of standard multiway join algorithms and generalized hypertree decompositions (GHDs) provide best-known runtime guarantees. In contrast, prior work uses bespoke algorithms and data structures and does not match these guarantees. Our extensions t… ▽ More

    Submitted 9 December, 2015; v1 submitted 30 August, 2015; originally announced August 2015.

  3. Ringo: Interactive Graph Analytics on Big-Memory Machines

    Authors: Yonathan Perez, Rok Sosic, Arijit Banerjee, Rohan Puttagunta, Martin Raison, Pararth Shah, Jure Leskovec

    Abstract: We present Ringo, a system for analysis of large graphs. Graphs provide a way to represent and analyze systems of interacting objects (people, proteins, webpages) with edges between the objects denoting interactions (friendships, physical interactions, links). Mining graphs provides valuable insights about individual objects as well as the relationships among them. In building Ringo, we take adv… ▽ More

    Submitted 26 March, 2015; originally announced March 2015.

    Comments: 6 pages, 2 figures

    ACM Class: H.2.4