Shamrock 2025.10.0
Astrophysical Code
Loading...
Searching...
No Matches
append_subset_to.hpp File Reference
Include dependency graph for append_subset_to.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  shamalgs
 namespace to contain everything implemented by shamalgs
namespace  shamalgs::primitives
 namespace for primitive algorithm (e.g. sort, scan, reductions, ...)

Functions

template<class T>
void shamalgs::primitives::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.

Detailed Description