Shuffler corresponding to shfl_down()
. The offset parameter behaves like shfl_down()
's delta
argument.
More...
#include <Shuffle.hpp>
Static Public Member Functions | |
static __device__ uint32_t | apply (uint32_t value, int offset, int logicalWarpSize) |
static __device__ std::pair< bool, uint32_t > | applyPredicated (uint32_t value, int offset, int logicalWarpSize, int laneId) |
Shuffler corresponding to shfl_down()
. The offset parameter behaves like shfl_down()
's delta
argument.