cub::MatchAny

Defined in /home/runner/work/cccl/cccl/cub/cub/util_ptx.cuh

template<int LABEL_BITS, int WARP_ACTIVE_THREADS = CUB_PTX_WARP_THREADS>
inline unsigned int cub::MatchAny(unsigned int label)

Compute a 32b mask of threads having the same least-significant LABEL_BITS of label as the calling thread.