cuda-kat icon indicating copy to clipboard operation
cuda-kat copied to clipboard

Implement kat::linear_grid::collaborative::block::at_warp_stride()

Open eyalroz opened this issue 4 years ago • 0 comments

We have grid-scope action in two forms - at grid stride and at block stride. The block stride action means each block acts on consecutive data. At block-scope - we only have the first kind of action, where the stride involves all collaborating elements. We don't have the second kind of action, but with warps, which may be told how many consecutive warp's worth of positions to act on.

eyalroz avatar Mar 03 '20 14:03 eyalroz