DASH
0.3.0
|
{} More...
#include <PatternProperties.h>
Public Types | |
typedef pattern_layout_tag::type | tag_type |
Static Public Attributes | |
static const bool | row_major = true |
Layout properties defaults: More... | |
static const bool | col_major = false |
Column major storage order. More... | |
static const bool | blocked = false |
Elements are contiguous in local memory within a single block. More... | |
static const bool | canonical = true |
All local indices are mapped to a single logical index domain. More... | |
static const bool | linear = false |
Local element order corresponds to a logical linearization within single blocks (blocked) or within entire local memory (canonical). More... | |
{}
Definition at line 111 of file PatternProperties.h.
|
static |
Elements are contiguous in local memory within a single block.
Definition at line 124 of file PatternProperties.h.
|
static |
All local indices are mapped to a single logical index domain.
Definition at line 127 of file PatternProperties.h.
|
static |
Column major storage order.
Definition at line 121 of file PatternProperties.h.
|
static |
Local element order corresponds to a logical linearization within single blocks (blocked) or within entire local memory (canonical).
Definition at line 132 of file PatternProperties.h.
|
static |
Layout properties defaults:
Row major storage order.
Definition at line 118 of file PatternProperties.h.