Brick Library 0.1
Performance-portable stencil datalayout & codegen
|
#include <memory>
Go to the source code of this file.
Classes | |
struct | static_power< base, exp > |
Compute \(base^{exp}\) Statically compute exponentials. More... | |
struct | static_power< base, 0 > |
Return 1 Statically compute exponentials. More... | |
struct | BrickStorage |
Initializing and holding the storage of bricks. More... | |
struct | BrickInfo< dims > |
Metadata related to bricks. More... | |
struct | Dim< Ds > |
Empty template to specify an n-D list. More... | |
struct | Brick< Dim< BDims... >, Dim< Folds... > > |
Brick data structure. More... | |