Realm
A distributed, event-based tasking library
Loading...
Searching...
No Matches
Realm::Hip::GPURequest Class Reference
module nullptr

#include <hip_internal.h>

Inheritance diagram for Realm::Hip::GPURequest:
Collaboration diagram for Realm::Hip::GPURequest:

Public Attributes

const void * src_base
 
void * dst_base
 
GPUdst_gpu
 
GPUCompletionEvent event
 
- Public Attributes inherited from Realm::Request
XferDesxd
 
int src_port_idx
 
int dst_port_idx
 
off_t src_off
 
off_t dst_off
 
off_t src_str
 
off_t dst_str
 
off_t src_pstr
 
off_t dst_pstr
 
size_t nbytes
 
size_t nlines
 
size_t nplanes
 
bool is_read_done
 
bool is_write_done
 
Dimension dim
 
size_t read_seq_pos
 
size_t read_seq_count
 
size_t write_seq_pos
 
size_t write_seq_count
 

Additional Inherited Members

- Public Types inherited from Realm::Request
enum  Dimension { DIM_1D , DIM_2D , DIM_3D }
 

Member Data Documentation

◆ dst_base

void* Realm::Hip::GPURequest::dst_base

◆ dst_gpu

GPU* Realm::Hip::GPURequest::dst_gpu

◆ event

GPUCompletionEvent Realm::Hip::GPURequest::event

◆ src_base

const void* Realm::Hip::GPURequest::src_base

The documentation for this class was generated from the following file: