Full metadata
Title
STL on limited local memory (LLM) multi-core processors
Description
Limited Local Memory (LLM) multicore architectures are promising powerefficient architectures will scalable memory hierarchy. In LLM multicores, each core can access only a small local memory. Accesses to a large shared global memory can only be made explicitly through Direct Memory Access (DMA) operations. Standard Template Library (STL) is a powerful programming tool and is widely used for software development. STLs provide dynamic data structures, algorithms, and iterators for vector, deque (double-ended queue), list, map (red-black tree), etc. Since the size of the local memory is limited in the cores of the LLM architecture, and data transfer is not automatically supported by hardware cache or OS, the usage of current STL implementation on LLM multicores is limited. Specifically, there is a hard limitation on the amount of data they can handle. In this article, we propose and implement a framework which manages the STL container classes on the local memory of LLM multicore architecture. Our proposal removes the data size limitation of the STL, and therefore improves the programmability on LLM multicore architectures with little change to the original program. Our implementation results in only about 12%-17% increase in static library code size and reasonable runtime overheads.
Date Created
2012
Contributors
- Lu, Di (Author)
- Shrivastava, Aviral (Thesis advisor)
- Chatha, Karamvir (Committee member)
- Dasgupta, Partha (Committee member)
- Arizona State University (Publisher)
Topical Subject
Resource Type
Extent
ix, 52 p. : ill. (some col.)
Language
eng
Copyright Statement
In Copyright
Primary Member of
Peer-reviewed
No
Open Access
No
Handle
https://hdl.handle.net/2286/R.I.14567
Statement of Responsibility
by Di Lu
Description Source
Viewed on Feb. 8, 2013
Level of coding
full
Note
thesis
Partial requirement for: M.S., Arizona State University, 2012
bibliography
Includes bibliographical references (p. 45-52)
Field of study: Computer science
System Created
- 2012-08-24 06:16:23
System Modified
- 2021-08-30 01:48:36
- 3 years 2 months ago
Additional Formats