Use iterators for at-grid-stride and at-block-stride traversals #88
Labels
fixed on development
A fix for this issue has been committed to the development branch
question
Further information is requested
Currently, we offer the
at_grid_stride()
,at_block_stride()
andat_warp_stride()
functions, which take an invokable and ensure the appropriate traversal pattern is used.Would it not be a good idea to offer, instead or in addition, iterators corresponding to these patterns, as in
range.hpp
in the CUDA C++11 sample program?The text was updated successfully, but these errors were encountered: