Shamrock 2025.10.0
Astrophysical Code
Loading...
Searching...
No Matches
bitonicSort_updated_xor_swap.cpp File Reference
Include dependency graph for bitonicSort_updated_xor_swap.cpp:

Go to the source code of this file.

Classes

struct  shamalgs::algorithm::details::OrderingPrimitiveXorSwap< Tkey, Tval >

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_xor_swap (sycl::queue &q, sycl::buffer< Tkey > &buf_key, sycl::buffer< Tval > &buf_values, u32 len)
template void shamalgs::algorithm::details::sort_by_key_bitonic_updated_xor_swap< u32, u32, 16 > (sycl::queue &q, sycl::buffer< u32 > &buf_key, sycl::buffer< u32 > &buf_values, u32 len)
template void shamalgs::algorithm::details::sort_by_key_bitonic_updated_xor_swap< u64, u32, 16 > (sycl::queue &q, sycl::buffer< u64 > &buf_key, sycl::buffer< u32 > &buf_values, u32 len)
template void shamalgs::algorithm::details::sort_by_key_bitonic_updated_xor_swap< u32, u32, 8 > (sycl::queue &q, sycl::buffer< u32 > &buf_key, sycl::buffer< u32 > &buf_values, u32 len)
template void shamalgs::algorithm::details::sort_by_key_bitonic_updated_xor_swap< u64, u32, 8 > (sycl::queue &q, sycl::buffer< u64 > &buf_key, sycl::buffer< u32 > &buf_values, u32 len)
template void shamalgs::algorithm::details::sort_by_key_bitonic_updated_xor_swap< u32, u32, 32 > (sycl::queue &q, sycl::buffer< u32 > &buf_key, sycl::buffer< u32 > &buf_values, u32 len)
template void shamalgs::algorithm::details::sort_by_key_bitonic_updated_xor_swap< u64, u32, 32 > (sycl::queue &q, sycl::buffer< u64 > &buf_key, sycl::buffer< u32 > &buf_values, u32 len)

Detailed Description