2013
DOI: 10.1145/2517327.2442535
|View full text |Cite
|
Sign up to set email alerts
|

Parallel schedule synthesis for attribute grammars

Abstract: We examine how to synthesize a parallel schedule of structured traversals over trees. In our system, programs are declaratively specified as attribute grammars. Our synthesizer automatically, correctly, and quickly schedules the attribute grammar as a composition of parallel tree traversals. Our downstream compiler optimizes for GPUs and multicore CPUs.We provide support for designing efficient schedules. First, we introduce a declarative language of schedules where programmers may constrain any part of the sc… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
6
0

Year Published

2013
2013
2021
2021

Publication Types

Select...
3
2

Relationship

0
5

Authors

Journals

citations
Cited by 5 publications
(6 citation statements)
references
References 27 publications
0
6
0
Order By: Relevance
“…We note Comfusy [15] and Mjollnir [20]. We used the Superconductor attribute grammar scheduler [19] to compile L-solvers to (sequential) tree traversals. The resulting traversals are implemented in JavaScript and operate directly on the browser DOM.…”
Section: Discussionmentioning
confidence: 99%
See 2 more Smart Citations
“…We note Comfusy [15] and Mjollnir [20]. We used the Superconductor attribute grammar scheduler [19] to compile L-solvers to (sequential) tree traversals. The resulting traversals are implemented in JavaScript and operate directly on the browser DOM.…”
Section: Discussionmentioning
confidence: 99%
“…We guarantee that the resulting functional attribute grammars are always statically schedulable. Such attribute grammars are compilable to efficient tree traversals [19]. In contrast with the backtracking search employed by general-purpose constraint solvers, our layout engines perform only value propagations and function applications.…”
Section: Synthesis Of Layout Enginesmentioning
confidence: 99%
See 1 more Smart Citation
“…Program Synthesis. Synthesis techniques have been successfully applied to a wide variety of problems, including compilation for ultra low power spatial architectures [27]; generation of high-performance data-parallel code [36,39]; generation of efficient web layout engines [24]; education [1]; and end-user programming [11].…”
Section: Related Workmentioning
confidence: 99%
“…In natural language processing, many efforts have been put to CYK [Kasami 1965;Younger 1966;Yi et al 2011] and Earley [1970] parsing algorithms. A recent work has examined how to synthesize a parallel schedule of structured traversals over trees, offering some help for parallel CSS processing [Meyerovich et al 2013]. These previous studies have laid the foundation for this work.…”
Section: Parallel Parsingmentioning
confidence: 99%