2014
DOI: 10.1145/2654822.2541985
|View full text |Cite
|
Sign up to set email alerts
|

Asc

Abstract: We present an architecture designed to transparently and automatically scale the performance of sequential programs as a function of the hardware resources available. The architecture is predicated on a model of computation that views program execution as a walk through the enormous state space composed of the memory and registers of a single-threaded processor. Each instruction execution in this model moves the system from its current point in state space to a deterministic subsequent point. We can paralleliz… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
2
1

Citation Types

0
7
0

Year Published

2018
2018
2018
2018

Publication Types

Select...
1

Relationship

1
0

Authors

Journals

citations
Cited by 1 publication
(7 citation statements)
references
References 49 publications
0
7
0
Order By: Relevance
“…Thus, we wish to augment our cache with masks that identify every bit on which a speculative execution depends (the read-mask) and every bit written by the execution (the write-mask). These masks play the same role as those introduced by Waterland et al [29]; we review their use here for completeness.…”
Section: Cachementioning
confidence: 99%
See 4 more Smart Citations
“…Thus, we wish to augment our cache with masks that identify every bit on which a speculative execution depends (the read-mask) and every bit written by the execution (the write-mask). These masks play the same role as those introduced by Waterland et al [29]; we review their use here for completeness.…”
Section: Cachementioning
confidence: 99%
“…The kernels adopted from the original ASC [29] work are: collatz: A kernel that iterates through a range of positive integers, testing if each satisfies the Collatz conjecture. The Collatz conjecture states that if one starts with some positive integer n and sequentially divides it by two if it is even and multiplies by three and adds one if it is odd, the sequence will eventually converge to one.…”
Section: Kernelsmentioning
confidence: 99%
See 3 more Smart Citations