![]() |
Shamrock 2025.10.0
Astrophysical Code
|
#include "shambase/narrowing.hpp"#include "shambackends/DeviceBuffer.hpp"#include "shambackends/kernel_call.hpp"
Include dependency graph for append_subset_to.cpp: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, ...) | |
Macros | |
| #define | XMAC_LIST_ENABLED_FIELD |
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. | |
Definition in file append_subset_to.cpp.