2018
DOI: 10.1109/tbdata.2017.2753825
|View full text |Cite
|
Sign up to set email alerts
|

CaL: Extending Data Locality to Consider Concurrency for Performance Optimization

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1

Citation Types

0
3
0

Year Published

2018
2018
2023
2023

Publication Types

Select...
4
1

Relationship

1
4

Authors

Journals

citations
Cited by 5 publications
(3 citation statements)
references
References 54 publications
0
3
0
Order By: Relevance
“…Gupta et al [23] quantified the data access locality as a conditional probability. Liu and Sun [24] proposed a concurrency-aware data access locality metric, which can accurately reflect the combined impact of data access locality and concurrency in modern memory architectures.…”
Section: Related Workmentioning
confidence: 99%
“…Gupta et al [23] quantified the data access locality as a conditional probability. Liu and Sun [24] proposed a concurrency-aware data access locality metric, which can accurately reflect the combined impact of data access locality and concurrency in modern memory architectures.…”
Section: Related Workmentioning
confidence: 99%
“…(1) input: -the original trace (2) deps -map of sv to its dependence relations (3) output: scheduleSeq -sequence of thread schedule (4) begin (5) for ← 1 to | | − 1 do (6) [ ] ← the thread identifier of the event [ ]; (7) ← the latest event whose thread identifier is [ ] ; (8) ← the location of in the new trace; (9) if [ ].getDep() = null then (10) insert [ ] immediately after ; (11) else (12) ← [ ].getDep(); (13) ← the location of in the new trace; (14) if < then (15) insert [ ] immediately after ; (16) end if (17) end if (18) end for (19) end…”
Section: Experimental Configurationsmentioning
confidence: 99%
“…Prevalent multicore architecture and big data applications today accelerate the development of concurrent systems [16,17]. To fully utilize multicore CPUs, multiple execution flows can run simultaneously, i.e., data access concurrency.…”
Section: Introductionmentioning
confidence: 99%