DocsNavigationUser login |
Data Layout and DistributionArrays can be laid out in various different ways within a memory module, for example in row-major, column-major, or block-major order, and they can be distributed across multiple parallel memory modules with a virtual memory level using the standard array distributions that array languages support (block-cyclic, etc.) Documentation and examples of these mapping interfaces are yet to be written. |