scispace - formally typeset
L

Lindsey Kuper

Researcher at Intel

Publications -  18
Citations -  252

Lindsey Kuper is an academic researcher from Intel. The author has contributed to research in topics: Haskell & Computer science. The author has an hindex of 7, co-authored 14 publications receiving 214 citations. Previous affiliations of Lindsey Kuper include University of California, Santa Cruz & Indiana University.

Papers
More filters
Proceedings ArticleDOI

LVars: lattice-based data structures for deterministic parallelism

TL;DR: LVars is presented, a new model for deterministic-by-construction parallel programming that generalizes existing single-assignment models to allow multiple assignments that are monotonically increasing with respect to a user-specified lattice.
Proceedings ArticleDOI

Freeze after writing: quasi-deterministic parallel programming with LVars

TL;DR: It is proved that in a language where communication takes place through these extended LVars, programs are at worst quasi-deterministic: on every run, they either produce the same answer or raise an error.
Posted Content

Toward Scalable Verification for Safety-Critical Deep Networks

TL;DR: The increasing use of deep neural networks for safety-critical applications, such as autonomous driving and flight control, raises concerns about their safety and reliability, so work on mitigating this difficulty is given, by developing scalable verification techniques and identifying design choices that result in deep learning systems that are more amenable to verification.
Patent

Autonomous vehicle advanced sensing and response

TL;DR: In this article, the authors present a computing device within an autonomous vehicle, the compute device comprising a wireless network device to enable a wireless data connection with the autonomous vehicle network, a set of multiple processors including a general purpose processor and a general-purpose graphics processor.
Proceedings ArticleDOI

Taming the parallel effect zoo: extensible deterministic parallelism with LVish

TL;DR: LVish provides a Par monad for parallel computation that encapsulates determinism-preserving effects while allowing a more flexible form of communication between parallel tasks than previous guaranteed-deterministic models provided.