![]() |
Shamrock 2025.10.0
Astrophysical Code
|
main include file for the shamalgs algorithms More...
#include "shambackends/DeviceBuffer.hpp"#include "shambackends/DeviceQueue.hpp"#include "shambackends/sycl.hpp"#include "shambackends/typeAliasVec.hpp"
Include dependency graph for bitonicSort_updated_usm.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::algorithm |
| namespace to store algorithms implemented by shamalgs | |
| namespace | shamalgs::algorithm::details |
| namespace to store algorithms implemented by shamalgs | |
Functions | |
| template<class Tkey , class Tval , u32 MaxStencilSize> | |
| void | shamalgs::algorithm::details::sort_by_key_bitonic_updated_usm (const sham::DeviceScheduler_ptr &sched, sham::DeviceBuffer< Tkey > &buf_key, sham::DeviceBuffer< Tval > &buf_values, u32 len) |
main include file for the shamalgs algorithms
Definition in file bitonicSort_updated_usm.hpp.