Shamrock 2025.10.0
Astrophysical Code
Loading...
Searching...
No Matches
Namespaces | Functions
bitonicSort.hpp File Reference
#include "shambackends/sycl.hpp"
+ Include dependency graph for bitonicSort.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 >
void shamalgs::algorithm::details::sort_by_key_bitonic_legacy (sycl::queue &q, sycl::buffer< Tkey > &buf_key, sycl::buffer< Tval > &buf_values, u32 len)
 
template<class Tkey , class Tval , u32 MaxStencilSize>
void shamalgs::algorithm::details::sort_by_key_bitonic_updated (sycl::queue &q, sycl::buffer< Tkey > &buf_key, sycl::buffer< Tval > &buf_values, u32 len)
 
template<class Tkey , class Tval , u32 MaxStencilSize>
void shamalgs::algorithm::details::sort_by_key_bitonic_updated_xor_swap (sycl::queue &q, sycl::buffer< Tkey > &buf_key, sycl::buffer< Tval > &buf_values, u32 len)
 
template<class Tkey , class Tval >
void shamalgs::algorithm::details::sort_by_key_bitonic_fallback (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 bitonicSort.hpp.