scispace - formally typeset
T

Todd C. Mowry

Researcher at Carnegie Mellon University

Publications -  117
Citations -  9806

Todd C. Mowry is an academic researcher from Carnegie Mellon University. The author has contributed to research in topics: Cache & Compiler. The author has an hindex of 49, co-authored 113 publications receiving 9137 citations. Previous affiliations of Todd C. Mowry include University of Toronto & Stanford University.

Papers
More filters

Cortex: A Compiler for Recursive Deep Learning Models

TL;DR: In this article, a compiler-based approach is presented to generate highly-efficient code for recursive models for low latency inference, leading to up to 14X lower inference latencies over past work, across different backends.

Applying thread-level speculation to database transactions

TL;DR: This thesis shows how dividing a transaction into speculative threads (or epochs) solves both problems---it minimizes the changes required to the DBMS, and the details of parallelization are hidden from the transaction programmer.

Improving Cache Performance using Victim Tag Stores

TL;DR: A new, simple mechanism that predicts the reuse behavior of a missed block and decides where to insert the block in the cache based on the prediction, and is compared to five state-of-the-art cache mechanisms that use different insertion and replacement policies and provides significant performance improvements.
Posted Content

The CoRa Tensor Compiler: Compilation for Ragged Tensors with Minimal Padding

TL;DR: CoRa as discussed by the authors is a tensor compiler that allows users to easily generate efficient code for ragged tensor operators targeting a wide range of CPUs and GPUs, but it does not support masking.
Proceedings ArticleDOI

Tracking and Reducing Uncertainty in Dataflow Analysis-Based Dynamic Parallel Monitoring

TL;DR: This paper shows how to adapt a canonical dataflow analysis problem and a popular security monitoring tool (TAINTCHECK) to a new uncertainty-tracking framework, and provides new provable guarantees that reported true errors are now precise.