|
__cuda_callable__ | EllpackView (const EllpackView &)=default |
|
__cuda_callable__ | EllpackView (EllpackView &&) noexcept=default |
|
__cuda_callable__ | EllpackView (Index segmentsCount, Index segmentSize) |
|
__cuda_callable__ | EllpackView (Index segmentsCount, Index segmentSize, Index alignedSize) |
|
__cuda_callable__ void | bind (EllpackView view) |
|
__cuda_callable__ ConstViewType | getConstView () const |
|
__cuda_callable__ ViewType | getView () |
|
void | load (File &file) |
|
EllpackView & | operator= (const EllpackView &)=delete |
|
EllpackView & | operator= (EllpackView &&)=delete |
|
void | save (File &file) const |
|
__cuda_callable__ | EllpackBase (const EllpackBase &)=default |
|
__cuda_callable__ | EllpackBase (EllpackBase &&) noexcept=default |
|
__cuda_callable__ | EllpackBase (IndexType segmentsCount, IndexType segmentSize, IndexType alignedSize) |
|
void | forAllElements (Function &&function) const |
|
void | forAllSegments (Function &&function) const |
|
void | forElements (IndexType begin, IndexType end, Function &&function) const |
|
void | forSegments (IndexType begin, IndexType end, Function &&function) const |
|
__cuda_callable__ IndexType | getAlignedSize () const |
|
__cuda_callable__ IndexType | getGlobalIndex (Index segmentIdx, Index localIdx) const |
|
__cuda_callable__ IndexType | getSegmentsCount () const |
|
__cuda_callable__ IndexType | getSegmentSize (IndexType segmentIdx) const |
|
__cuda_callable__ SegmentViewType | getSegmentView (IndexType segmentIdx) const |
|
__cuda_callable__ IndexType | getSize () const |
|
__cuda_callable__ IndexType | getStorageSize () const |
|
EllpackBase & | operator= (const EllpackBase &)=delete |
|
EllpackBase & | operator= (EllpackBase &&)=delete |
|