Realm
A distributed, event-based tasking library
Loading...
Searching...
No Matches
hip_module.h File Reference
#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"
Include dependency graph for hip_module.h:
This graph shows which files directly or indirectly include this file:

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_tRealm::Hip::get_task_hip_stream ()
 
REALM_PUBLIC_API void Realm::Hip::set_task_ctxsync_required (bool is_required)
 

Typedef Documentation

◆ unifiedHipStream_t

typedef ihipStream_t unifiedHipStream_t