![]() |
Realm
A distributed, event-based tasking library
|
#include <cuda_access.h>
Public Member Functions | |
| CudaArrayPiece (unsigned next_delta) | |
| REALM_CUDA_HD unsigned | delta () const |
| REALM_CUDA_HD const Instruction * | next () const |
Public Member Functions inherited from Realm::PieceLookup::Instruction | |
| REALM_ALIGNED_TYPE_CONST (uint32_aligned_16, uint32_t, 16) | |
| Instruction (uint32_t _data) | |
| REALM_CUDA_HD Opcodes::Opcode | opcode () const |
| REALM_CUDA_HD const Instruction * | skip (size_t bytes) const |
| REALM_CUDA_HD const Instruction * | jump (unsigned delta) const |
Public Attributes | |
| CUarray_st * | array |
| int | offset [3] |
Public Attributes inherited from Realm::PieceLookup::Instruction | |
| uint32_aligned_16 | data |
| Realm::PieceLookup::CudaArrayPiece< N, T >::CudaArrayPiece | ( | unsigned | next_delta | ) |
| REALM_CUDA_HD unsigned Realm::PieceLookup::CudaArrayPiece< N, T >::delta | ( | ) | const |
| REALM_CUDA_HD const Instruction * Realm::PieceLookup::CudaArrayPiece< N, T >::next | ( | ) | const |
| CUarray_st* Realm::PieceLookup::CudaArrayPiece< N, T >::array |
| int Realm::PieceLookup::CudaArrayPiece< N, T >::offset[3] |