![]() |
Realm
A distributed, event-based tasking library
|
#include "realm/realm_config.h"#include "realm/event.h"#include "realm/atomics.h"#include <iostream>#include <vector>#include "realm/sparsity.inl"Go to the source code of this file.
Classes | |
| class | Realm::SparsityMap< N, T > |
| struct | Realm::SparsityMapEntry< N, T > |
| class | Realm::SparsityMapPublicImpl< N, T > |
Namespaces | |
| namespace | Realm |
Functions | |
| template<int N, typename T > | |
| REALM_PUBLIC_API std::ostream & | Realm::operator<< (std::ostream &os, SparsityMap< N, T > s) |
| template<int N, typename T > | |
| REALM_PUBLIC_API std::ostream & | Realm::operator<< (std::ostream &os, const SparsityMapEntry< N, T > &entry) |
This file provides the interface for sparsity maps, which are used to represent the sparsity of index spaces.