Shamrock 2025.10.0
Astrophysical Code
Loading...
Searching...
No Matches
radixSortOnesweep.hpp File Reference
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.