OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
cub::CachingDeviceAllocator::BlockDescriptor Struct Reference

Detailed Description

Descriptor for device memory allocations

Definition at line 126 of file util_allocator.cuh.

Public Member Functions

 BlockDescriptor (void *d_ptr, int device)
 
 BlockDescriptor (int device)
 

Static Public Member Functions

static bool PtrCompare (const BlockDescriptor &a, const BlockDescriptor &b)
 
static bool SizeCompare (const BlockDescriptor &a, const BlockDescriptor &b)
 

Data Fields

void * d_ptr
 
size_t bytes
 
unsigned int bin
 
int device
 
cudaStream_t associated_stream
 
cudaEvent_t ready_event
 

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