Realm
A distributed, event-based tasking library
Loading...
Searching...
No Matches
Realm::PieceLookup::CudaArrayPiece< N, T > Struct Template Reference

#include <cuda_access.h>

Inheritance diagram for Realm::PieceLookup::CudaArrayPiece< N, T >:
Collaboration diagram for Realm::PieceLookup::CudaArrayPiece< N, T >:

Public Member Functions

 CudaArrayPiece (unsigned next_delta)
 
REALM_CUDA_HD unsigned delta () const
 
REALM_CUDA_HD const Instructionnext () 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 Instructionskip (size_t bytes) const
 
REALM_CUDA_HD const Instructionjump (unsigned delta) const
 

Public Attributes

CUarray_st * array
 
int offset [3]
 
- Public Attributes inherited from Realm::PieceLookup::Instruction
uint32_aligned_16 data
 

Constructor & Destructor Documentation

◆ CudaArrayPiece()

template<int N, typename T >
Realm::PieceLookup::CudaArrayPiece< N, T >::CudaArrayPiece ( unsigned  next_delta)

Member Function Documentation

◆ delta()

template<int N, typename T >
REALM_CUDA_HD unsigned Realm::PieceLookup::CudaArrayPiece< N, T >::delta ( ) const

◆ next()

template<int N, typename T >
REALM_CUDA_HD const Instruction * Realm::PieceLookup::CudaArrayPiece< N, T >::next ( ) const

Member Data Documentation

◆ array

template<int N, typename T >
CUarray_st* Realm::PieceLookup::CudaArrayPiece< N, T >::array

◆ offset

template<int N, typename T >
int Realm::PieceLookup::CudaArrayPiece< N, T >::offset[3]

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