Struct CUDAScatter::StreamData

Nested Relationships

This struct is a nested type of Class CUDAScatter.

Struct Documentation

struct StreamData

Needs access for the template instantiation

Public Functions

StreamData()
~StreamData()
void resize(unsigned int newLen)

Public Members

ScatterData *d_data
unsigned int data_len

Friends

friend class std::array< StreamData, CUDAScanCompaction::MAX_STREAMS >