Proceedings of the 34th ACM SIGPLAN Conference on Programming Language Design and Implementation 2013
DOI: 10.1145/2491956.2462182
|View full text |Cite
|
Sign up to set email alerts
|

General data structure expansion for multi-threading

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
6
0

Year Published

2016
2016
2017
2017

Publication Types

Select...
3
3

Relationship

0
6

Authors

Journals

citations
Cited by 6 publications
(6 citation statements)
references
References 34 publications
0
6
0
Order By: Relevance
“…An effective technique was developed by Yu et al for data privatization on CPUs [Yu et al 2013]. This section shows how LD adapts their technique for use on GPUs, which have a different task model and memory architecture.…”
Section: Gpu Data Privatizationmentioning
confidence: 99%
See 3 more Smart Citations
“…An effective technique was developed by Yu et al for data privatization on CPUs [Yu et al 2013]. This section shows how LD adapts their technique for use on GPUs, which have a different task model and memory architecture.…”
Section: Gpu Data Privatizationmentioning
confidence: 99%
“…The two transformations, variable expansion and access redirection, are implemented in Clang based on scout [Krzikalla 2011] using algorithms in Algorithm 1 and Figure 6. They are adapted from the technique by [Yu et al 2013]. To adapt their technique for use in GPU programs, we need the type promotion rules in Figure 6.…”
Section: Access Redirectionmentioning
confidence: 99%
See 2 more Smart Citations
“…Other techniques looked at automatic software parallelization using expansion [29,41], data duplication and reductions [15,16,28,18], and privatization [38].…”
Section: Duplication Expansion and Privatizationmentioning
confidence: 99%