Stanford PPL Stanford Engineering


Delite
A compiler and runtime infrastructure for building new performance-oriented DSLs Read More!
Green-Marl
A DSL for graph analysis Read More!
Liszt
A DSL for solving mesh-based PDEs Read More!


Research Spotlight

Spotlight
The following paper will be presented at ECOOP 2013:

European Conference on Object-Oriented Programming
Montpellier, France
July 1-5, 2013

  • Composition and Reuse with Compiled Domain-Specific Languages
    Arvind K. Sujeeth, Tiark Rompf, Kevin J. Brown, HyoukJoong Lee, Hassan Chafi, Victoria Popic, Michael Wu, Aleksander Prokopec, Vojin Jovanovic, Martin Odersky, and Kunle Olukotun

    Programmers who need high performance currently rely on low-level, architecture-specific programming models (e.g. OpenMP for CMPs, CUDA for GPUs, MPI for clusters). Performance optimization with these languages usually requires expertise in the specific programming model and a deep understanding of the target architecture. Domain-specific languages (DSLs) are a promising alternative, allowing compilers to map application-specific abstractions directly to low-level architecture-specific programming models. However, developing these DSLs is difficult, and using multiple DSLs together in a single application is even harder because existing compiled solutions do not compose together. In this paper, we present four new performance-oriented DSLs developed with Delite, an extensible DSL compilation framework. We demonstrate new techniques to compose compiled DSLs embedded in a common back-end at either fine-grain (designed to work together) or at coarse-grain (designed to be compiled in isolation) granularities and show that generic optimizations can be applied across different DSLs in the same program. Our new DSLs are implemented with a small number of reusable components (less than 9 parallel operators total) and still achieve performance up to 125x better than library implementations and at worst within 30% of optimized stand-alone DSLs. The DSLs retain good performance when composed together, and applying cross-DSL optimizations results in up to an additional 1.82x improvement.
    Paper PDF



Who We Are

The Stanford Pervasive Parallelism Lab is a collaboration of many leading Stanford computer scientists and electrical engineers for the purpose of developing the parallel computing platform for the year 2020. We are supported by a completely open industrial affiliates program.

Why We Exist

New heterogeneous architectures continue to provide increases in achievable performance, but programming these devices to reach maximum performance levels is not straightforward. The goal of the PPL is to make heterogeneous parallelism accessible to average software developers through domain-specific languages (DSLs) so that it can be freely used in all computationally demanding applications.

What We Do

The core of our research agenda is to allow the domain expert to develop parallel software without becoming an expert in parallel programming. Our approach is to use a layered system based on DSLs, a common parallel compiler and runtime infrastructure, and an underlying architecture that provides efficient mechanisms for communication, synchronization, and performance monitoring.


Read More

Member Companies

Oracle NVIDIA
AMD IBM Intel HP NEC Huawei