![]() |
Realm
A distributed, event-based tasking library
|
#include "realm/realm_config.h"#include "realm/module.h"#include "realm/processor.h"#include "realm/network.h"#include "realm/atomics.h"#include "realm/hip/hip_module.inl"Go to the source code of this file.
Classes | |
| class | Realm::Hip::HipModuleConfig |
| class | Realm::Hip::HipModule |
Namespaces | |
| namespace | Realm |
| namespace | Realm::NetworkSegmentInfo |
| namespace | Realm::Hip |
Typedefs | |
| typedef ihipStream_t | unifiedHipStream_t |
| typedef void(* | Realm::Hip::StreamAwareTaskFuncPtr) (const void *args, size_t arglen, const void *user_data, size_t user_data_len, Processor proc, unifiedHipStream_t *stream) |
Functions | |
| REALM_PUBLIC_API unifiedHipStream_t * | Realm::Hip::get_task_hip_stream () |
| REALM_PUBLIC_API void | Realm::Hip::set_task_ctxsync_required (bool is_required) |
| typedef ihipStream_t unifiedHipStream_t |