![]() |
Realm
A distributed, event-based tasking library
|
#include "realm/event.h"#include "realm/memory.h"#include "realm/indexspace.h"#include "realm/atomics.h"#include "realm/network.h"#include "realm/operation.h"#include "realm/transfer/channel.h"#include "realm/profiling.h"#include "realm/transfer/transfer.inl"Go to the source code of this file.
Namespaces | |
| namespace | Realm |
Typedefs | |
| template<int N, typename T > | |
| using | Realm::CopyImplFn = Event(*)(const IndexSpace< N, T > &, const std::vector< CopySrcDstField > &, const std::vector< CopySrcDstField > &, const std::vector< const typename CopyIndirection< N, T >::Base * > &, const Realm::ProfilingRequestSet &, Event, int) |
Functions | |
| std::ostream & | Realm::operator<< (std::ostream &os, const IndirectionInfo &ii) |