Extended CUDA Library (ecuda)  2.0
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros
ecuda::device_contiguous_block_iterator_tag Struct Reference

Iterator category denoting device memory that is made of contiguous blocks (but the blocks themselves are non-contiguous). More...

#include <iterator.hpp>

Inheritance diagram for ecuda::device_contiguous_block_iterator_tag:
ecuda::device_iterator_tag

Detailed Description

Iterator category denoting device memory that is made of contiguous blocks (but the blocks themselves are non-contiguous).

This inherits from device_iterator_tag so any other ecuda foundation classes that are not specialized for this memory model will consider it non-contiguous memory.

Definition at line 71 of file iterator.hpp.


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