Asset Details
MbrlCatalogueTitleDetail
Do you wish to reserve the book?
LLAMA: The Low-Level Abstraction For Memory Access
by
Amadio, Guilherme
, Bussmann, Michael
, Gruber, Bernhard Manfred
, Widera, René
, Matthes, Alexander
, Blomer, Jakob
in
Arrays
/ C++ (programming language)
/ Copying
/ Data structures
/ Hardware
/ Layouts
/ Libraries
2022
Hey, we have placed the reservation for you!
By the way, why not check out events that you can attend while you pick your title.
You are currently in the queue to collect this book. You will be notified once it is your turn to collect the book.
Oops! Something went wrong.
Looks like we were not able to place the reservation. Kindly try again later.
Are you sure you want to remove the book from the shelf?
Oops! Something went wrong.
While trying to remove the title from your shelf something went wrong :( Kindly try again later!
Do you wish to request the book?
LLAMA: The Low-Level Abstraction For Memory Access
by
Amadio, Guilherme
, Bussmann, Michael
, Gruber, Bernhard Manfred
, Widera, René
, Matthes, Alexander
, Blomer, Jakob
in
Arrays
/ C++ (programming language)
/ Copying
/ Data structures
/ Hardware
/ Layouts
/ Libraries
2022
Please be aware that the book you have requested cannot be checked out. If you would like to checkout this book, you can reserve another copy
We have requested the book for you!
Your request is successful and it will be processed during the Library working hours. Please check the status of your request in My Requests.
Oops! Something went wrong.
Looks like we were not able to place your request. Kindly try again later.
Paper
LLAMA: The Low-Level Abstraction For Memory Access
2022
Request Book From Autostore
and Choose the Collection Method
Overview
The performance gap between CPU and memory widens continuously. Choosing the best memory layout for each hardware architecture is increasingly important as more and more programs become memory bound. For portable codes that run across heterogeneous hardware architectures, the choice of the memory layout for data structures is ideally decoupled from the rest of a program. This can be accomplished via a zero-runtime-overhead abstraction layer, underneath which memory layouts can be freely exchanged. We present the Low-Level Abstraction of Memory Access (LLAMA), a C++ library that provides such a data structure abstraction layer with example implementations for multidimensional arrays of nested, structured data. LLAMA provides fully C++ compliant methods for defining and switching custom memory layouts for user-defined data types. The library is extensible with third-party allocators. Providing two close-to-life examples, we show that the LLAMA-generated AoS (Array of Structs) and SoA (Struct of Arrays) layouts produce identical code with the same performance characteristics as manually written data structures. Integrations into the SPEC CPU\\textsuperscript{\\textregistered} lbm benchmark and the particle-in-cell simulation PIConGPU demonstrate LLAMA's abilities in real-world applications. LLAMA's layout-aware copy routines can significantly speed up transfer and reshuffling of data between layouts compared with naive element-wise copying. LLAMA provides a novel tool for the development of high-performance C++ applications in a heterogeneous environment.
Publisher
Cornell University Library, arXiv.org
Subject
This website uses cookies to ensure you get the best experience on our website.