![]() |
Realm
A distributed, event-based tasking library
|
#include "realm/hip/hip_module.h"#include <hip/hip_runtime.h>#include "realm/operation.h"#include "realm/threads.h"#include "realm/circ_queue.h"#include "realm/indexspace.h"#include "realm/proc_impl.h"#include "realm/mem_impl.h"#include "realm/bgwork.h"#include "realm/transfer/channel.h"#include "realm/transfer/ib_memory.h"Go to the source code of this file.
Namespaces | |
| namespace | Realm |
| namespace | Realm::Hip |
Macros | |
| #define | CHECK_CUDART(cmd) |
| #define | REPORT_HIP_ERROR(cmd, ret) |
| #define | CHECK_HIP(cmd) |
Variables | |
| HipModule * | Realm::Hip::hip_module_singleton |
| #define CHECK_CUDART | ( | cmd | ) |
| #define CHECK_HIP | ( | cmd | ) |
| #define REPORT_HIP_ERROR | ( | cmd, | |
| ret | |||
| ) |