39 const sham::DeviceBuffer<T> &buf,
40 const sham::DeviceBuffer<u32> &idxs_buf,
42 sham::DeviceBuffer<T> &buf_other,
std::uint32_t u32
32 bit unsigned integer
namespace for primitive algorithm (e.g. sort, scan, reductions, ...)
void append_subset_to(const sham::DeviceBuffer< T > &buf, const sham::DeviceBuffer< u32 > &idxs_buf, u32 nvar, sham::DeviceBuffer< T > &buf_other, u32 start_enque)
Appends a subset of elements from one buffer to another.