Shamrock 2025.10.0
Astrophysical Code
Loading...
Searching...
No Matches
Namespaces | Functions
radixSortOnesweep.hpp File Reference
#include "shambase/integer.hpp"
#include "shambase/type_traits.hpp"
#include "DigitBinner.hpp"
#include "shamalgs/details/numeric/scanDecoupledLookback.hpp"
#include "shamalgs/memory.hpp"
#include "shamalgs/numeric.hpp"
#include "shambackends/sycl.hpp"
#include "shamsys/legacy/log.hpp"
#include <numeric>
+ Include dependency graph for radixSortOnesweep.hpp:

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 group_size, u32 digit_len>
void shamalgs::algorithm::details::sort_by_key_radix_onesweep (sycl::queue &q, sycl::buffer< Tkey > &buf_key, sycl::buffer< Tval > &buf_values, u32 len)
 

Detailed Description

Author
Timothée David–Cléris (tim.s.nosp@m.hamr.nosp@m.ock@p.nosp@m.roto.nosp@m.n.me)

Definition in file radixSortOnesweep.hpp.