arrow_back_ios
Back to List
Overview
Offload KB - offload-library
Old Content Alert
Please note that this is a old document archive and the will most likely be out-dated or superseded by various other products and is purely here for historical purposes.
Include: <liboffload>
Within liboffload there are various helper classes for managing data. Provided within the data locality library is:
- A Local template class, which can help if you have a large data structure that is used often and want to place that in local store of SPU when running on PS3.
- A ReadArray class, when you have an array you want to bring to local store seamlessly for reading.
- A WriteArray class, when you are writing to an array which is then committed back to main memory.
- A ReadWriteArray for both reading and writing arrays of data.